Asof approx version 126, Firefox requires exclusive output for sounds (older versions allowed Firefox to mix outputs wiht background music/sounds). Request Firefox to mix with background sounds
Categories
(Fenix :: Media, enhancement)
Tracking
(Not tracked)
People
(Reporter: 2002luvabbaluvu, Unassigned)
Details
Attachments
(2 files)
Steps to reproduce:
Execute sounds (such as https://www.youtube.com/watch?v=hLDbRm-98cs) through Firefox
Actual results:
Background sounds (such as Video Lan Codec) stopped/paused
Expected results:
Background sounds continue
Reporter | ||
Comment 1•7 months ago
|
||
Reporter | ||
Comment 2•7 months ago
|
||
Reporter | ||
Comment 3•7 months ago
|
||
The fix is to use about:config
's to do javascript.enabled=false
,
- use https://play.google.com/store/apps/details?id=com.termux for youtubedr (https://github.com/thn-tools/YouTubedr) with
``apt-get install youtubedr
youtubedr download https://www.youtube.com/watch?v=hLDbRm-98cs && mv *.mp4 ~/storage/downloads/`
+ use custom file managers (such as https://play.google.com/store/apps/details?id=nextapp.fx) to launch X.mp4
Bonus: `javascript.enabled=false` fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1681603
Comment hidden (duplicate) |
Comment 5•7 months ago
|
||
If this is a regression you should be able to use mozregression to get a regression range.
Reporter | ||
Comment 6•7 months ago
|
||
(In reply to Robert Longson [:longsonr] from comment #5)
If this is a regression you should be able to use mozregression to get a regression range.
On Android 14, have trouble to use mozregression.
Regression was whichever revision has Firefox switch media output to the OS (as Firefox has exclusive sound access.png
shows Firefox now does)
[Previous versions of Firefox use an internal mechanism, which mixes with the OS output]
Reporter | ||
Comment 7•7 months ago
|
||
Wish to search https://github.com/mozilla-mobile/fenix/releases for "media", but "_This repository has been archived by the owner on Feb 20, 2023. It is now read-only. _" prevents this.
Wish to use https://www.google.com/search?q=Media+site%3Ahttps%3A%2F%2Fwww.mozilla.org%2Fen-US%2Ffirefox%2F+intitle%3A%22Release+Notes%22 but https://www.mozilla.org/en-US/firefox/*/releasenotes/ is not for Fenix but Firefox
Comment 8•6 months ago
|
||
The canonical source code for the mobile browser is the main Firefox repository, available at https://hg.mozilla.org (for now) and https://github.com/mozilla/gecko-dev. A better search tool is https://searchfox.org
Description
•