I need a to display a low latency (less than 5 seconds) video stream in my HTML5 app. The app is running in a webkit webview on iOS (not mobile Safari). I have explored and eliminated the below options.
Are there any options out there for displaying a low latency video stream in a webview?
WebRTC: JS API not implemented in webview (although now supported in mobile safari)
RTMP: Flash players not supported in webview
RTSP: Not supported on iOS even when tunneled through websockets (Streamedian).
HLS and/or DASH: Latency is too high