Closed badcode06 closed 2 years ago
Hi all. I have just cloned the repo and then created a local server. when I try to run the mp4-decode sample I got the following error:
Uncaught ReferenceError: VideoDecoder is not defined at demux_decode_worker.js:27:17
so what might be the problem?
Are you serving the page from a secure context or from localhost? What browser version are you using?
using https solved the problem. thanks.
Hi all. I have just cloned the repo and then created a local server. when I try to run the mp4-decode sample I got the following error:
so what might be the problem?