goplaysmile / play

Mobile-first Tabletop EnginešŸŽ²
0 stars 1 forks source link

Add WebRTC Capabilities #1

Open mrmiguu opened 5 years ago

mrmiguu commented 5 years ago

Add WebRTC for realtime video/audio support across multiple users.

Everything: WebRTC Demos, Experiments, Libraries, Examples Article: MDN Example: glitch.me Source: GitHub

Use Firebase as the signaling server (e.g. Serverless WebRTC):

Serverless WebRTC: GitHub Modern example (specify ICE server): Insanely Simple WebRTC Video Chat Using Firebase (With Codepen Demo) Short Gist: RTCPeerConnection example By original Firebase team: GitHub

joeblew99 commented 5 years ago

pions can do the same

https://github.com/pion/webrtc

also can run in WASM

might help you alot.

mrmiguu commented 5 years ago

This project is being written in Js/React. Maybe if it migrates to Go/Wasm down the road then I will consider pionā€™s implementation.