Never ending stream...
Mailing List SVR
lists at svrinformatica.it
Thu Apr 21 02:22:18 PDT 2011
Il giorno mer, 20/04/2011 alle 17.23 +0200, andrea ha scritto:
> Hi,
>
> I'm using the following pipeline to download some Real Audio streams and
> convert them to MP3 on the fly:
>
> gst-launch-0.10 rtspsrc location=some_url \
> ! decodebin2 \
> ! lamemp3enc target=quality quality=9 \
> ! filesink location=some_file.mp3
>
> It works perfectly, but never ends, even when some_file.mp3 has clearly
> reached the correct lenght and is not updated any longer!
>
what version of plugins-good? try 0.10.27 or 0.10.28 there was a bug
with the EOS message with rtsp in some version I don't remember the
exact version number
> Note that the streams I'm talking about are just audio files made
> available only as RTSP streams, but they all have a finite length.
>
> How can I have such a pipeline exit when the stream reaches its end?
>
> Best regards.
More information about the gstreamer-devel
mailing list