-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the peepoltv wiki! Mailing list: http://groups.google.com/group/peepoltv-discuss
###Hackathons###
Proposed date: Friday 5th of October We're putting together some events where those interested (from Occupy tech groups, etc) in developing or using open source tools for broadcasting live video and/or distributed recording of such video as evidence. We will gather in NYC.
###More on Hackathons »###
###MediaStream API###
###Bitcatching###
- Magnet links plus RSS...
###P2P schtuff###
-
P2P Video chat demo with MediaStream & PeerConnect (chrome) with code: http://www.html5rocks.com/en/tutorials/webrtc/basics/ (and demo) -- includes overview of STUN and TURN servers
-
Code and docs on video chat (prob on custom browser): https://labs.ericsson.com/apis/web-real-time-communication/documentation (and demo)
-
open source STUN server: http://sourceforge.net/projects/stun/ (and running instance at http://www.stunserver.org/)
-
See STUN and TURN for NAT traversal -- we'll have to make creating these super easy, run some ourselves
-
http://dev.w3.org/2011/webrtc/editor/webrtc.html (Real-time Communication Between Browsers)
-
PeerConnection (in chrome://flags) - http://www.webrtc.org/reference/api-description -- is it on by default in Chrome 21?
-
https://en.wikipedia.org/wiki/Wi-Fi_Direct - device-to-device ad-hoc connections (tangent)
News
- Possible WebKit upstreaming of WebRTC PeerConnection: https://labs.ericsson.com/developer-community/blog/web-real-time-communication-api---the-next-step (May 2012)
- TokBox announces WebRTC support http://www.tokbox.com/blog/opentok-on-webrtc-grab-your-lab-coat/
##System diagram##
Jeff: I put together a system diagram which distinguishes between the code which it's practical to roll your own vs. stuff which we'd be running at a centralized Peepol.tv website. All would be open source, of course... but the former (shown in green boxes) are the parts I expect the open source community to be most interested in.