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

sam shmayev shmayev at gmail.com
Thu Sep 27 06:14:56 PDT 2012


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
gst-launch playbin2 uri=rtsp://
administrator:123123 at 192.168.1.253:554/nphMpeg4/g726-640x480<http://administrator:123123@192.168.1.170:554/nphMpeg4/g726-640x480>
 -vvv

// using decodebin2 (*full freeze on Ubuntu*)
gst-launch rtspsrc location=rtsp://
administrator:123123 at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20120927/e725c69d/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ubuntu_decodebin2
Type: application/octet-stream
Size: 15802 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20120927/e725c69d/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ubuntu_playbin2
Type: application/octet-stream
Size: 27015 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20120927/e725c69d/attachment-0003.obj>


More information about the gstreamer-devel mailing list