projects.bentasker.co.uk| projects.bentasker.co.uk
project-management-only/home-tv-station#5 When playing back with RTMP, players get a bit upset around episode change time. HLS is unaffected| projects.bentasker.co.uk
project-management-only/home-tv-station#15 If InfluxDB stats are enabled, we should submit a player count. Although we could scrape control files (if active), it's probably better to enable `rtmp_stat` and take it from there| projects.bentasker.co.uk
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...| projects.bentasker.co.uk