For a forthcoming event I am building a completely browser-based projection system (millumin would be better than Chrome, but I have no extra license for that). All status information is coming from a small sqlite database and all media are stored in a cache directory. The browser checks every second by ajax if there is any need to load another iframe or just set the windows to black screen. This was not any problem but the big final issue was how to get my live media stream from camera (or magic visual animation) into the browser.
The solution is simple – just setting up anĀ obs server that delivers a rtmp stream to srs that can be read by the browser. Hope to make things easier with a webRTC fork which would save me even one step.