Hi,<br><br>I converted an flv file to swf and now I&#39;m trying to play it back...however I&#39;m getting the following errors:<br><br>SWFDEC: ERROR: swfdec_audio_decoder_gst.c(109): swfdec_audio_decoder_get_resampler: no resampling element found. Check that GStreamer&#39;s base plugins are installed.<br>
SWFDEC: ERROR: swfdec_audio_decoder.c(232): swfdec_audio_decoder_errorv: error decoding audio: no suitable decoder for audio codec 2<br>SWFDEC: ERROR: swfdec_codec_gst.c(222): swfdec_gst_decoder_init: failed to create decoder<br>
SWFDEC: ERROR: swfdec_video_decoder.c(407): swfdec_video_decoder_errorv: error decoding video: no suitable decoder for video codec 2<br><br>I have <b>gstreamer-0.10.22</b> and <b>gstreamer-plugins-base-0.10.22</b> installed. Taking the above errors one by one, first I want to know why swfdec is complaining about base plugins when they are installed?<br>
<br>Thanks and regards,<br>Ravi Karmarkar<br><br><div class="gmail_quote">On Tue, May 19, 2009 at 3:46 PM, Benjamin Otte <span dir="ltr">&lt;<a href="mailto:otte@gnome.org">otte@gnome.org</a>&gt;</span> wrote:<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="im">On Tue, May 19, 2009 at 6:37 AM, Ravi Karmarkar<br>
&lt;<a href="mailto:karmarkar.ravi@gmail.com">karmarkar.ravi@gmail.com</a>&gt; wrote:<br>
&gt; My requirement is to be able to play downloaded YouTube videos(in flv<br>
&gt; format) in the GTK based swfdec player.<br>
&gt;<br>
</div>This is not possible. Swfdec can only load SWF files.<br>
<div class="im"><br>
&gt; How does 0.8.4 version achieve youtube playback when it can&#39;t load FLV files<br>
&gt; directly?<br>
&gt;<br>
</div>Swfdec implements the NetStream and Video elements of SWF files, which<br>
allow FLV playback inside an SWF file.<br>
<div class="im"><br>
&gt; My understanding is that swfdec parses the flv file and uses GStreamer to<br>
&gt; decode the audio/video but how to make the standalone swfdec player decode<br>
&gt; the flv file in the first place?<br>
&gt;<br>
</div>You can simply create an SWF file (or use an existing one like<br>
Flowplayer) that loads the FLV file you want to play back.<br>
<br>
<br>
Cheers,<br>
<font color="#888888">Benjamin<br>
</font></blockquote></div><br>