[Webkit-unassigned] [Bug 204261] iOS 13 html audio tag is totally broken: MediaPlayback entitlements error.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 18 17:14:06 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=204261

--- Comment #7 from distinctdan at gmail.com ---
Sure thing, so I'm testing on an iPad Pro 3rd gen, which doesn't have a hardware mute switch, and I've made sure the volume is turned on. 

The audio context actually starts in a state of "running". I've tried calling resume on it anyways after a user gesture, but it doesn't make any difference. After I try playing my audio, the context state is still "running". Also, the promise returned from calling "myAudio.play()" resolves, just like it's a success. The html Audio element's "paused" property is also false, like it believes that it actually is playing. When running in a simulator, the audio does play, so I know my nodes are connected correctly.

I forgot to mention, I can play audio successfully through the same context using BufferSourceNodes. However, these are only suitable for very short sounds, so I'm unable to use them for playing longer things like background music.

@Brent - Yeah, I'd rather not post a sysdiagnose here, but I just ran one after reproing the error and submitted it in on the Feedback Assistant portal. In the description, I referenced this issue and referenced the log lines where the error occurs.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191119/b3d326ce/attachment-0001.htm>


More information about the webkit-unassigned mailing list