/google-livestream-demo

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Google Cloud - Livestream Demo

Backend

  • 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

Frontend

  • Reactjs
  • React Player plugin - for MPEG DASH Play
  • To Run [Locally]
    • cd frontend
    • npm install
    • npm run start

Screenshots

image

image