Mobile Devices: Video Playback Issue with clipStartTime and clipEndTime on Chrome and Safari #1195
Unanswered
Arisahyper
asked this question in
Q&A
Replies: 1 comment
-
I'm not noticing any issues in testing, if you can provide a repro that would be awesome. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Environment
Issue Description
After implementing video trimming using
clipStartTime
andclipEndTime
properties, the video fails to play on mobile devices in Google Chrome and Safari browsers. The issue does not occur on desktop browsers, where video playback works as expected.Removing or commenting out
clipStartTime
andclipEndTime
resolves the issue, and the video plays correctly on mobile devices.Error Message
When inspecting the issue on a mobile device using Safari's Web Inspector, the following error message is encountered:
Could you please help me understand the cause of this issue and suggest a possible solution? Thank you for your assistance.
Beta Was this translation helpful? Give feedback.
All reactions