Add note about Safari bug on iOS

This commit is contained in:
David Halls
2021-06-05 16:28:38 +01:00
parent d2d2a531a6
commit 3ad52c7b3b

View File

@@ -145,6 +145,8 @@ async function start() {
this.play();
// capture video from the canvas
// Note: Safari on iOS doesn't get any data, might be related to
// https://bugs.webkit.org/show_bug.cgi?id=181663
canvas_stream = gl_canvas.canvas.captureStream(30);
// add audio if present