mbebenita / Broadway

A JavaScript H.264 decoder.
Other
2.73k stars 424 forks source link

Remove Decoder.js depenency from Player.js in useWorker mode #169

Closed scaret closed 6 years ago

scaret commented 6 years ago

I think it's unnecessary for the main thread to load Decoder.js since the real work is in the worker.

soliton4 commented 6 years ago

that depends on the startup parameters. you can use broadway in single threaded mode see demo