Closed Bug 554505 Opened 16 years ago Closed 16 years ago

OGG audio does not play using 32-bit Firefox build on a 64-bit Linux OS

Categories

(Core :: Audio/Video, defect)

x86_64
Linux
defect
Not set
major

Tracking

()

RESOLVED INVALID

People

(Reporter: wgianopoulos, Unassigned)

References

()

Details

OGG audio content does not seem to play using the Official Firefox 32-bit builds under a Fedora 12 64-bit Operating system. The same files seem to play just find on a 64-bit Windows 7 OS using an Official Firefox 32-bit windows build on the exact same hardware, so this would appear to be Linux only. Also on the same hardware a Linux 64-bit build seems to play the audio just fine.
The video on the URL seems to exhibit this issue.
Severity: normal → major
What version are you testing with? Does that happen using a nightly build of the trunk?
Well yes. That is why I set the Version to Trunk.
Summary: OGG audio does not play using 32-bit Firefox build on a 64-bit LInux OS → OGG audio does not play using 32-bit Firefox build on a 64-bit Linux OS
I tend not to pay attention to the version field as people often file with their regular browser. Anyway, thanks for confirming. I've got a 64-bit F12 VM at home, so I'll see if I can debug this tonight.
Oh and this has nothing to do with library versions etc. This also fails with my own 32-bit builds crated on the same machine that I see the failure on. I see this on 3 different systems. They are all running Fedora 12 on AMD 64-bit processors, however, so in a lot of ways similar.
snd_pcm_open fails returning -2. If I disable the silent error handler, the error reported is "ALSA lib pcm.c:2171:(snd_pcm_open_conf) Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_pulse.so". Solution is pretty obvious once you have that error text: yum install alsa-plugins-pulseaudio.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
Thanks. Actually what is required is: yum install alsa-plugins-pulseaudio.i686 Not including the .i686 part just returns a message saying it is already installed since the 64-bit version is installed. However, how does one disable this silent error handler and exactly under what circumstances is it desirable to hide this error from the user?
Nevermind. I found that bug 461281 introduced the quiet error handler, so the explanation is there.
You need to log in before you can comment on or make changes to this bug.