Live video streaming using webrtc #webrtc
Edit
by amresh sharma - 8 years ago (2016-07-26)
One to many live video streaming for online education
| I need a solution to perform one to many live video streaming for online education. |
- 1 Clarification request
1.
by Yusnur Hidayah - 7 years ago (2017-07-15) Reply
Please, can you describe spesific "one to many live video streaming"...?
Ask clarification
1 Recommendation
Simple PHP Web Chat: Chat system with Websockets or AJAX as fallback
This package implements a chat system with Websockets or AJAX as fallback.
It generates HTML with JavaScript to connect to a chat server using Websockets.
It falls back to AJAX long polling requests if Websockets are not supported by the user browser version.
It provides the following features:
- Registration, login and password recovery of the users
- Search, add and group user contacts
- Broadcast messages to groups of users
- Desktop notifications, sound alerts, automatic scroll to new messages
- Exchange files between users
- Multiple chat sessions in different tabs
- Keep the history of old chat messages
- File Attachments
- Desktop notifications, sound alert, auto scroll to message
- Audio and video chat using WebRTC
By default it works with files for storage so it does not require a database server.
| by Manuel Lemos 26695 - 8 years ago (2016-07-31) Comment
This package can be used for chatting and supports audio and video using WebRTC. I have not tried it, so I am not sure if it can broadcast video to many users at the same time.
Just try it and let me know if it does not do that. Maybe we need to make this request featured, so anybody can provide a better solution. |