-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bug 🐛Something isn't workingSomething isn't workinginvestigationRelated research workRelated research workplayerChanges/fixes in player componentChanges/fixes in player component
Description
Description
When the video playlist Manifest from Internet Archives is loaded into Ramp it shows a "Media could not be loaded. Network error or media format is not supported." error in the player and "MEDIA_ERR_SRC_NOT_SUPPORTED: The media resource indicated by the src attribute was not suitable." in the console in DevTools.
This error blocks the user from accessing the other canvases in the Manifest using previous/next buttons because the player's control-bar is hidden with error display inside the player. And this particular Manifest doesn't have a structures property for Ramp to build structured navigation below the player, which provides an alternate way to access other canvases in the Manifest.
Done Looks Like
- When an unsupported source URL is loaded into the player, display the control-bar so that the user can navigate between canvases if the Manifest has multiple canvases and switch the current source if there are multiple sources for the current Canvas
Metadata
Metadata
Assignees
Labels
bug 🐛Something isn't workingSomething isn't workinginvestigationRelated research workRelated research workplayerChanges/fixes in player componentChanges/fixes in player component