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
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?
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: