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
{{ message }}
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
Describe the bug
When I added the video plugin for my amplify app, I picked both HLS and Dash. When I use the code provided by amplify video setup-video-player:
These both work individually, but what code is needed so that it prefers one (say Dash), and fallsback to HLS instead?
Desktop (please complete the following information):
OS: [macOS 11.6.4]
Browser [Chrome]
Version [Version 99.0.4844.83 (Official Build) (arm64)
The text was updated successfully, but these errors were encountered:
prajendra-is
changed the title
sample VideoPlayer code not working: VIDEOJS: WARN: Problem encountered with playlist 0
sample VideoPlayer code works for DASH (.m3u8), but not for HLS video
Mar 23, 2022
prajendra-is
changed the title
sample VideoPlayer code works for DASH (.m3u8), but not for HLS video
Video code for both Dash and HLS?
Mar 23, 2022
prajendra-is
changed the title
Video code for both Dash and HLS?
React video code for both Dash and HLS?
Mar 23, 2022
Describe the bug
When I added the video plugin for my amplify app, I picked both HLS and Dash. When I use the code provided by
amplify video setup-video-player
:I'm able to play Dash using:
Or HLS using:
These both work individually, but what code is needed so that it prefers one (say Dash), and fallsback to HLS instead?
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: