Hi! I want to find some self hosted service (docker image) to stream videos with HLS.

So, log in into docker container dashboard, upload video to disk (docker volume) and get my HLS streaming URL that I can put into my django/wagtail app admin panel to change url on frontend.

Run container with volume -> simple dashboard with auth -> upload video to disk -> get HLS link.

Basically, I need something as simple as bunny net stream or cloudflare videos. But self hosted. Chatgpt recommended some solutions, but it’s hard to find demos/screenshots for them so i’m here to ask for advice.