ok thx Wimn<br><br>and with video + audio :<br><br><u>dailymotion :</u><br><br>gst-launch-0.10 -v neonhttpsrc location="<a href="http://proxy-33.dailymotion.com/14/848x480/on2/8398448.on2?9f4c43f828e23584e9d28a4fdc03006813460ae">http://proxy-33.dailymotion.com/14/848x480/on2/8398448.on2?9f4c43f828e23584e9d28a4fdc03006813460ae</a>" ! queue ! flvdemux name=d d. ! queue ! ffdec_vp6f ! ffmpegcolorspace ! directdrawsink d. ! queue ! ffdec_mp3 ! audioconvert ! directsoundsink<br>
<br><u>youtube:<br><br></u>gst-launch-0.10 neonhttpsrc location="<a href="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</a>" ! queue ! qtdemux name=d d. ! queue ! ffdec_h264 ! xvimagesink d. ! queue ! faad ! alsasink<br>
<br>J.<br><br><div class="gmail_quote">2008/6/3 Wim Taymans <<a href="mailto:wim.taymans@gmail.com">wim.taymans@gmail.com</a>>:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Tue, 2008-06-03 at 10:21 +0200, Julien Isorce wrote:<br>
> yes sure and that is that I wanted too.<br>
><br>
> I read again the Frans Van Berckel 's mail and I finally understood<br>
> what it means.<br>
> So I put the <a href="http://www.dailymotion.com/swf/x5merm?autoPlay=1" target="_blank">http://www.dailymotion.com/swf/x5merm?autoPlay=1</a> in the<br>
> web site he gave but the link is not resolved<br>
> ( <a href="http://keepvid.com/" target="_blank">http://keepvid.com/</a> )<br>
><br>
> I finally got an dailymotion url . So the following pipeline works<br>
> fine :<br>
><br>
> gst-launch-0.10 -v neonhttpsrc<br>
> location="<a href="http://proxy-33.dailymotion.com/14/848x480/on2/8398448.on2?9f4c43f828e23584e9d28a4fdc03006813460ae" target="_blank">http://proxy-33.dailymotion.com/14/848x480/on2/8398448.on2?9f4c43f828e23584e9d28a4fdc03006813460ae</a>" ! queue ! flvdemux ! fakesink<br>
><br>
> I tried to connect a ffdec_flv to the flvdemux but it's not working.<br>
<br>
</div>Of course ffdec_flv is not working! the caps indicate you need<br>
ffdec_vp6f and... wow! it suddenly works then. Also playbin could have<br>
figured that out for you too (hint -v to see what elements are used)...<br>
<div class="Ih2E3d"><br>
><br>
> A youtube link from <a href="http://keepvid.com/" target="_blank">http://keepvid.com/</a> , it's said that it's a mp4<br>
> source :<br>
><br>
> gst-launch-0.10 -v -m neonhttpsrc<br>
> location="<a href="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" target="_blank">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</a>" ! queue ! fakesink<br>
><br>
> But I do not know what demuxer I have to use, I tried<br>
<br>
</div>Adding typefind after neonhttpsrc and before fakesink tells me it's<br>
audio/x-m4a, which is something qtdemux understands. Again playbin<br>
manages to figure that out too.<br>
<font color="#888888"><br>
Wim<br>
</font><div><div></div><div class="Wj3C7c"><br>
><br>
> Thx for help<br>
><br>
> J.<br>
><br>
><br>
> 2008/6/3 Benoit Fouet <<a href="mailto:benoit.fouet@purplelabs.com">benoit.fouet@purplelabs.com</a>>:<br>
> Hi,<br>
><br>
> Julien Isorce wrote:<br>
> > Hi,<br>
> ><br>
> > It seems that for example youtube or dailymotion use "HTTP<br>
> > pseudo-streaming" :<br>
> <a href="http://en.wikipedia.org/wiki/Flv#Delivery_options" target="_blank">http://en.wikipedia.org/wiki/Flv#Delivery_options</a><br>
> > So is there any gstreamer element that could play such<br>
> flux ?<br>
> > souphttpsrc ? neonhttpsrc<br>
><br>
> ><br>
> <<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-bad-plugins/html/gst-plugins-bad-plugins-neonhttpsrc.html" target="_blank">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-bad-plugins/html/gst-plugins-bad-plugins-neonhttpsrc.html</a>><br>
> > ?<br>
> ><br>
> > I tried :<br>
> ><br>
> > gst-launch-0.10 neonhttpsrc<br>
> > location=<a href="http://www.dailymotion.com/swf/x5merm?autoPlay=1" target="_blank">http://www.dailymotion.com/swf/x5merm?autoPlay=1</a> !<br>
> flvdemux<br>
> > ! ffdec_flv ! ffmpegcolorspace ! autovideosink<br>
> ><br>
> > but nothing happens, the sate is maintained to PAUSED.<br>
> ><br>
><br>
><br>
> you have to get the "real" URL of the video, not the link to<br>
> the<br>
> embedded player.<br>
><br>
> --<br>
> Benoit Fouet<br>
> Purple Labs S.A.<br>
> <a href="http://www.purplelabs.com" target="_blank">www.purplelabs.com</a><br>
><br>
</div></div><div><div></div><div class="Wj3C7c">> -------------------------------------------------------------------------<br>
> This SF.net email is sponsored by: Microsoft<br>
> Defy all challenges. Microsoft(R) Visual Studio 2008.<br>
> <a href="http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/" target="_blank">http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/</a><br>
> _______________________________________________ gstreamer-devel mailing list <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a> <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br>
</div></div></blockquote></div><br>