rtspsrc plays nothing?

Aleix Conchillo Flaqué aconchillo at gmail.com
Tue Feb 26 02:05:14 PST 2013


On Tue, Feb 26, 2013 at 10:38 AM, Paolo Bolzoni
<paolo.bolzoni.brown at gmail.com> wrote:
> I wanted to dump to disk a video on demand from
> http://www.submodularity.org/, since the usual ways
> (vlc or mplayer) do not work or give unaligned audio
> I wanted to try gstreamer. But I am stuck.
>
> To begin I tried with this commandline, the
> rtsp:// address comes from the text file you can download
> from the page:
>
> $ gst-launch-1.0 -tev rtspsrc
> location='rtsp://128.2.10.151:80/004/MLtalk2_10-17.mov' ! fakesink
>
> But it seems fakesink never connects to rtspsrc,
> what I am doing wrong?
>

This works for me (in 0.10):

gst-launch-0.10 rtspsrc
location=rtsp://128.2.10.151:80/004/MLtalk2_10-17.mov latency=4000
name=src ! queue ! decodebin2 ! xvimagesink src. ! queue ! decodebin2
! audioconvert ! audioresample ! autoaudiosink

But you are right, the same pipeline (replacing decodebin2 for
decodebin) gets stuck in 1.0.5.

Aleix


More information about the gstreamer-devel mailing list