-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Labels
Description
The VC should be able to handle the live use-case. Playlists should be able to support MediaSources that have no definite duration until they are transitioned away from.
Potential Issues
- Notion of MediaSource "duration" pretty intertwined into the core.
- Transition events can't be instant (unless simultaneously decoding parallel streams), need time to pre-load the new video.
- Choose a sensible way of supporting this. Change duration of media source each frame? Special duration of -1?
- Can you sensibly display this on a timeline rendering?
Reactions are currently unavailable