/web-tvod

Simple example app of TVOD

Primary LanguagePython

WEB TVOD


Simple example app of TVOD

Requirements

  • Python (up to 3.9)

Installation

$ git clone "https://github.com/retouching/web-tvod.git"
$ cd web-tvod
$ python -m venv ./venv 
$ . .venv/bin/activate
$ pip install -r requirements.txt

Usage

If you are not in the venv

$ . .venv/bin/activate
$ flask run

To pass requests in a proxy, set the PROXY environment variable

You can also proxy segments stream by set CFW_PROXY_URL environment variable with your cfw-proxy URL

Demo

Todolist

  • Add auth system to limit who can have access the service

Warning: Some things need to be considered

  • This project is not approved by Twitch