Hi There,
Recently we were able to start our wowza streaming engine and tested both stream publishing and playing,
we used RTMP/RTSP and HLS protocols all of them were working perfectly except the delay on HLS and the incompatibility of RTMP on IOS devices.
So depending on our mobile application’s requirements we need a low latency protocol then we did setup our server to be able to stream in WebRTC:
-
Issued an SSL certificate using Wowza StreamLock.
-
Connnected the SSL certificate to our Wowza Streaming Engine.
-
Made a testing publish/play scenario and it was working perfectly.
my question is:
is there are any plugin/SDK to implement WebRTC playback in flutter mobile application ?