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

Check current state of affairs re:native controls and LIVE content #3153

Open
ismena opened this issue Feb 10, 2021 · 5 comments
Open

Check current state of affairs re:native controls and LIVE content #3153

ismena opened this issue Feb 10, 2021 · 5 comments
Labels
priority: P3 Useful but not urgent type: enhancement New feature or request
Milestone

Comments

@ismena
Copy link
Contributor

ismena commented Feb 10, 2021

Currently when playing LIVE content, we set the timeline duration to an arbitrary large value (2^32) to allow seeking.
However, I saw that a LIVE stream played through hls.js supports a reasonable seeking/timeline experience with native controls.
We should check if browsers made any progress on handling LIVE content and see if we might be able to provide a more decent experience with this.

@ismena ismena added the type: enhancement New feature or request label Feb 10, 2021
@shaka-bot shaka-bot added this to the Backlog milestone Feb 10, 2021
@joeyparrish
Copy link
Member

Thanks, that's helpful. Looks like it's available in Chrome and Firefox, but not yet Safari. I think we can live with that.

@joeyparrish
Copy link
Member

Just tried out the Chrome team's demo in ChromeOS 89, and the seeking UI doesn't work right. The timecode is removed by setting duration to infinity, but the "seekable range" method does not change the seek bar at all. With and without it, seeking does not work, and the seek bar position can't be moved.

@joeyparrish
Copy link
Member

Seeking works with the video's currentTime member, but not with the UI. I've reached out to the Chrome team to see if this is just a UI bug in Chrome or a MediaSource spec bug (if it's spec'd to work this way).

@Srinath9841
Copy link

Does live video negative value has a solution now .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: P3 Useful but not urgent type: enhancement New feature or request
6 participants