MetaCDN / videojs-vr_OLD

A video.js plugin that turns a video element into a HTML5 Panoramic 360 video player.
MIT License
24 stars 16 forks source link

Integrate HLS support #5

Closed jbroberg closed 7 years ago

jbroberg commented 7 years ago

Demonstrate support for commonly used HLS vjs tech (videojs-contrib-hls initially, perhaps HLS.js later).

jbroberg commented 7 years ago

Also work around iOS and macOS Safari issues: https://bugs.webkit.org/show_bug.cgi?id=163866#c3 https://github.com/mrdoob/three.js/issues/9754

On iOS with HLS, color space is wrong and texture is flipped on Y axis On macOS, just need to flip texture Y axis

jbroberg commented 7 years ago

Fixed / worked around.