Hacker News new | ask | show | jobs
by lkjhnet 4079 days ago
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?
1 comments

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!