project-management-only/home-tv-station#11 At the moment, the container comes up and sits publishing media. Strictly speaking, that's not the most efficient thing to do. What I'd quite like, assuming that we can get it to work is: * Stand up a small HTTP server (python?) * Have the `nginx-rtmp` `on-play` hook(s) call it when a subscriber connects * Have the HTTP server do `something` to trigger playback * When the last subscriber disconnects, we should block publishing of new media (but let t...