RTCConnection.js - ORTC (Object RTC)

advertisement
Key Messages, Call to Action
• The spec is implementable in the real world
> Dev experience is already feeding back into the document
• The resulting JavaScript is simple and
understandable by ordinary web developers
> And that is, without tons of JS library code to hide the difficult stuff
• Try the code out! Join the effort in the CG and
github!
> Node.js code will be contributed under permissive OSS license
in the next days
RTCConnection Implementation
RTCConnection use
RTCTrack implementation
getUserMedia
ICE
ICE (2)
What’s next?
Resources
http://www.w3.org/community/orca/
https://rawgithub.com/robinraymond/ortc/master/ortc.html
https://github.com/openpeer/ortc
http://html5labs.com
Q&A
Backup
Bill of Materials
Folder
Server_demo
node_modules\ORTC
node_modules\ICE.js
Purpose
node server, client UI
streaming and signaling
ICE
Files
crc.js
gatewayclient-ortc.html
gatewayclient-ortc-p2p.js
gatewayclient-ortc.js
index.html
ips.js
signallingchannel.js
stun.js
dictionaries.js
getUserMedia.js
MediaStream.js
ortc.js
RTCConnection.js
RTCDMTFHandler.js
RTCSocket.js
RTCTrack.js
candidateevent.js
checker.js
gather.js
index.js
networkinterfacetransportb
uilder.js
paralleltransportbuilder.js
reflexive.js
transport.js
transportbuilder.js
The Node Server
HTML pages
Gateway Client Scripts
Download