Unable play a rtp stream !

ssshukla26 ssshukla26 at gmail.com
Wed Dec 30 00:54:56 PST 2015


Yup. You are right.

I was able to play the stream in VLC as follows

I made a file name playh264.sdp with the following content

/v=0
m=video 5000 RTP/AVP 96
c=IN IP4 127.0.0.1
a=rtpmap:96 H264/90000/


On Command line executed the following command
$ chmod 777 playh264.sdp
$ vlc playh264.sdp

And it worked. Reference [
http://stackoverflow.com/questions/13154983/gstreamer-rtp-stream-to-vlc
<http://stackoverflow.com/questions/13154983/gstreamer-rtp-stream-to-vlc>  ]

But I was unable to play the same stream using gstreamer  command line.

*gst-launch-1.0 rtspsrc location=rtsp://127.0.0.1:5000 ! decodebin !
autovideosink*

Please help me out.



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Unable-to-play-a-rtp-stream-tp4675068p4675076.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list