Live data from Hacker News

Show HN: Nginx module which enable HLS adaptive bitrate and more

github.com

1–6 of 6 posts

Re: Show HN: Nginx module which enable HLS adaptive bitrate and more

#4
post #3

wow, I would like to know how fast it can be? Since video transcoding is very expensive job, is it ok to use in production?

hello,

Because video encoding is very expensive job, so the idea is to split things into small chunk and encode chunks instead of video file itself.

I can see we can archive smooth streaming and seeking went well in our production (with caching enabled).

It would be great if people can give it a try :).

Thanks!