Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wasimafser/webrtc-sample
https://github.com/wasimafser/webrtc-sample
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/wasimafser/webrtc-sample
- Owner: wasimafser
- Created: 2020-06-10T14:33:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T00:54:03.000Z (almost 2 years ago)
- Last Synced: 2023-03-09T23:57:07.324Z (almost 2 years ago)
- Language: JavaScript
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Implementation of a video conferencing system using WebRTC.
This project was brought up for educational purposes, to know the working of async connections, WebRTC, websockets etc.
There is no plan in futher development of this project until someone else is also ready to help me out with stuff and also probably head this going forward.## Stack
### Backend
Django - channels / rest_framework### Frontend
Html / CSS / JS## Working
Bring up the project as you would run a Django server.Go to `:/client_1/` in one tab / window and `:/client_2/` in another to start and join a room.
Once in, enjoy video calling yourself.## TODO
* Check if recording is working or not, if not fix it
* Fix the UI
* Cleanup and optimize the system.