Skip to content

culli/webrtc-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webrtc-experiment

webrtc experiment

currently not working in Firefox, but does work in Chrome

combines ideas from:

To run (tested with node 16.10.0)

create an account on a TURN/STUN service, for example Xirsys:

  • create static TURN credentials
  • using the provided iceservers config, create public/js/config.js which looks like
turnConfig = {
  iceServers: [
    { urls: ["stun:ws-turn4.xirsys.com"] },
    {
      username:
        "",
      credential: "",
      urls: [
        "turn:ws-turn1.xirsys.com:80?transport=udp",
        ...
      ],
    },
  ],
};

node index.js

About

webrtc experiment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published