seank-com / loomo-on-azure

A quick integration test for the Segway Loomo
MIT License
2 stars 1 forks source link

Add support for WebRTC #17

Open seank-com opened 5 years ago

seank-com commented 5 years ago

Using AndroidRTC and possibly socket.io-client and definitely WebRTC Docs work on getting a webRTC stream of the front facing camera. The difficulty appears to be in the schema of the JSON used for signaling which is left as an implementation detail. The AndroidRTC sample rolls their own, whereas we should use one more common such as simple-peer that can be seen being used here.