Open
Bug 1399423
Opened 7 years ago
Updated 2 years ago
Restarting pulseaudio kills audiocapture until Firefox restart
Categories
(Core :: Audio/Video: cubeb, defect, P3)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox57 | --- | affected |
People
(Reporter: pehrsons, Unassigned)
Details
STR:
1. Start Firefox
2. Go to https://mozilla.github.io/webrtc-landing/gum_test.html and click audio, approve the permission prompt
3. Reload the same page
4. In your terminal run `pulseaudio --kill`. For me, it is automatically restarted. Check with `pulseaudio --check; echo $?` which should print 0
5. In Firefox, still at gum_test.html, click audio
Expected: Permission prompt and/or functioning audio capture
Actual: gUM rejected with NotFoundError
Comment 1•7 years ago
|
||
This is a regression, it used to work, Ford_Prefect made us a patch for that ages ago.
Updated•7 years ago
|
Keywords: regression
Reporter | ||
Comment 2•7 years ago
|
||
It's at least broken in both 55 and 57 for me.
Version: 57 Branch → 55 Branch
Reporter | ||
Comment 3•7 years ago
|
||
Mozregression gives me [1], that contains [2]: "Matthew Gregan — Bug 837563 - Enable libcubeb's PulseAudio backend. r=glandium"
Before that we seemed to use alsa.
There are a bunch of versions where I get a single device "default:" instead of an error, but I classified that as not working. If I bisect on when those turned into NotFoundError instead I get [3], which is probably due to [4]: "Bug 1243857: enable full_duplex audio for webrtc via cubeb rs=jesup".
Doesn't look like a regression to me.
[1] https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=47c8e9b16918&tochange=b4143e04bea1
[2] https://hg.mozilla.org/mozilla-central/rev/6b6ea9376519
[3] https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=3e04659fdf6aef792f7cf9840189c6c38d08d1e8&tochange=9c5d494d05485aebf3fedf649abc0e7ae9d2dcf2
[4] https://hg.mozilla.org/mozilla-central/rev/affd6e75efcc
Keywords: regression
Updated•7 years ago
|
Rank: 26
Priority: -- → P2
Comment 4•7 years ago
|
||
Mass change P2->P3 to align with new Mozilla triage process.
Priority: P2 → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•