You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I noticed that the plugin works fine on my PC in Firefox/Chromium, but not on my mobile. On Android 9 I get Error code: html5_video:4 after tapping play in both browsers:
On Safari mobile it works. Testing with other engines is not possible there cause the manufacturer doesn't allow to use other engines except their own.
The demo works, so I thought it is related to my movie file. The main differences I saw between the cool.mp4 example movie is the frame rate (59.94 vs 29.97) and the resolution. So I tried to reduce the fps using ffmpeg, but without success:
I fould the problem: It was the resolution. My video was recorded in 4k (4096x2048). It seems that Firefox/Chromium on Android only support FHD in this constellation. After downscaling my video with ffmpeg it worked:
For me, FHD is currently enough and converting it to FHD for the web is a suiteable workaround. But higher resolutions will be interesting in the future since they become more and more widespread. So I'll keep the issue open. I'm not sure if you can fix this or it is a limitation of the mobile Firefox/Chromium. Or maybe also my device, I tested on a 1080p smartphone. However I'd expect that higher source resolutions shouldn't be a problem, like on other players.
Hello,
I noticed that the plugin works fine on my PC in Firefox/Chromium, but not on my mobile. On Android 9 I get
Error code: html5_video:4
after tapping play in both browsers:My test code:
On Safari mobile it works. Testing with other engines is not possible there cause the manufacturer doesn't allow to use other engines except their own.
The demo works, so I thought it is related to my movie file. The main differences I saw between the cool.mp4 example movie is the frame rate (59.94 vs 29.97) and the resolution. So I tried to reduce the fps using ffmpeg, but without success:
The text was updated successfully, but these errors were encountered: