-
Notifications
You must be signed in to change notification settings - Fork 70
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
Add seektoliveoffset attribute #958
base: main
Are you sure you want to change the base?
Conversation
@k-g-a is attempting to deploy a commit to the Mux Team on Vercel. A member of the Team first needs to authorize it. |
This attribute is used within seek to live and play requests to offset the current time from the very end of the seekable range to prevent high chance of stalling afterwards. If not specified, defaults to liveedgeoffset.
f3f22dc
to
3ba89cd
Compare
thank you for the contribution! I'll bring this up with the team. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #958 +/- ##
==========================================
+ Coverage 78.55% 78.94% +0.38%
==========================================
Files 59 50 -9
Lines 11080 12101 +1021
Branches 0 771 +771
==========================================
+ Hits 8704 9553 +849
- Misses 2376 2548 +172 ☔ View full report in Codecov by Sentry. |
Hi, @luwes! I'd like to fix the coverage issue of this PR, but, unfortunatelly, I could not find any examples of working with live streams in test cases. So I'm open to ideas/suggestions to implement. |
noautoseektolive
not being used at all