|
|
|
|
|
by ptsneves
2290 days ago
|
|
I have been using Janus[1] signaling server to broadcast live drone video on my website and it has worked flawlessly with multiple expectators. The drone video is captured through a Janus webrtc library in the Android phone connected to the drone.[3] With a TURN server from Xirsys[2], I have had live drone video recording as well as barely a second of latency. I disabled peer2peer video because I do not want a 4G connection to broadcast to multiple viewers. The reason I have not used twilio(even though I evaluated its offerings) is that they do not provide on premises hosting and my potential customers are not normally interested in not having on premises hosting. [1] https://janus.conf.meetecho.com/
[2] https://xirsys.com
[3] https://github.com/ptsneves/janus-gateway-android |
|