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

[Bug] wrong projection on 360 videos #4580

Open
iBicha opened this issue Apr 12, 2024 · 1 comment
Open

[Bug] wrong projection on 360 videos #4580

iBicha opened this issue Apr 12, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@iBicha
Copy link
Contributor

iBicha commented Apr 12, 2024

Describe the bug
Currently 360 videos (webgl) are not properly projected (see screenshot)

Steps to Reproduce
Open video sPyAQQklc1s

Screenshots
projection-bug

Additional context
It's known that YouTube moved away from Equilateral Cubemap a while back (which what causes the wrong projection in the screenshot) to using the Equi-Angular Cubemap (I hope these are the right names)

Some people figured out that changing the user agent can get them the old format back ytdl-org/youtube-dl#15267
Also related videojs/videojs-vr#179

But "Equi-Angular Cubemap" does not necessarily have to be projected as described here, even projecting to a cube with the right UVs can be a huge improvement compared to current state.

As an example of that, you can test this html file (zip because github won't let me html)
webgl-viewer.html.zip

@iBicha iBicha added the bug Something isn't working label Apr 12, 2024
@iBicha
Copy link
Contributor Author

iBicha commented Apr 12, 2024

Relates to #2394

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant