Closed Bug 1377696 Opened 7 years ago Closed 4 years ago

No sound with video playback rate > 4x

Categories

(Core :: Audio/Video: Playback, enhancement, P3)

enhancement

Tracking

()

RESOLVED INVALID

People

(Reporter: johnp, Assigned: chunmin)

Details

(Whiteboard: [media-audio])

Using the Playback Speed Add-On[1] or simple javascript[2] to set video playback rate to > 4x results in loss of audio. Setting playback rate <= 4x restores audio.  

[1] https://addons.mozilla.org/en-US/firefox/addon/playback-speed/
[2] document.getElementsByTagName('video')[0].playbackRate = 4.1
MDN says sound should only be muted outside [0.25, 5.0]: https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/playbackRate
Hi ChunMin,
Please check this issue. Thanks!
Assignee: nobody → cchang
Whiteboard: [media-audio]

Hi, I really want this issue fixed, is there any way I can help with the debugging? I'm new to this so Idk what code to work on etc.

AFAIK it's simply these definitions that are "wrong" (compared to MDN). Maybe those could be converted to about:config preferences / StaticPrefs, so people can choose for themselves, but a Mozilla employee would have to decide if that's OK.

(In reply to Johannes Pfrang [:johnp] from comment #4)

AFAIK it's simply these definitions that are "wrong" (compared to MDN). Maybe those could be converted to about:config preferences / StaticPrefs, so people can choose for themselves, but a Mozilla employee would have to decide if that's OK.

Is this something I can edit locally on my pc?

Not without recompiling or patching the correct place in the binary with e.g. a hex editor.

I've submitted a change to modify the MDN page, so close this bug because this is not gecko issue.

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.