Bug 173863
Summary: | Sound from createMediaStreamDestination cannot be heard from audio element | ||
---|---|---|---|
Product: | WebKit | Reporter: | Andrew Morris <andrew> |
Component: | WebRTC | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | eric.carlson, jer.noble, sebastian.brud, webkit-bug-importer, youennf |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari Technology Preview | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Andrew Morris
Using audioContext.createMediaStreamDestination(), when the stream is used as the .srcObject of an audio element, the audio should play in the speakers, but it doesn't. This is even though .play() succeeds.
jsbin:
https://output.jsbin.com/xefarim
This jsbin also works in Firefox, where it demonstrates the expected behaviour.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/33010393>
Seba
Seems like the code does not call `audioContext.resume()` at the right moment (or the browser fails to record that fact). Might no longer be an issue (checked in Google Chrome and Safari 18.3)