Following up to http://www.mail-archive.com/gnash-dev@gnu.org/msg05218.html (sorry I don't have original to reply to).
I used the idea from the wiki to play RMS video from youtube (since I can't get it to view in firefox3 itself and firefox3 finally hangs): $ url=http://youtube.com/watch?v=9sJUDx7iEJw $ vars=$(ftp -o - "$url" | grep -F watch_fullscreen | cut -d \? -f 2 | cut -d \" -f1) $ /home/reed/gnash/bin/gnash -vv -F 2 -P "FlashVars=$vars" http://youtube.com> 466:140187730444288] 12:00:20 DEBUG: Verbose output turned on 466:140187730444288] 12:00:20 DEBUG: No rendering flags specified, using rcfile GET :javascript:checkCurrentVideo('undefined'); GET :javascript:checkCurrentVideo('9sJUDx7iEJw'); SDL: Audio timeout - buggy audio driver? (disabled) It played the video fine but no sound. The popup window for Gnash Error said: MediaHandlerGst::createAudioDecoder: Couldn't find a plugin for audio type audio/mpeg! -- MediaHandler::createFlashAudioDecoder: no available FLASH decoders for codec 10 (Advanced Audio Coding) Debugging also says: 466:140187730444288] 12:00:26: ERROR: Missing plugin, but plugin installing not supported. Will try anyway, but expect failure. The full logging of that is at http://reedmedia.net/~reed/tmp-gnash-oicbyt43y/gnash-dbg.log (23907 lines and 2944kB) I have installed: gstreamer0.10-0.10.22 Open source multimedia framework gst-plugins0.10-base-0.10.22 Open source multimedia framework - base plugins gst-plugins0.10-theora-0.10.22 Open source multimedia framework - theora plugin gst-plugins0.10-ogg-0.10.22 Open source multimedia framework - ogg plugin gst-plugins0.10-vorbis-0.10.22 Open source multimedia framework - vorbis plugin gst-plugins0.10-good-0.10.14 Open source multimedia framework - good plugins gst-plugins0.10-v4l2-0.10.14 Open source multimedia framework - v4l2 plugin gst-plugins0.10-oss-0.10.14 Open source multimedia framework - oss plugin gst-fluendo-mp3-0.10.6nb1 MP3 decoder for gstreamer gst-ffmpeg-0.10.3nb3 ffmpeg plugin for gstreamer gst-plugins0.10-gnomevfs-0.10.22 Open source multimedia framework - gnomevfs plugin gst-plugins0.10-x11-0.10.22 Open source multimedia framework - x11 plugin My gnash --version is: Gnash 0.8.5 Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. Gnash comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of Gnash under the terms of the GNU General Public License. For more information, see the file named COPYING. Build options 0.8.5 Target: Renderer: agg - GUI: GTK - Media handler: gst Configured with: --enable-gui=gtk --prefix=/home/reed/gnash --with-npapi-plugindir=/home/reed/gnash/plugin CXXFLAGS: -g -pthread -pthread -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -Wnon-virtual-dtor -Wunused Built against gstreamer version: 0.10.22 Linked against gstreamer version: 0.10.22 Any hints on how to get gstreamer to use its audio/mpeg plugin? _______________________________________________ Gnash-dev mailing list Gnash-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-dev