Skip to content

Commit

Permalink
add buffer_size and bandwith to docker_compose
Browse files Browse the repository at this point in the history
  • Loading branch information
madiele authored Feb 13, 2022
1 parent 95288d0 commit 4dc12d2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ services:
- TZ=Europe/London
- TWITCH_SECRET=<YOUR_SECRET>
- TWITCH_CLIENT_ID=<YOUR_CLIENT_ID>
- TRANSCODE =False
#- TRANSCODE_BITRATE =128000 # encodes to 128k mp3 #optional
#- SERVER_NAME =myserver.com:80 #optional
#- SUB_FOLDER =/ttprss #optional
- TRANSCODE=False
#- TRANSCODE_SECONDS_BUFFER=120 #optional
#- TRANSCODE_BANDWITH_kbps=1000 #optional you max upload bandwith
#- TRANSCODE_BITRATE=128000 # encodes to 128k mp3 #optional
#- SERVER_NAME=myserver.com:80 #optional
#- SUB_FOLDER=/ttprss #optional
#- DEBUG=1 #optional

0 comments on commit 4dc12d2

Please sign in to comment.