Never ending stream...
andrea
sarkiaponius at alice.it
Mon Apr 25 06:34:21 PDT 2011
On Thu, 2011-04-21 at 11:22 +0200, Mailing List SVR wrote:
>
> 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
0.10.24, I'll try the one you said, thanks.
>
> > 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.
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list