Unable play a rtp stream !
Sebastian Dröge
sebastian at centricular.com
Wed Dec 30 01:24:18 PST 2015
On Mi, 2015-12-30 at 00:54 -0800, ssshukla26 wrote:
>
>
> 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.
RTP and RTSP are different protocols (even if RTSP is usually using RTP
for media transport).
Try using
filesrc location=playh264.sdp ! sdpdemux ! decodebin
! videoconvert ! autovideosink
for example.
--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20151230/d22d315b/attachment.sig>
More information about the gstreamer-devel
mailing list