I want low-latency streaming from my Raspberry Pi Zero to mobile phone. To my understanding, RTMP streaming is not supported on mobile browsers, HLS streaming is high latency, and webRTC is my best bet.
Does anyone know of a way to do webRTC streaming from the Zero? I have not found any options.