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

Amazon S3 with Iphone issue - only sound #86

Closed deanngo791 closed 7 years ago

deanngo791 commented 7 years ago

Hi, Thanks for this awesome plugin! I try to stream video from amazon s3. It works like a boss on desktop version, android mobile. But issue appears when I play video on iphone (6, 6s+, 6s) both safari and chrome. I retrieve a black screen but video sound is still working.

Any better solutions?

yanwsh commented 7 years ago

Sorry, no, safari don't support cross domain. But you have two options to let it works.

First, you can use an iframe which hosted on amazon s3, which could solve cross domain issue. Please check example iframe and iframe-video.

Second, you can set up proxy which fetch the resources from amazon s3. If you have self hosted server, you can set up proxy like http://www.company.com/cdn/awesomevideo.mp4 -> amazon s3/awesomevideo.mp4. Which also keep the recourses on same domain.

deanngo791 commented 7 years ago

Thanks for reply, Iframe is good solution. Thanks for Awesome plugin.