-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or requestplayerChanges/fixes in player componentChanges/fixes in player component
Description
Description
When auto-advance is turned on, the player loads the next available Canvas into the player immediately after the playback ends. This doesn't explicitly give the user to choose to/not to play the next Canvas in the Manifest before playback starts, even though the user can pause playback once it has started.
To conform with accessibility guideline 4.2.1 thoroughly Ramp could handle this situation more gracefully.
Solutions other streaming platforms use:
Popular streaming sites like YouTube and Vimeo provides a preview of the next item to be played with a 10 second timer when autoplay is turned on. This gives the user the ability cancel/continue advancing to the next item.
Example from YouTube:
Private Zenhub Image
Done Looks Like
- Research and design a solution that works with VideoJS in Ramp
- Implement the solution
- Test the new functionality for all types of Manifests (e.g. Multi-canvas manifest with mixed media, multi-canvas audio manifest, multi-canvas video manifest, single canvas manifest)
Related Issue
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestplayerChanges/fixes in player componentChanges/fixes in player component