Hi everyone,
I have a problem with 360 videos on iOS 10.2.
When I choose a local video url, like this :
|
Source code
|
1
|
videourl="%CURRENTXML%/video-1024x512.mp4"
|
it works fine on desktop and iOS.
If I use the same video but in a distant server like this :
|
Source code
|
1
|
videourl="//adways-test.s3.amazonaws.com/360/video-1024x512.mp4"
|
it works fine on desktop but on iOS I only have the sound and a black screen.
Do you have any idea ?
Thanks.