Basic Python
Basic server application built for Python with Flask. It internally uses livekit-python-sdk.
For further information, check the tutorial documentation.
Prerequisites
Run
- Download repository
git clone https://github.com/OpenVidu/openvidu-livekit-tutorials.git
cd openvidu-livekit-tutorials/application-server/python
- Create python virtual environment and activate it
python -m venv venv
-
Windows
.\venv\Scripts\activate -
Linux/macOS
. ./venv/bin/activate
- Install dependencies
pip install -r requirements.txt
- Run the application
python app.py