SCE TV
- run the server with:
docker-compose -f docker-compose.dev.yml up --build
make sure you have docker and python installed!
- create a virtual environment with
mkdir venv
python -m venv ./venv
source ./venv/bin/activate
- install requirements locally with
pip install -r requirements.txt
- also install latest working version of pytube with:
pip install git+https://github.com/joejztang/pytube.git@499268313ada0b971dc5b6718986b27d97731f05
- start the streaming server with
docker-compose -f docker-compose.dev.yml up -d streaming-server
- run the server with:
python server.py --rtmp-stream-url rtmp://localhost:1935/live/mystream
- visit the webpage at http://localhost:5001/ and add a url from youtube
- open the rtmp stream url
rtmp://localhost/live/mystream
in VLC with - ensure the stream runs in VLC