Closed
Bug 1347506
Opened 8 years ago
Closed 8 years ago
No audio in Firefox in debian. firefox doesn't detect installed libpulse
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1345661
People
(Reporter: u590800, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0
Steps to reproduce:
Navigated to a youtube video with official firefox under debian.
Actual results:
No sound, a top bar message appears telling me I may need to install pulseaudio and a button to learn how that lead to a non-existing web page.
Expected results:
Sound should have played, libpulse is already installed on this system
Posting this on behalf on another person as creating a new account on bugzilla is currently disabled.
OS: Unspecified → Linux
Hardware: Unspecified → x86_64
Version: 49 Branch → 52 Branch
From what I gathered on another similar bug report, having libpulse is not enough and firefox requires complete installation of the pulseaudio server which was not installed by default when installing debian.
This bug should marked as duplicate of 1345661.
Updated•8 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Comment 4•8 years ago
|
||
All I know is I have to fire up chromium each time I want to watch a
YouTube movie. Chromium can deal with them fine, without me needing to
install the pulseaudio stuff here on Debian which I do not want to do.
Comment 5•8 years ago
|
||
$ apt-cache show chromium | perl -nwle 'print for /......pulse..../g;'
libpulse0
$ apt-cache show firefox | perl -nwle 'print for /......pulse..../g;'
$
You need to log in
before you can comment on or make changes to this bug.
Description
•