I have a website where users can live video/audio stream to viewers in their "chat room". Currently I'm relying on RTMP/HLS and am using Wowza media server. I need a low latency option for mobile browsers.
RTMP provides that where flash is enabled, but HLS has an 8-10 second delay (optimized). I could implement WebRTC but playback isn't supported in any IOS browsers.
What are my options as far as protocols/techniques go?
- RTMP - dying and only available with plugin
- HLS (and other HTTP protocols) - too much latency