[gst-devel] [quicktime flux] how to use rtpxqtdepay ?
Wim Taymans
wim.taymans at gmail.com
Mon Mar 17 10:47:58 CET 2008
On Sat, 2008-03-15 at 14:35 +0100, Julien Isorce wrote:
> I do not understand how did you get the url :
> rtsp://a2047.v1413b.c1413.g.vq.akamaistream.net/5/2047/1413/1_h264_110/1a1a1ae656c632970267e04ebd3196c428970e7ce857b81c4aab1677e445aedc3fae1b4a7bafe013/08770365506i_2_220.mov
> In the source page there is :
> http://stream.qtv.apple.com/events/mar/rtp20e92/m_08770365506i_650_ref.mov
if you run
gst-launch -m gnomevfssrc location=http://stream.....650_ref.mov !
qtdemux
you'll see a redirect message to
http://stream.qtv.apple.com/events/mar/rtp20e92/08770365506i_2_650_ref.mov
then with
gst-launch -m gnomevfssrc location=http://stream..2_650_ref.mov !
qtdemux
you find another redirect to the real RTSP url above.
Wim
> I put the http url in an other webbrowser tab but then where are
> quicktime movies's redirects ?
>
> thx
>
>
> 2008/3/14, Wim Taymans <wim.taymans at gmail.com>:
>
>
> Following the .mov in the page source and then the redirects
> in the
> quicktime movie resolves to this, which plays fine for me:
>
> gst-launch rtspsrc
> location=rtsp://a2047.v1413b.c1413.g.vq.akamaistream.net/5/2047/1413/1_h264_110/1a1a1ae656c632970267e04ebd3196c428970e7ce857b81c4aab1677e445aedc3fae1b4a7bafe013/08770365506i_2_220.mov name=s ! rtpxqtdepay ! ffdec_h264 ! xvimagesink s. ! rtpmp4gdepay ! faad ! alsasink
>
> Wim
> >
> > Thx
> >
> -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>
More information about the gstreamer-devel
mailing list