You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var screen = document.getElementById('screen');
player = new JSMpeg.Player('aus.ts', {
canvas: screen,
});
in mac book, chrome:
Uncaught Error: Failed to get WebGL Context
at new WebGLRenderer (jsmpeg.min.js:2)
at new Player (jsmpeg.min.js:1)
at (index):93
WebGLRenderer @ jsmpeg.min.js:2
Player @ jsmpeg.min.js:1
(anonymous) @ (index):93