- Start VLC -> Stream
          - some.mp4
          - Video - Theora + Vorbis (OGG)
          - HTTP stream to 127.0.0.1:1234
        - ngrok http 1234 (works when loading the ngrok url in own tab, but not embedded)
        - docker run -d --platform linux/amd64 --rm -p 3100:80 -e NGROK_HOST=https://??.eu.ngrok.io igops/ngrok-skip-browser-warning:latest
        - serve .
        - open browser to http://localhost:3000://s=http://localhost:3100
        
        NOTES: https://hub.docker.com/r/igops/ngrok-skip-browser-warning