ok thx Wimn<br><br>and with video + audio :<br><br><u>dailymotion :</u><br><br>gst-launch-0.10 -v neonhttpsrc location=&quot;<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>&quot; ! 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=&quot;<a href="http://vp.video.google.com/videoplayback?id=eeaef0ce92daf284&amp;itag=18&amp;begin=0&amp;len=604800000&amp;signature=32FE30AA6EEB1CA5FAEB3E39CC1D252CD4AD110F.73B7FF8DBE5AD1BE41936DF5427B03FA3E91F44A&amp;ip=74.86.48.26&amp;ipbits=16&amp;expire=1212501622&amp;key=yt1&amp;sver=2">http://vp.video.google.com/videoplayback?id=eeaef0ce92daf284&amp;itag=18&amp;begin=0&amp;len=604800000&amp;signature=32FE30AA6EEB1CA5FAEB3E39CC1D252CD4AD110F.73B7FF8DBE5AD1BE41936DF5427B03FA3E91F44A&amp;ip=74.86.48.26&amp;ipbits=16&amp;expire=1212501622&amp;key=yt1&amp;sver=2</a>&quot; ! 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 &lt;<a href="mailto:wim.taymans@gmail.com">wim.taymans@gmail.com</a>&gt;:<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>
&gt; yes sure and that is that I wanted too.<br>
&gt;<br>
&gt; I read again the Frans Van Berckel &#39;s mail and I finally understood<br>
&gt; what it means.<br>
&gt; 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>
&gt; web site he gave but the link is not resolved<br>
&gt; ( <a href="http://keepvid.com/" target="_blank">http://keepvid.com/</a> )<br>
&gt;<br>
&gt; I finally got an dailymotion url . So the following pipeline works<br>
&gt; fine :<br>
&gt;<br>
&gt; gst-launch-0.10 -v neonhttpsrc<br>
&gt; location=&quot;<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>&quot; ! queue ! flvdemux ! fakesink<br>

&gt;<br>
&gt; I tried to connect a ffdec_flv to the flvdemux but it&#39;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>
&gt;<br>
&gt; A youtube link from <a href="http://keepvid.com/" target="_blank">http://keepvid.com/</a> , it&#39;s said that it&#39;s a mp4<br>
&gt; source :<br>
&gt;<br>
&gt; gst-launch-0.10 -v -m neonhttpsrc<br>
&gt; location=&quot;<a href="http://vp.video.google.com/videoplayback?id=eeaef0ce92daf284&amp;itag=18&amp;begin=0&amp;len=604800000&amp;signature=32FE30AA6EEB1CA5FAEB3E39CC1D252CD4AD110F.73B7FF8DBE5AD1BE41936DF5427B03FA3E91F44A&amp;ip=74.86.48.26&amp;ipbits=16&amp;expire=1212501622&amp;key=yt1&amp;sver=2" target="_blank">http://vp.video.google.com/videoplayback?id=eeaef0ce92daf284&amp;itag=18&amp;begin=0&amp;len=604800000&amp;signature=32FE30AA6EEB1CA5FAEB3E39CC1D252CD4AD110F.73B7FF8DBE5AD1BE41936DF5427B03FA3E91F44A&amp;ip=74.86.48.26&amp;ipbits=16&amp;expire=1212501622&amp;key=yt1&amp;sver=2</a>&quot; ! queue ! fakesink<br>

&gt;<br>
&gt; 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&#39;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>
&gt;<br>
&gt; Thx for help<br>
&gt;<br>
&gt; J.<br>
&gt;<br>
&gt;<br>
&gt; 2008/6/3 Benoit Fouet &lt;<a href="mailto:benoit.fouet@purplelabs.com">benoit.fouet@purplelabs.com</a>&gt;:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Hi,<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Julien Isorce wrote:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; Hi,<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; It seems that for example youtube or dailymotion use &quot;HTTP<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; pseudo-streaming&quot; :<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://en.wikipedia.org/wiki/Flv#Delivery_options" target="_blank">http://en.wikipedia.org/wiki/Flv#Delivery_options</a><br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; So is there any gstreamer element that could play such<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; flux ?<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; souphttpsrc ? neonhttpsrc<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;<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>&gt;<br>

&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; ?<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; I tried :<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; gst-launch-0.10 neonhttpsrc<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; location=<a href="http://www.dailymotion.com/swf/x5merm?autoPlay=1" target="_blank">http://www.dailymotion.com/swf/x5merm?autoPlay=1</a> !<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;flvdemux<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; ! ffdec_flv ! ffmpegcolorspace ! autovideosink<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; but nothing happens, the sate is maintained to PAUSED.<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; you have to get the &quot;real&quot; URL of the video, not the link to<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; the<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; embedded player.<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; --<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Benoit Fouet<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Purple Labs S.A.<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.purplelabs.com" target="_blank">www.purplelabs.com</a><br>
&gt;<br>
</div></div><div><div></div><div class="Wj3C7c">&gt; -------------------------------------------------------------------------<br>
&gt; This SF.net email is sponsored by: Microsoft<br>
&gt; Defy all challenges. Microsoft(R) Visual Studio 2008.<br>
&gt; <a href="http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/" target="_blank">http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/</a><br>
&gt; _______________________________________________ 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>