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
I've followed the instructions to create my own build:
git submodule update --init
npm install
make js
Which seemed to be successful, after that I've run npx webpack-dev-server to basically get what is on https://brionv.com/misc/ogv.js/demo/demo.js. I've navigated to localhost:8080/demo, which runs fine. However I'm getting the following error's in the console.
demo.js?version=OGV_VERSION:1059 Uncaught TypeError: controls.init is not a function
demo.js?version=OGV_VERSION:1107 Uncaught TypeError: benchmark.update is not a function
I'm able to control the video through the console by executing o.play(). Any Ideas?
The text was updated successfully, but these errors were encountered:
I've followed the instructions to create my own build:
Which seemed to be successful, after that I've run
npx webpack-dev-server
to basically get what is on https://brionv.com/misc/ogv.js/demo/demo.js. I've navigated tolocalhost:8080/demo
, which runs fine. However I'm getting the following error's in the console.I'm able to control the video through the console by executing
o.play()
. Any Ideas?The text was updated successfully, but these errors were encountered: