yanwsh / videojs-panorama

a plugin for videojs run a full 360 degree panorama video.
http://yanwsh.github.io/videojs-panorama/
Other
483 stars 160 forks source link

HLS on iOS Safari not working when when stream is set on videoElement.src #95

Closed Hyddan closed 7 years ago

Hyddan commented 7 years ago

The presence of an HLS stream on iOS Safari is only checked against child source elements, not the videoElements src property.

This repo is currently over the data quota, I had to delete some files in my fork just to be able to clone it so I don't want to open a PR with these deletions but you can see what I did here to make it work in this case: https://github.com/Hyddan/videojs-panorama/commit/06b43a23731e598e16ab17135a6fcd7be8af3266

yanwsh commented 7 years ago

Thank you so much, updated.