googlearchive / vrview

Library for embedding immersive media into traditional websites.
http://developers.google.com/cardboard/vrview
Apache License 2.0
1.71k stars 1.09k forks source link

HLS example doesnt work on iOS 11 #265

Open redgetan opened 6 years ago

redgetan commented 6 years ago

I've tried the example at examples/hls-video/index.html on iOS 10, and it works well. However, when I tried it on iOS 11, I only see a black screen. If I change the video source from an m3u8 to a raw .mp4 file, it actually works and video plays fine, although distored due to the shader (which is expected as it expects a 360 video instead of normal one).

Any ideas on what could be the problem?