Upcoming web standard
Enables p2p connections between browsers ...
... and video/audio streams on top
<video id="gum-video" autoplay="autoplay">
<script>
navigator.webkitGetUserMedia(
{video: true, audio: false},
function(stream) {
document.getElementById('gum-video').src =
webkitURL.createObjectURL(stream);
}
);
</script>
Initialization over signaling server
Exchange of streaming properties over SDP
NAT traversal via ICE (STUN server)
Interop problems & workarounds
A running palava instance
Conferences with as many people as your bandwidth allows
No registration or login required
Provides open stun + signaling
Non-profit organisation
13 members
Jan and me are working on a hosted
signaling service using the palava protocol