RTCMultiConnection Demos & Experiments / LIVE Demos
HOME © Muaz Khan . @WebRTCWeb . Github . Latest issues . What's New?
RTCMultiConnection-v3 Demos
- Share Audio+Video+TextChat+FileSharing between multiple users
- Share files with single or multiple users
- Scalable Media Broadcast over Unlimited users!
- Scalable Screen Broadcast over Unlimited users!
- Scalable Screen+Audio Broadcast over Unlimited users!
- Admin/Guest demo
- Setup Video Conferencing between multiple users
- Setup Audio Conferencing between multiple users
- Setup Video OneWay Broadcasting between multiple users
- Share TextChat+FileSharing among multiple users
- addStream in a Chat Room
- Share part of screen
- Audio+ScreenSharing
- Share Screen in OneWay among multiple users
- Capture & Share Screen from any domain!
- Leave & Rejoin same room, again and again!
- Create Password-Protected Video Conferencing Rooms
- Test RTPSender.replaceTrack API (only in Firefox)
- Change Video Resolutions in your Live Sessions
- Test MediaStreamTrack.applyConstraints API (only in Firefox Nightly)
- Video Conferencing using Firebase as a signaling medium
- Video Conferencing using PubNub as a signaling medium
- Share custom-private messages among users using Socket.io
- Detect presence before opening or joining the room.
- Get list of all public moderators (rooms initiators).
- Switch/Change Cameras in a Live Conference
- Check if StreamHasData
- MultiRTC / Skype-like app
- Scalable OneWay Video Broadcasting
- Scalable OneWay File Sharing
You can try RTCMultiConnection v2.2.2 demos as well:
https://www.webrtc-experiment.com/RTCMultiConnection/
How to install v3?
sudo npm install rtcmulticonnection-v3 # or MOST preferred one mkdir RTCMultiConnection-v3 && cd RTCMultiConnection-v3 wget http://dl.webrtc-experiment.com/rtcmulticonnection-v3.tar.gz tar -zxvf rtcmulticonnection-v3.tar.gz ls -a node server.js