Hi,<br><br>It seems that for example youtube or dailymotion use &quot;HTTP pseudo-streaming&quot; : <a href="http://en.wikipedia.org/wiki/Flv#Delivery_options">http://en.wikipedia.org/wiki/Flv#Delivery_options</a><br><div style="text-align: left;">
So is there any gstreamer element that could play such flux ? souphttpsrc ? <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-bad-plugins/html/gst-plugins-bad-plugins-neonhttpsrc.html">neonhttpsrc</a> ?<br>
</div><br>I tried :<br><br>gst-launch-0.10 neonhttpsrc location=<a href="http://www.dailymotion.com/swf/x5merm?autoPlay=1">http://www.dailymotion.com/swf/x5merm?autoPlay=1</a> !&nbsp; flvdemux ! ffdec_flv ! ffmpegcolorspace ! autovideosink<br>
<br>but nothing happens, the sate is maintained to PAUSED.<br><br><br>Thx<br>