Playing RTSP stream from IP camera audio&video works on Windows fails on Ubuntu Linux

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Playing RTSP stream from IP camera audio&video works on Windows fails on Ubuntu Linux

sam shmayev
Hi,

I just want to play rtsp stream from IP camera with audio and video.
On Windows everything works.

On Ubuntu the same pipelines fails!

I use the following configuration:

Windows:
gst-launch-0.10 version 0.10.31
GStreamer 0.10.31

Ubuntu:
gst-launch-0.10 version 0.10.36
GStreamer 0.10.36
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------


// using playbin2

// using decodebin2 (full freeze on Ubuntu)
gst-launch rtspsrc location=rtsp://administrator:123123@192.168.1.253:554/nphMpeg4/g726-640x480 latency=0 name=demux demux. ! application/x-rtp,media=audio ! queue2 ! decodebin2 ! audioresample ! autoaudiosink demux. ! application/x-rtp,media=video ! queue2 ! decodebin2 ! ffmpegcolorspace ! autovideosink -vvv


Attachments contain debug info.
Thanks a lot.

--
S.Shmayev

Office:  +972-72-2777239
Mobile: +972-54-6216356


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

ubuntu_decodebin2 (21K) Download Attachment
ubuntu_playbin2 (36K) Download Attachment