0.0.14110955 • Published 10 years ago
nrtc v0.0.14110955
nrtc
Thin WEBRTC endpoint for NODE
Usage
Run the following to install depedencies, build files, and run the program. Finally navigate with Chrome browser to http://localhost:3000
npm install
node-gyp rebuild
gulp
node index.js
Make sure that you:
- Fix your IP address inside
peer.coffee
,endpoint.coffee
from192.168.1.5
to something similar - Check that you firewall allows access to UDP port
50001
- Fix
stun
password innode_stun.coffee
Always rebuild if you make a change
If everything ok you should see something like that, an INIT SCTP packet decoded, send to you from browser's side WEBRTC endpoint. (Chrome Version 38.0.2125.111 m)
...
CyaSSL Leaving CyaSSL_read_internal(), return 100
peerData0 100
13881388
00000000
8489e429
01000056
...
80040006
00010000
80030006
80c10000
CyaSSL Entering CyaSSL_read()
...
####To be continued...
0.0.14110955
10 years ago
0.0.14110855
10 years ago