Bug 175473
Summary: | WebRTC videos go black when triggering Siri and returning to Safari | ||
---|---|---|---|
Product: | WebKit | Reporter: | Andrew Morris <andrew> |
Component: | WebRTC | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | andj2223, eric.carlson, jonlee, webkit-bug-importer, youennf |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Andrew Morris
After triggering the issue from https://bugs.webkit.org/show_bug.cgi?id=175472, both sending and receiving video elements go black by holding the home button to activate Siri and returning to Safari.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/33860862>
youenn fablet
I can reproduce the fact that when Siri interrupts Safari, and we are back from Safari, audio is not playing back automatically.
Calling $('audio')[0].play() seems to work.
Andrew Morris
Interesting quirk - in looking into workarounds, I have the .srcObject = .srcObject trick mentioned in https://bugs.webkit.org/show_bug.cgi?id=175472, but in trying to detect the video is black by drawing it to a canvas, it actually renders correctly into the canvas.
Jon Lee
*** This bug has been marked as a duplicate of bug 175472 ***
youenn fablet
Andrew,
can you confirm you do not see any more issue in latest seeds?