http://www.twitch.tv/youruser/dashboard/streamkey
sudo pip install python-twitch-stream
sudo apt update
sudo apt install ffmpeg
ffmpeg -version
python stream.py -s <your stream key>
# docker-compose.yml
services:
streaming-twitch:
build: .
command: python3 -u stream.py -s <your stream key>
ports:
- "1935:1935"
# - "5000:5000/udp"
# - "5100:5100/udp"
volumes:
- ./codes:/twitch