Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running demo comes with errors on benchmark.update() and controls.init() call #556

Open
Schizo opened this issue Apr 10, 2020 · 0 comments

Comments

@Schizo
Copy link

Schizo commented Apr 10, 2020

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant