After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 504593 - totem browser plugin cannot play embedded ogg vorbis audio
totem browser plugin cannot play embedded ogg vorbis audio
Status: RESOLVED DUPLICATE of bug 504795
Product: totem
Classification: Core
Component: Browser plugin (obsolete)
2.20.x
Other All
: Normal normal
: ---
Assigned To: totem-browser-maint
totem-browser-maint
Depends on:
Blocks:
 
 
Reported: 2007-12-20 04:20 UTC by Praveen A
Modified: 2007-12-21 03:06 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
patch to add application/x-ogg to handled media types (588 bytes, patch)
2007-12-20 04:22 UTC, Praveen A
none Details | Review

Description Praveen A 2007-12-20 04:20:27 UTC
Please describe the problem:
ogg vorbis audio embedded in http://arichuvadi.nrcfosshelpline.in/web/displaylesson/1/2/ is not playing firefox with totem browser plugin

Steps to reproduce:
1. open http://arichuvadi.nrcfosshelpline.in/web/displaylesson/1/2/
2. click on play
3. 


Actual results:
nothing happens

Expected results:
it should play the ogg file and I should hear sound

Does this happen every time?
yes

Other information:
It could be because totem plugin does not handle application/x-ogg (as the site worked well with mplayer plugin and the only difference I could see it this).

mozilla-mplayer

application/x-ogg 	Ogg Vorbis Media 	ogg 	Yes
audio/ogg 	Ogg Vorbis Audio 	ogg 	Yes
audio/x-ogg 	Ogg Vorbis Audio 	ogg 	Yes
application/ogg 	Ogg Vorbis / Ogg Theora 	ogg 	Yes

totem-mplayer

application/ogg 	Ogg multimedia 	ogg 	Yes
audio/ogg 	Ogg Audio 	ogg 	Yes
audio/x-ogg 	Ogg Audio 	ogg 	Yes
video/ogg 	Ogg Video 	ogg 	Yes
video/x-ogg 	Ogg Video 	ogg 	Yes

See the attached patch (it didn't work though)
Comment 1 Praveen A 2007-12-20 04:22:04 UTC
Created attachment 101294 [details] [review]
patch to add application/x-ogg to handled media types

mplayer handles one more mime type for ogg audio and it seems to work (though the patch did not seem to work in totem)
Comment 2 Praveen A 2007-12-21 03:06:30 UTC

*** This bug has been marked as a duplicate of 504795 ***