Generic support for livestreams #246
Labels
enhancement
New feature or request
server
Improvements or additions to the server
service support request
Requesting support for a video service
Milestone
Some server side work needs to be done in order to support livestreams.
Currently, when
playbackPosition
exceedscurrentSource.length + 1
, the next video is played, orcurrentSource
is removed. Either way, the video player will disappear on the client when this happens.Checklist
Video
s should have a booleanisLive
, defaulting to falseCachedVideo
table needs new boolean columnisLive
currentSource.isLive
is true, do not automatically go to the next video.The text was updated successfully, but these errors were encountered: