Interactive Video: Video format not supported on Iphone device
Submitted by gcfattor on Thu, 11/11/2021 - 17:16
Forums:
Hello,
A student gets the message: Video format not supported on Interactive videos:
Moodle 3.9.2 (Build: 20200914) Estructura H5P v1.24 (h5plib_v124)
Mobile - Safari/Chrome any browser on IPhone devices
What can be done to fix this? All of courses heavily rely on interactive videos, thanks in advance.
Content types:
otacke
Thu, 11/11/2021 - 18:42
Permalink
Hi!H5P is technically not
Hi!
H5P is technically not playing the video, but the browser is. If you're using a video format (codec) that iOS doesn't support (for instance support for webm was added only recently and may not be available on all iOS versions), then Interactive Video cannot play this either. This is the most likely cause if the video plays fine on other devices.
Best,
Oliver
Wenaz
Fri, 12/23/2022 - 12:47
Permalink
H5P iOS video
Is there a fix for the iOS issue? is it because the video is based on webm? I had to use webm because mp4 was not working with h5p.
otacke
Sat, 12/24/2022 - 00:11
Permalink
Yes, older versions of Safari
Yes, older versions of Safari do not support webm, cmp. https://caniuse.com/video,ogv,webm,mpeg4 and it is well possible that one browser supports a special codec that another one does not.
H5P is not supporting or rejecting any particular video format. H5P itself does not decode anything, it just passes the data to the browser. If a video format does not work, it's the browser that cannot handle it. There is nothing that H5P can do here.
Wenaz
Sun, 12/25/2022 - 16:20
Permalink
This isn't an old version
This isn't an old version though; I'm using the latest ios chrome and safari and the video still doesn't load on either, hence I was asking if there is one known to work? I also get file type not allowed when I try to upload the video as mp4 (Even using the non-capitalised title).
BV52
Mon, 12/26/2022 - 17:45
Permalink
Hi Wenaz,Please avoid cross
Hi Wenaz,
Please avoid cross posting the forums to avoid conflicting or incomplete answers from the community. Luckily it was Oliver who answered and 99.99% of the time he is on point. ;-)
To recap the your other post you mentioned:
Firstly since we do not have a copy of your video file in .mp4 we cannot really know why you cannot upload it but I can tell you that H5P allows you to use .mp4 videos. The sample content in fact uses both an webm and a .mp4 files. As Oliver mentioned H5P does not do anything special to the videos you upload it is the browser that cannot play the video. If you see any issues with the video, the most probable reason is that it is not optimized for the web. If you have created this video, you should check what options you have when creating the video file. Maybe there are some options to web optimize it? If not, you could try using a video editor/optimizer which usually have options for web optimized video.
-BV