Ask A Question

Notifications

You’re not receiving notifications from this thread.

How to build simple HLS streaming service (without third party service)?

Henry asked in General

For some reason, I serve local MP4 videos in Rails ActiveStorage. It works fine.
Now I want to change it from MP4 to HLS, but it seems weird to store many small pieces in ActiveStorage (It seems inefficient to get the blob signed token each time before getting the blob content.)

Has anyone done this before or have any suggestion?

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 86,946+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.