Bug 173863 - Sound from createMediaStreamDestination cannot be heard from audio element
Summary: Sound from createMediaStreamDestination cannot be heard from audio element
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebRTC (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-06-26 22:07 PDT by Andrew Morris
Modified: 2018-06-19 04:59 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Morris 2017-06-26 22:07:47 PDT
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.
Comment 1 Radar WebKit Bug Importer 2017-06-27 11:58:13 PDT
<rdar://problem/33010393>