You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-2
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,13 @@ The container needs a few configuration parameters. These are:
15
15
`QUALITY` - this uses the streamlink [STREAM](https://streamlink.github.io/cli.html#cmdoption-arg-STREAM) setting to choose the quality to record.
16
16
`CLIENT_ID` - you can grab this from [here](https://dev.twitch.tv/console/apps) once you register your application (Replace with your own!)
17
17
`CLIENT_SECRET` - you generate this [here](https://dev.twitch.tv/console/apps) as well, for your registered application (Replace with your own!)
18
-
`AUTH_TOKEN` - optionally your [OAuth Token](https://streamlink.github.io/cli/plugins/twitch.html#authentication) to prevent ad breaks if you're subscribed to the streamer
19
-
(Only add the string consisting of 30 alphanumerical characters without any quotations!)
18
+
`AUTH_TOKEN` - optionally your [OAuth Token](https://streamlink.github.io/cli/plugins/twitch.html#authentication) to prevent ad breaks if you're subscribed to the streamer.
19
+
only add the string consisting of 30 alphanumerical characters without any quotations
20
+
21
+
Additionally, there are more advanced settings to set:
22
+
23
+
`DISABLE_FFMPEG` - disables ffmpeg processing (fixing errors in recorded file) (Optional, defaults to True, Use "True" or "False")
24
+
`REFRESH` - the interval to check user availability (Optional, can't be set below 15, defaults to 15)
20
25
21
26
## Usage
22
27
Start the container with the following `docker run` command:
0 commit comments