Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paullouisageneau/mylittlevisio
Minimalist Web Videoconference
https://github.com/paullouisageneau/mylittlevisio
videoconference videoconferencing webrtc
Last synced: 7 days ago
JSON representation
Minimalist Web Videoconference
- Host: GitHub
- URL: https://github.com/paullouisageneau/mylittlevisio
- Owner: paullouisageneau
- License: agpl-3.0
- Created: 2021-08-03T11:55:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-05T15:28:08.000Z (over 3 years ago)
- Last Synced: 2024-12-10T15:21:16.295Z (2 months ago)
- Topics: videoconference, videoconferencing, webrtc
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MyLittleVisio - Minimalist Web Videoconference
MyLittleVisio is a minimalist web videoconference service using WebRTC.
The service should be run in a virtual environment where dependencies are installed:
```
$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt
$ ./run.py
```You can now open the interface on `http://localhost:8080/`, which will create a new session. Opening the same session URL in another window allows to join the session.