Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bubenshchykov/holla
testing webrtc performance with holla abstraction
https://github.com/bubenshchykov/holla
webrtc webrtc-demos
Last synced: about 2 months ago
JSON representation
testing webrtc performance with holla abstraction
- Host: GitHub
- URL: https://github.com/bubenshchykov/holla
- Owner: bubenshchykov
- Created: 2013-08-11T02:01:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-17T00:45:16.000Z (over 11 years ago)
- Last Synced: 2024-11-11T11:05:35.419Z (3 months ago)
- Topics: webrtc, webrtc-demos
- Language: JavaScript
- Homepage: http://holla-crew.herokuapp.com
- Size: 125 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
holla
=====- http://holla-crew.herokuapp.com/
- testing webrtc performance with holla abstractionquick start
===========WebRTC - real time communication in browser via simple javascript api, fully supported in Chrome 24+ and Firefox 21+
Stability of video and sound communication are still the main focus of webRTC team
- http://www.html5rocks.com/en/tutorials/webrtc/basics/Rtc clients require "signaling server" for handshakes and meta-information exchange, so they can start a sweet peer-2-peer connection after. There are quite a few existing abstractions for it - webRTC.io, PeerJS, holla and other.
demo
====
I tried holla bacause it doesn't mess with multiple rooms and provides an easy API for the client as well.todo
====
- add minimum video function (mute, drop call, full screen)
- add chat
- beautify :)