@haskal when i eventually figure out nginx-rtmp to work well I'd be happy to provide streaming space for others as well :3
@f0x if you figure out how to get nginx-rtmp to do DASH or HLS close to real time pls let me know
i have nginx-rtmp and the rtmp part works great but i cannot get dash to be low latency enough for some reason
@haskal I think the close to realtime just doesn't work because of the weird playlist/segment architecture...
if only browsers supported rtmp directly that'd make so much more sense
@haskal I think you'd be better off streaming directly to webrtc then, with something like https://github.com/CoSMoSoftware/OBS-studio-webrtc
(with a stun/turn server in between if needed)
problem with webrtc is that it doesn't scale too well to lots of viewers, afaik