@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
@f0x yeah that's what i think
nginx-rtmp webrtc gateway mayb?
@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
@haskal but also holy fuck what a clusterfuck that shit is