Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ops-gaurav/liveswitch-mcuconnection
This is a sample code for handling MCU Video calling connection using FM module. The code can handle connecting LocalMedia, RemoteMedia, SFU, MCU and P2P Video/Audio Connections
https://github.com/ops-gaurav/liveswitch-mcuconnection
Last synced: 23 days ago
JSON representation
This is a sample code for handling MCU Video calling connection using FM module. The code can handle connecting LocalMedia, RemoteMedia, SFU, MCU and P2P Video/Audio Connections
- Host: GitHub
- URL: https://github.com/ops-gaurav/liveswitch-mcuconnection
- Owner: ops-gaurav
- Created: 2020-03-03T18:31:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-04T19:36:23.000Z (almost 5 years ago)
- Last Synced: 2024-10-24T09:17:26.619Z (2 months ago)
- Language: HTML
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LiveSwitch MCU Connection
The WebRTC based MCU connection for multiple people in a channel.The complete documentation can be found at:
- Server: https://help.frozenmountain.com/docs/liveswitch/server/installation
- Client: https://help.frozenmountain.com/docs/liveswitch/clients/javascript# Instructions to run
The build when run on different devices, automatically represents the new user on each device. Hence, making
it easier to test across devices for augmenting multiple users.Steps
- Open `interface.html` file in chrome or firefox.
- Enter a common channel name on each device to connect in a common channel.
- Click join to connect.> Note: The solution is tested for conference of 4 people in parallel. This is just the PoC implementaion. The production implementation is subjected to more features with R&D on research and scalability