GNOME Bugzilla – Bug 301913
Support embedded hidden audio/mpeg playback
Last modified: 2006-08-12 20:14:07 UTC
Support embedded audio (mp3, au, wav, etc) in the moz plugin. An example of embeded mp3: http://www.afactor.net/toolbox/notes/Sound/eg/embeddedMP3.html I suppose the supported formats will depend on what gstreamer plugins are installed so totem will need to update it's "supported formats" list for the plugin if the user adds/removes gstreamer bits.
*** Bug 344444 has been marked as a duplicate of this bug. ***
bug 344444 mentions another example stream: http://www.nationaldayofslayer.org/
With those 2 commits, adding { "audio/mpeg", "mp3", NULL}, to the mime_types list is enough to get background MP3s working. Only bug 314370 is blocking us. 2006-06-20 Bastien Nocera <hadess@hadess.net> * src/totem-mozilla-plugin.cpp: fix handling of the hidden parameter when not given a value 2006-06-20 Bastien Nocera <hadess@hadess.net> * src/totem-mozilla-options.h: * src/totem-mozilla-plugin.cpp: * src/totem-mozilla-scriptable.h: * src/totem-mozilla-viewer.c: (totem_embedded_set_state), (totem_embedded_add_children), (main): add support for the hidden parameter, use the BVW_USE_TYPE_AUDIO hint to the video widget to avoid having to realize or do other hacks (Closes: #326564)
2006-08-12 Bastien Nocera <hadess@hadess.net> * browser-plugin/totemBasicPlugin.cpp: * browser-plugin/totemPlugin.cpp: * browser-plugin/totemPlugin.h: * src/totem-mozilla-options.h: * src/totem-mozilla-viewer.c: (on_eos_event), (main): - Add audio/mpeg to the list of supported mime-types, will hopefully speed up the Mozilla unbreakage (Closes: #301913) - Fix debugging information in the main plugin - Add support for the "autostart" parameter - Destroy the stream if the child viewer died - Make repeat=true work even if we only have one video file