[gst-devel] HTTP pseudo-streaming

Julien Isorce julien.isorce at gmail.com
Tue Jun 3 10:45:36 CEST 2008


ok thx, the pipelines are :

*dailymotion:*

gst-launch-0.10 neonhttpsrc location="
http://proxy-33.dailymotion.com/14/848x480/on2/8398448.on2?9f4c43f828e23584e9d28a4fdc03006813460ae"
! queue ! flvdemux ! ffdec_vp6f ! ffmpegcolorspace ! autovideosink

*youtube*

gst-launch-0.10 neonhttpsrc location="
http://vp.video.google.com/videoplayback?id=eeaef0ce92daf284&itag=18&begin=0&len=604800000&signature=32FE30AA6EEB1CA5FAEB3E39CC1D252CD4AD110F.73B7FF8DBE5AD1BE41936DF5427B03FA3E91F44A&ip=74.86.48.26&ipbits=16&expire=1212501622&key=yt1&sver=2"
! queue ! qtdemux ! ffdec_h264 ! ffmpegcolorspace ! autovideosink


It works fine on windows, I have not tried on linux.

Thx for all the informations

J.

2008/6/3 Benoit Fouet <benoit.fouet at purplelabs.com>:

> Hi,
>
> Julien Isorce wrote:
> > yes sure and that is that I wanted too.
> >
> > I read again the Frans Van Berckel 's mail and I finally understood
> > what it means.
> > So I put the http://www.dailymotion.com/swf/x5merm?autoPlay=1 in the
> > web site he gave but the link is not resolved
> > ( http://keepvid.com/ )
> >
> > I finally got an dailymotion url . So the following pipeline works fine :
> >
> > gst-launch-0.10 -v neonhttpsrc
> > location="
> http://proxy-33.dailymotion.com/14/848x480/on2/8398448.on2?9f4c43f828e23584e9d28a4fdc03006813460ae
> "
> > ! queue ! flvdemux ! fakesink
> >
> > I tried to connect a ffdec_flv to the flvdemux but it's not working.
> >
>
> this is a flash VP6 video in flv container
>
> > A youtube link from http://keepvid.com/ , it's said that it's a mp4
> > source :
> >
> > gst-launch-0.10 -v -m neonhttpsrc
> > location="
> http://vp.video.google.com/videoplayback?id=eeaef0ce92daf284&itag=18&begin=0&len=604800000&signature=32FE30AA6EEB1CA5FAEB3E39CC1D252CD4AD110F.73B7FF8DBE5AD1BE41936DF5427B03FA3E91F44A&ip=74.86.48.26&ipbits=16&expire=1212501622&key=yt1&sver=2
> > <
> http://vp.video.google.com/videoplayback?id=eeaef0ce92daf284&itag=18&begin=0&len=604800000&signature=32FE30AA6EEB1CA5FAEB3E39CC1D252CD4AD110F.73B7FF8DBE5AD1BE41936DF5427B03FA3E91F44A&ip=74.86.48.26&ipbits=16&expire=1212501622&key=yt1&sver=2
> >"
> > ! queue ! fakesink
> >
> > But I do not know what demuxer I have to use, I tried
> >
>
> and this is H.264 video in a mov container
> (I didn't try to play it with a GStreamer player, though)
>
> --
> Benoit Fouet
> Purple Labs S.A.
> www.purplelabs.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20080603/1bfcd29f/attachment.htm>


More information about the gstreamer-devel mailing list