VLC Mozilla plugin (vlc1.1.x), always muted
Posted: 29 Mar 2010 21:15
[WinXP, 1.1.0-git-20100329-0003, Firefox 3.6.2, IE8]
See this topic about the activex plugin. I have no problems in IE plugin, audio is played fine.
I do have a show stopper in Firefox plugin, it starts playback audio muted.
Calling vlc.audio.mute=false or vlc.audio.toggleAudioMute() methods does absolutely nothing in Firefox plugin. Printing vlc.audio.mute boolean value says TRUE. This is a weird showstopper problem, why is mozilla pluging to start muted and never want to enable audio.
edit: found a problem, it was audio volume is zeroed for some reason. I call "vlc.audio.volume=100" and Firefox audio works now.
Audio attributes in IE plugin shows:
vlc.audio.count=2, vlc.audio.track=1, vlc.audio.volume=100
Audio attributes in FF plugin shows:
vlc.audio.count=2, vlc.audio.track=1, vlc.audio.volume=0
See this topic about the activex plugin. I have no problems in IE plugin, audio is played fine.
I do have a show stopper in Firefox plugin, it starts playback audio muted.
Calling vlc.audio.mute=false or vlc.audio.toggleAudioMute() methods does absolutely nothing in Firefox plugin. Printing vlc.audio.mute boolean value says TRUE. This is a weird showstopper problem, why is mozilla pluging to start muted and never want to enable audio.
edit: found a problem, it was audio volume is zeroed for some reason. I call "vlc.audio.volume=100" and Firefox audio works now.
Audio attributes in IE plugin shows:
vlc.audio.count=2, vlc.audio.track=1, vlc.audio.volume=100
Audio attributes in FF plugin shows:
vlc.audio.count=2, vlc.audio.track=1, vlc.audio.volume=0