Hi All,<br><br>I was trying to playback an swf file using gstreamer. using the following command.<br><br>&quot;gst-launch-0.10 -v playbin uri=<a href="http://www.honestreporting.com/a/flash/nytimes_analysis.swf" target="_blank">http://www.honestreporting.com/a/flash/nytimes_analysis.swf</a>&quot;<br>

<br>But it throws the following error:<br>------------------------------<div id=":1ct" class="ii gt">----------------------------------------------------------<br>Setting pipeline to PAUSED ...<br>Pipeline is PREROLLING ...<br>
/GstPlayBin:playbin0/GstDecodeBin:decodebin0/GstTypeFindElement:typefind.GstPad:src: caps = application/x-shockwave-flash<br>
/GstPlayBin:playbin0/GstDecodeBin:decodebin0/ffdemux_swf:ffdemux_swf0.GstPad:sink: caps = application/x-shockwave-flash<br>ERROR: from element /GstPlayBin:playbin0/GstDecodeBin:decodebin0/ffdemux_swf:ffdemux_swf0: GStreamer encountered a general supporting library error.<br>

Additional debug info:<br>gstffmpegdemux.c(1209): gst_ffmpegdemux_open (): /GstPlayBin:playbin0/GstDecodeBin:decodebin0/ffdemux_swf:ffdemux_swf0:<br>Input/output error<br>ERROR: pipeline doesn&#39;t want to preroll.<br>Setting pipeline to NULL ...<br>

/GstPlayBin:playbin0/GstDecodeBin:decodebin0/ffdemux_swf:ffdemux_swf0.GstPad:sink: caps = NULL<br>/GstPlayBin:playbin0/GstDecodeBin:decodebin0/GstTypeFindElement:typefind.GstPad:src: caps = NULL<br>Freeing pipeline ...<br>

----------------------------------------------------------------------------------------<br><br><br>This was my first experiment towards making youtube content playback using gstreamer.<br>I have installed the following pkgs/plugins:<br>

<br>- ffmpeg<br>- gst-ffmpeg-0.10.7<br>- gst-plugins-0.8.12<br>- gst-plugins-bad-0.10.11<br>- gst-plugins-base-0.10.23<br>- gst-plugins-good-0.10.14<br>- gst-plugins-ugly-0.10.11<br>- gstreamer-0.10.23<br>- libid3tag-0.15.1b<br>

- libmad-0.15.1b<br>- libsoup-2.2.100<br>- madplay-0.15.2b<br>- neon-0.26.4<br><br>and my &quot;souphttpsrc&quot; is working fine too.<br><br><br>Any clues ?<br><br>Thanks in advance.<br><br></div>