I got a question about a project i released months ago. I included video files (intro) which worked perfektly. But now our customer told us that on ios 11 the video plackback isnt working anymore. I tried it out and hes right. I can only hear the audio, but the video doesnt shows up. The app is exported with cordova and was "crossplatformed" with the intel XDK
Is this a problem, i would have to fix? Or is it may a problem apple will fix with a newer update. Has someone an identical experience?
Note: On the preview version (ios 10.xx.xx) everything works...so iam not sure about how to handle this problem. I told, that its primary an ios problem. Basically there are no more techniques you can include a video file into the project. I didnt used some plugins or anything else, so it should be a common issue.
Thanks in advance for a feedback!
The output from ffprobe for the video you linked to looks like it should play as you say:
Given it did play previously the long term solution is likely to be the proper iOS fix, but in the shorter term if you were to re-encode it using 'baseline' rather than 'high' h.264 profile you may find it has a better chance of working.
Most devices try to make sure they at least support properly baseline encodings so you will often find it used when targeting mobile devices. Its not as efficient for a given quality but that may be an ok trade-off temporarily for you at this time.