- FastAPI - Python
- Wrapper around Livestream API Python SDK
- To Run [Locally]
- python -m venv env
- source venv/bin/activate
- pip install -r requirements.txt
- uvicorn api:app --reload
- Reactjs
- React Player plugin - for MPEG DASH Play
- To Run [Locally]
- cd frontend
- npm install
- npm run start