hello i tried both swfdec-0.6.6 and current git with full gstreamer install as well as with libmad. however, i get the below error message: swfdec_codec_audio.c(205): swfdec_audio_decoder_new: no suitable decoder for audio codec 2 i'm not shure if 'audio codec 2' means AC2? with gst-inspect, i find only one related tag: ffenc_ac3. what's missing here? dennis
The audio codec numbers are Flash/FLV specific numbers. Audio codec 2 is Mp3. So you're likely missing the mad GStreamer plugin from gst-plugins-ugly. Cheers, Benjamin On Wed, May 14, 2008 at 6:23 AM, Dennis Heuer <dh at triple-media.com> wrote:> hello > > i tried both swfdec-0.6.6 and current git with full gstreamer install > as well as with libmad. however, i get the below error message: > > swfdec_codec_audio.c(205): swfdec_audio_decoder_new: no suitable > decoder for audio codec 2 > > i'm not shure if 'audio codec 2' means AC2? with gst-inspect, > i find only one related tag: ffenc_ac3. > > what's missing here? > > dennis > _______________________________________________ > Swfdec mailing list > Swfdec at lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/swfdec >
Reasonably Related Threads
- Lots of problems playing back !
- 4 commits - libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_gst.c libswfdec/swfdec_codec_video.c libswfdec/swfdec_sound.c
- 9 commits - configure.ac libswfdec/swfdec_as_context.c libswfdec/swfdec_audio_internal.h libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_gst.c libswfdec/swfdec_sound.c
- libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_gst.c
- 6 commits - libswfdec/Makefile.am libswfdec/swfdec_audio_flv.c libswfdec/swfdec_audio_flv.h libswfdec/swfdec_audio_stream.c libswfdec/swfdec_audio_stream.h libswfdec/swfdec_buffer.c libswfdec/swfdec_codec_adpcm.c libswfdec/swfdec_codec_audio.c