WebRTC – Learning the ropes.

http://iswebrtcreadyyet.com/
webrtc

At this time the things I am really interested in are inj green and purple. Though not supported yet for Screen Sharing, the API and stream call are available with a plugin.

This will attempt to use STUN over TURN / ICE (TURN-STUN) but for free ;).


# source : http://code.google.com/p/natvpn/source/browse/trunk/stun_server_list
# A list of available STUN server.
stun.l.google.com:19302
stun1.l.google.com:19302
stun2.l.google.com:19302
stun3.l.google.com:19302
stun4.l.google.com:19302
stun01.sipphone.com
stun.ekiga.net
stun.fwdnet.net
stun.ideasip.com
stun.iptel.org
stun.rixtelecom.se
stun.schlund.de
stunserver.org
stun.softjoys.com
stun.voiparound.com
stun.voipbuster.com
stun.voipstunt.com
stun.voxgratia.org
stun.xten.com

view raw

stuns

hosted with ❤ by GitHub

List of public stun servers

SIMPLEWEBRTC is a very nice API I found listening to Lisa Larson-Kelley on Pluralsight. Found that the code was in place here:
http://simplewebrtc.com/demo.html

Open chrome, copy out HTML and JS.  Copy JS into a scripts file and reference it.

Change the latest.js to simplewebrtc.com/latest.js

Copy out the HTML and JS, Move JS into another file and reference, then make latest reference site like so:
(in HTML)

<script type=“text/javascript” src=“http://simplewebrtc.com/latest.js”></script>

<script type=“text/javascript” src=“~/Scripts/aloc-simplewebrtc.js”></script>

After that you should be good to go.
Here is a set of 3 instances al connected.

webrtc-multiclient-simplertcf

Share on Facebook

A Line of Code Website Finally up!

My company website is finally up!

http://www.alineofcode.net

Share on Facebook