Hey @DaneLLL ,
We connected with the vendor and can they share the same URI syntax - rtsp://user:password@IP_NVR:554/unicast/c2/s1/live
with us. Although we are into technical support with them.
Meanwhile, I want to bring your focus onto this below error message which I got after changing the compression type to h264
(python3:29085): GStreamer-CRITICAL **: 15:19:18.534: _gst_util_uint64_scale_int: assertion ‘denom >0’ failed
(python3:29085): GStreamer-CRITICAL **: 15:19:18.596: _gst_util_uint64_scale_int: assertion ‘denom > 0’ failed
(python3:29085): GStreamer-CRITICAL **: 15:19:18.613: _gst_util_uint64_scale_int: assertion ‘denom > 0’ failed
Decodebin child added: decodebin0
Warning: gst-stream-error-quark: No decoder available for type ‘application/x-rtp, media=(string)audio, payload=(int)0, clock-rate=(int)0, encoding-name=(string)PCMU, npt-start=(guint64)0, play-speed=(double)1, play-scale=(double)1, ssrc=(uint)854523910’. (6): gsturidecodebin.c(921): unknown_type_cb (): /GstPipeline:pipeline0/GstBin:source-bin-00/GstURIDecodeBin:uri-decode-bin
(python3:29085): GStreamer-CRITICAL **: 15:19:18.715: _gst_util_uint64_scale_int: assertion ‘denom > 0’ failed
Decodebin child added: decodebin1
Warning: gst-stream-error-quark: No decoder available for type ‘application/x-rtp, media=(string)video, payload=(int)96, clock-rate=(int)0, encoding-name=(string)H264, packetization-mode=(string)0, profile-level-id=(string)000167, sprop-parameter-sets=(string)“AAABZ0IAFJY1QsEtNwEBAUAAAPoAAA+gIQ==,AAABaM48gA==”, a-framerate=(string)8, npt-start=(guint64)0, play-speed=(double)1, play-scale=(double)1, ssrc=(uint)854523910’. (6): gsturidecodebin.c(921): unknown_type_cb (): /GstPipeline:pipeline0/GstBin:source-bin-00/GstURIDecodeBin:uri-decode-bin
Error: gst-core-error-quark: Your GStreamer installation is missing a plug-in. (12): gsturidecodebin.c(988): no_more_pads_full (): /GstPipeline:pipeline0/GstBin:source-bin-00/GstURIDecodeBin:uri-decode-bin:
no suitable plugins found:
gstdecodebin2.c(4679): gst_decode_bin_expose (): /GstPipeline:pipeline0/GstBin:source-bin-00/GstURIDecodeBin:uri-decode-bin/GstDecodeBin:decodebin1:
no suitable plugins found:
Missing decoder: application/x-rtp (application/x-rtp, media=(string)video, payload=(int)96, clock-rate=(int)0, encoding-name=(string)H264, packetization-mode=(string)0, profile-level-id=(string)000167, sprop-parameter-sets=(string)“AAABZ0IAFJY1QsEtNwEBAUAAAPoAAA+gIQ==,AAABaM48gA==”, a-framerate=(string)8, npt-start=(guint64)0, play-speed=(double)1, play-scale=(double)1, ssrc=(uint)854523910)
gstdecodebin2.c(4679): gst_decode_bin_expose (): /GstPipeline:pipeline0/GstBin:source-bin-00/GstURIDecodeBin:uri-decode-bin/GstDecodeBin:decodebin0:
no suitable plugins found:
Missing decoder: application/x-rtp (application/x-rtp, media=(string)audio, payload=(int)0, clock-rate=(int)0, encoding-name=(string)PCMU, npt-start=(guint64)0, play-speed=(double)1, play-scale=(double)1, ssrc=(uint)854523910)
Exiting app
This says that there are some missing decoder and plugins. Also can you help me understand the 5th last line which starts from Missing decoder: application/x-rtp ......
please?
Thank you,