Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generic support for livestreams #246

Open
3 tasks
dyc3 opened this issue Apr 13, 2020 · 1 comment
Open
3 tasks

Generic support for livestreams #246

dyc3 opened this issue Apr 13, 2020 · 1 comment
Labels
enhancement New feature or request server Improvements or additions to the server service support request Requesting support for a video service

Comments

@dyc3
Copy link
Owner

dyc3 commented Apr 13, 2020

Some server side work needs to be done in order to support livestreams.

Currently, when playbackPosition exceeds currentSource.length + 1, the next video is played, or currentSource is removed. Either way, the video player will disappear on the client when this happens.

Checklist

  • Videos should have a boolean isLive, defaulting to false
    • Note: in the case of youtube premiere videos that are still premiering, length will be > 0
  • CachedVideo table needs new boolean column isLive
  • On room update, when currentSource.isLive is true, do not automatically go to the next video.
@dyc3 dyc3 added enhancement New feature or request server Improvements or additions to the server service support request Requesting support for a video service labels Apr 13, 2020
@dyc3 dyc3 added this to the Twitch Support milestone Apr 13, 2020
This was referenced Apr 13, 2020
@maddie-wang
Copy link

Bump! would really like to watch https://www.youtube.com/watch?v=5qap5aO4i9A&ab_channel=ChilledCow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request server Improvements or additions to the server service support request Requesting support for a video service
Projects
None yet
Development

No branches or pull requests

2 participants