-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Implement Low-Latency HLS #938
Conversation
Codecov Report
@@ Coverage Diff @@
## main #938 +/- ##
===========================================
- Coverage 70.68% 56.47% -14.21%
===========================================
Files 47 56 +9
Lines 5253 6693 +1440
===========================================
+ Hits 3713 3780 +67
- Misses 1283 2651 +1368
- Partials 257 262 +5
Continue to review full report at Codecov.
|
49a43da
to
fdacf58
Compare
109946a
to
20e216d
Compare
lhls muxer generates very small part segments |
i've added the option Anyway during my tests i've been able to generate and use (with hls.js) parts that contained a single video / audio frame, that is the minimum quantity at all. |
now it works great. Also found that if stream has no b-frames lhls will never playback in hls.js |
5d04405
to
b93576a
Compare
Great to see that LL-HLS is on the way. I would be happy to participate in the test as well. Can you provide a Windows build for this branch? |
56516d2
to
35708d3
Compare
added in v0.19.0 🎉 |
This issue is being locked automatically because it has been closed for more than 6 months. |
Fixes #556
Fixes #641