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

Desktop browsers with native webvr support and no vrdisplay display an error #24

Closed
brandonocasey opened this issue Aug 23, 2017 · 0 comments

Comments

@brandonocasey
Copy link
Contributor

  1. chrome://flags turn webvr on
  2. Try to play the test video and you will get an error

We want videos to play in 360 mode when they do not have a vrDisplay connected, but when they natively support vr (by enabling the webvr flag in this case) this won't happen. We need to set ALWAYS_APPEND_POLYFILL_DISPLAY: true, in src/webvr-config.js to allow this to happen. The problem there is that we are pinned to webvr-polyfill version 0.9.23 which does not have such an option. When #14 is fixed this can be addressed.

mister-ben pushed a commit to mister-ben/videojs-vr that referenced this issue Dec 4, 2023
chore: Swap webvr for webxr polyfill packages (PR fix ups - fix up 180 Left/Right)
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