简体   繁体   中英

Is there a way to stream your webcam to your android app using Webrtc?

Is there a way to stream your webcam to your android app using Webrtc?

Yes there is, the main concept should be:

  1. Use socket.io for Realtime communication between clients. https://socket.io/
  2. Use peerJS to wrap webRTC on the browser. https://peerjs.com/

Of course Node.js, and express should be part of the development too.

You should find many tutorials on the web for this.

Yes, I did an app that uses WebRTC for screen sharing

My work is based on this repo , please take a look

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM