webRTC on Android and others
there is some problem on the end .. setting up the evostream is awesome easy.. bring IP cam RTSP is easy.. Starting webRTC is easy too..
I can view my IP cam live view from anywhere using evo stream media client..
But there is main problem viewing webRTC using evo media client in android.. I never success viewing it using any android web browser.. there is a good tutorial about transfering webRTC media into some android media player, but I need more info regarding this, how is evo rendezvous server use for signaling?
I also want to try ems to ems, local machine connected to IP cam with the same network install ems, setup/install ems in cloud server, send local ems stream to ems cloud, user connect to cloud to see the media content (IP cam stream), is it possible?
2 Answers
Hi,
Please follow the procedure here to trouble-shoot your WebRTC playback issue:
http://docs.evostream.com/1.7-test/userguide_basicdebugging.html#unable-to-play-using-web-socketswebrtc
The following items should be supported by your browser:
[x] H.264
[x] MSE and H.264
Cheers,
Don
Hi,
TURN servers are supported by the ERS, but we dont host a TURN server for public use. EvoStream customers typically deploy their own ERS and will run their own STUN/TURN server to support their users. If you’d like, you can setup an ERS server with something like COTURN which will provide everything you need to handle situations where peering fails (such as when a Symmetric NAT is used).
You can find instructions on installing the ERS here: http://docs.evostream.com/ers_user_guide/table_of_contents
and you can find the COTURN project here: https://github.com/coturn/coturn
Please let us know if you have additional questions!