RTSP missing plugin for Samsung SNB-5000

Peter Maersk-Moller pmaersk at gmail.com
Fri Oct 31 09:43:33 PDT 2014


Hi Sebastian.

Would it be correct to reopen
https://bugzilla.gnome.org/show_bug.cgi?id=730868 ?

>From what I see, it fails sometimes and as such is not ignored. Here is an
extract where I believe it is terminating the pipeline due to not finding
the necessary plugin for VND.ONVIF.....

Best regards
Peter

Pipeline used was this on GStreamer 1.4.3

/usr/local/bin/gst-launch-1.0 -v rtspsrc
location=rtsp://SOME_SERVER:SOME_PORT/SOMEFILE.smp protocols=4 latency=3000
! decodebin name=decoder ! queue ! identity silent=false ! videoconvert !
queue ! fakesink sync=true

/GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0.GstGhostPad:recv_rtp_src_0_683349277_98.GstProxyPad:proxypad16:
caps = "application/x-rtp\,\ media\=\(string\)video\,\
payload\=\(int\)98\,\ clock-rate\=\(int\)90000\,\
encoding-name\=\(string\)H264\,\ packetization-mode\=\(string\)1\,\
profile-level-id\=\(string\)640028\,\
sprop-parameter-sets\=\(string\)\"Z2QAKK2EBUViuKxUdCAqKxXFYqOhAVFYrisVHQgKisVxWKjoQFRWK4rFR0ICorFcVio6ECSFITk8nyfk/k/J8nm5s00IEkKQnJ5Pk/J/J+T5PNzZprQCgC3IAA\\\=\\\=\\\,aM48sAA\\\=\"\,\
a-cliprect\=\(string\)\"0\\\,0\\\,720\\\,1280\"\,\
a-framesize\=\(string\)\"98\\\ 1280-720\"\,\ a-framerate\=\(string\)25.0\,\
npt-start\=\(guint64\)0\,\ play-speed\=\(double\)1\,\
play-scale\=\(double\)1"
/GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstRtpBin:manager.GstGhostPad:recv_rtp_src_0_683349277_98.GstProxyPad:proxypad15:
caps = "application/x-rtp\,\ media\=\(string\)video\,\
payload\=\(int\)98\,\ clock-rate\=\(int\)90000\,\
encoding-name\=\(string\)H264\,\ packetization-mode\=\(string\)1\,\
profile-level-id\=\(string\)640028\,\
sprop-parameter-sets\=\(string\)\"Z2QAKK2EBUViuKxUdCAqKxXFYqOhAVFYrisVHQgKisVxWKjoQFRWK4rFR0ICorFcVio6ECSFITk8nyfk/k/J8nm5s00IEkKQnJ5Pk/J/J+T5PNzZprQCgC3IAA\\\=\\\=\\\,aM48sAA\\\=\"\,\
a-cliprect\=\(string\)\"0\\\,0\\\,720\\\,1280\"\,\
a-framesize\=\(string\)\"98\\\ 1280-720\"\,\ a-framerate\=\(string\)25.0\,\
npt-start\=\(guint64\)0\,\ play-speed\=\(double\)1\,\
play-scale\=\(double\)1"
Missing element: VND.ONVIF.METADATA RTP depayloader
/GstPipeline:pipeline0/GstDecodeBin:decoder/GstTypeFindElement:typefind.GstPad:sink:
caps = "application/x-rtp\,\ media\=\(string\)application\,\
payload\=\(int\)107\,\ clock-rate\=\(int\)90000\,\
encoding-name\=\(string\)VND.ONVIF.METADATA\,\
a-recvonly\=\(string\)\"\"\,\ npt-start\=\(guint64\)0\,\
play-speed\=\(double\)1\,\ play-scale\=\(double\)1"
ERROR: from element /GstPipeline:pipeline0/GstDecodeBin:decoder: Your
GStreamer installation is missing a plug-in.
Additional debug info:
gstdecodebin2.c(3977): gst_decode_bin_expose ():
/GstPipeline:pipeline0/GstDecodeBin:decoder:
no suitable plugins found
Execution ended after 0:00:03.054976921
Setting pipeline to PAUSED ...
/GstPipeline:pipeline0/GstDecodeBin:decoder.GstGhostPad:sink: caps =
"application/x-rtp\,\ media\=\(string\)application\,\
payload\=\(int\)107\,\ clock-rate\=\(int\)90000\,\
encoding-name\=\(string\)VND.ONVIF.METADATA\,\
a-recvonly\=\(string\)\"\"\,\ npt-start\=\(guint64\)0\,\
play-speed\=\(double\)1\,\ play-scale\=\(double\)1"
/GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0.GstGhostPad:recv_rtp_src_2_3962031915_107.GstProxyPad:proxypad11:
caps = "application/x-rtp\,\ media\=\(string\)application\,\
payload\=\(int\)107\,\ clock-rate\=\(int\)90000\,\
encoding-name\=\(string\)VND.ONVIF.METADATA\,\
a-recvonly\=\(string\)\"\"\,\ npt-start\=\(guint64\)0\,\
play-speed\=\(double\)1\,\ play-scale\=\(double\)1"
/GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstRtpBin:manager.GstGhostPad:recv_rtp_src_2_3962031915_107.GstProxyPad:proxypad10:
caps = "application/x-rtp\,\ media\=\(string\)application\,\
payload\=\(int\)107\,\ clock-rate\=\(int\)90000\,\
encoding-name\=\(string\)VND.ONVIF.METADATA\,\
a-recvonly\=\(string\)\"\"\,\ npt-start\=\(guint64\)0\,\
play-speed\=\(double\)1\,\ play-scale\=\(double\)1"
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...


On Wed, Oct 29, 2014 at 10:00 PM, Sebastian Dröge <sebastian at centricular.com
> wrote:

> On Mi, 2014-10-29 at 14:29 -0400, Nicolas Dufresne wrote:
> > Le 2014-10-29 13:30, Peter Maersk-Moller a écrit :
> > > Missing element: VND.ONVIF.METADATA RTP depayloader
> > Looks related to:
> > https://bugzilla.gnome.org/show_bug.cgi?id=731769
>
> This specific bug should already be fixed though, and is this one:
> https://bugzilla.gnome.org/show_bug.cgi?id=730868
>
> The other is "only" about actually doing something with that ONVIF
> stream :)
> --
> Sebastian Dröge, Centricular Ltd · http://www.centricular.com
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20141031/40c31d32/attachment-0001.html>


More information about the gstreamer-devel mailing list