Hi,
I meet a problem, when I want to a rtsp media file, the playbin say this to me: ERROR: from element /GstPlayBin:playbin0/GstDecodeBin:decodebin1: A H264 video RTP depayloader plugin is required to play this stream, but not installed. And I can not find the RTP plugin, why? my pipeline is: gst-launch playbin uri="rtsp://124.160.192.14:554/sxtest/avater_I_see_you_200k.mp4?userid=18605765431&userip=&spid=61111&pid=8036999801&cid=9012200020090918002400&subcontentid=9012200020090918002402&contenttype=1&mimetype=video%2F3gpp&subcontentsize=4415256×tamp=20090916205340&life=86400&preview=1&proxy=0&oma=0&chargeuserid=&enkey=434258248529c2d7ed1ffec46d70b3d9" Pls help me ASAP. omego _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
I also meet this problem,and have tried pretty hard to solve it but all failed with sadness, can any guy in this list please shed some light for us? thanks in advance. On Tue, Mar 15, 2011 at 2:59 PM, lujing_2897 <[hidden email]> wrote: Hi, -- Best Regards _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by lujing_2897
On 03/15/2011 12:59 AM, lujing_2897 wrote:
> Hi, > I meet a problem, when I want to a rtsp media file, the playbin say this > to me: > ERROR: from element /GstPlayBin:playbin0/GstDecodeBin:decodebin1: A H264 > video RTP depayloader plugin is required to play this stream, but not > installed. > > And I can not find the RTP plugin, why? No idea, however checking my system I see there is a rtph264depay plugin in the gst-plugins-good modules so make sure that is installed. -- Gnat _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by Jianchun Zhou
Hi, Jianchun.
It seems that the plugin rtph264depay is missing in your system. You can use "gst-inspect rtph264depay" to check its availability. BTW, if you can not find it, you can get it from /usr/lib/gstreamer-0.10/libgstrtp.so from package gst-plugins-good.
2011/3/15 Jianchun Zhou <[hidden email]>
_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
thanks, firerock:
I have checked as you told, and found that rtph264depay is available, /usr/lib/gstreamer-0.10/libgstrtp.so does exist. the problem is also there. can anybody give any further clue? my system is Ubuntu 10.10 LTS. On Tue, Mar 15, 2011 at 3:17 PM, firerock <[hidden email]> wrote: Hi, Jianchun. -- Best Regards _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by Nathanael D. Noblet
Hi, Nathanael,
can you play this link on your platform? on my PC, which has rtph264depay plugin, but can not play this kind of media. On Tue, Mar 15, 2011 at 3:08 PM, Nathanael D. Noblet <[hidden email]> wrote:
-- Best Regards _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On 03/15/2011 01:45 AM, Jianchun Zhou wrote:
> Hi, Nathanael, > > can you play this link on your platform? on my PC, which has > rtph264depay plugin, but can not play this kind of media. I cannot, however their is another message as part of the error you should have posted. Not that I can solve it for you - however perhaps someone here will be able to ** Message: don't know how to handle application/x-rtp, media=(string)video, payload=(int)96, clock-rate=(int)48000, encoding-name=(string)H264, profile-level-id=(string)4d001e, sprop-parameter-sets=(string)"Z00AHpZkBQHtgIgAAAMACAAAAwB8eLF1\,aO48gA\=\=", packetization-mode=(string)1, a-cliprect=(string)"0\,0\,480\,640", clock-base=(uint)0, seqnum-base=(uint)1, npt-start=(guint64)0, npt-stop=(guint64)235000000000, play-speed=(double)1, play-scale=(double)1 ERROR: from element /GstPlayBin:playbin0/GstDecodeBin:decodebin1: A H264 video RTP depayloader plugin is required to play this stream, but not installed. Additional debug info: gstdecodebin.c(997): close_pad_link (): /GstPlayBin:playbin0/GstDecodeBin:decodebin1: No decoder to handle media type 'application/x-rtp' It seems related to the media type... Dunno really. Have you tried playing it with a launch string for rtspsrc instead of playbin? -- Nathanael d. Noblet t 403.875.4613 _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by lujing_2897
Thank you for your advice, I will try to use the rtspsrc. Regards, omego ------------------ Original ------------------ From: "Nathanael D. Noblet"<[hidden email]>; Date: Tue, Mar 15, 2011 11:42 PM To: "gstreamer-devel"<[hidden email]>; Subject: Re: play rtsp file failed > Hi, Nathanael, > > can you play this link on your platform? on my PC, which has > rtph264depay plugin, but can not play this kind of media. I cannot, however their is another message as part of the error you should have posted. Not that I can solve it for you - however perhaps someone here will be able to ** Message: don't know how to handle application/x-rtp, media=(string)video, payload=(int)96, clock-rate=(int)48000, encoding-name=(string)H264, profile-level-id=(string)4d001e, sprop-parameter-sets=(string)"Z00AHpZkBQHtgIgAAAMACAAAAwB8eLF1\,aO48gA\=\=", packetization-mode=(string)1, a-cliprect=(string)"0\,0\,480\,640", clock-base=(uint)0, seqnum-base=(uint)1, npt-start=(guint64)0, npt-stop=(guint64)235000000000, play-speed=(double)1, play-scale=(double)1 ERROR: from element /GstPlayBin:playbin0/GstDecodeBin:decodebin1: A H264 video RTP depayloader plugin is required to play this stream, but not installed. Additional debug info: gstdecodebin.c(997): close_pad_link (): /GstPlayBin:playbin0/GstDecodeBin:decodebin1: No decoder to handle media type 'application/x-rtp' It seems related to the media type... Dunno really. Have you tried playing it with a launch string for rtspsrc instead of playbin? -- Nathanael d. Noblet t 403.875.4613 _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by lujing_2897
Hello,
I use this pipeline: gst-launch rtspsrc location="rtsp://124.160.192.14:554/sxtest/avater_I_see_you_200k.mp4?userid=18605765431&userip=&spid=61111&pid=8036999801&cid=9012200020090918002400&subcontentid=9012200020090918002402&contenttype=1&mimetype=video%2F3gpp&subcontentsize=4415256×tamp=20090916205340&life=86400&preview=1&proxy=0&oma=0&chargeuserid=&enkey=434258248529c2d7ed1ffec46d70b3d9" name=s ! rtph264depay ! ffdec_h264 ! queue ! xvimagesink s. ! rtpmp4gdepay ! faad ! autoaudiosink But nothing happend! how to analyst this? omego ------------------ Original ------------------ From: "我自己的邮箱"<[hidden email]>; Date: Wed, Mar 16, 2011 07:49 PM To: "Discussion of the development of and with GStreamer"<[hidden email]>; Subject: Re: play rtsp file failed Thank you for your advice, I will try to use the rtspsrc. Regards, omego ------------------ Original ------------------ From: "Nathanael D. Noblet"<[hidden email]>; Date: Tue, Mar 15, 2011 11:42 PM To: "gstreamer-devel"<[hidden email]>; Subject: Re: play rtsp file failed > Hi, Nathanael, > > can you play this link on your platform? on my PC, which has > rtph264depay plugin, but can not play this kind of media. I cannot, however their is another message as part of the error you should have posted. Not that I can solve it for you - however perhaps someone here will be able to ** Message: don't know how to handle application/x-rtp, media=(string)video, payload=(int)96, clock-rate=(int)48000, encoding-name=(string)H264, profile-level-id=(string)4d001e, sprop-parameter-sets=(string)"Z00AHpZkBQHtgIgAAAMACAAAAwB8eLF1\,aO48gA\=\=", packetization-mode=(string)1, a-cliprect=(string)"0\,0\,480\,640", clock-base=(uint)0, seqnum-base=(uint)1, npt-start=(guint64)0, npt-stop=(guint64)235000000000, play-speed=(double)1, play-scale=(double)1 ERROR: from element /GstPlayBin:playbin0/GstDecodeBin:decodebin1: A H264 video RTP depayloader plugin is required to play this stream, but not installed. Additional debug info: gstdecodebin.c(997): close_pad_link (): /GstPlayBin:playbin0/GstDecodeBin:decodebin1: No decoder to handle media type 'application/x-rtp' It seems related to the media type... Dunno really. Have you tried playing it with a launch string for rtspsrc instead of playbin? -- Nathanael d. Noblet t 403.875.4613 _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |