-
Notifications
You must be signed in to change notification settings - Fork 1
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
How to use it ? #1
Comments
node-ts-fragmenter works node.js stream and segment/partial segment origin. node-llhls-origin-example is a sample for express and recieve mpegts stream by stdin. |
also, https://github.com/monyone/biim is fragmenter and origin server implementation by python. |
Thanks for your answers :) |
So yes, it's working great on iOS, I've got 4 secondes latency. |
@nums Thanks for using this library!
This algorithm generate 1 segment per IDR frame. So needs decease IDR interval for optimize latency.
Yes. It cause by incorrect pes_length = 0 handling (it used by video, so video not showing) I'll fix this behavior. Sorry for inconvinience. |
Thanks for your feedback, I tested with an IDR of 1 and I've got 3 secondes latency, I think I can win a little more because of my broadcast setup (it's not concerning your repo), so it's great. I will also do stability tests over a long broadcast time and I will let you know if I have any feedback. Ok for biim I will take a look. Thanks a lot for your work ! |
@nums Thanks for response!
I test hls.js used by new version of node-ts-fragmenter (0.0.4), it seems normally played. |
@monyone thanks a lot ! |
@nums thank you! LL-HLS allows subseconds segment and retrive manifest subseconds by long polling. I hope this implementation (Apple LL-HLS) will be to your knowledge. |
How can I test this package ?
I see that there is a package which use it : https://github.com/monyone/node-llhls-origin-example but I don't know how to inject MPEGTS stream ?
Thanks
The text was updated successfully, but these errors were encountered: