making an auth token config #939
-
If i am reading right. To make an auth token config for twtich. i need to add it to %APPDATA%\streamlink\config.pluginname, Is this how i am suppose to do it with it using my own auth token? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Everything is explained very clearly in Streamlink's docs. On Windows, the config file is located at
How did you come up with this? This is mentioned nowhere in the docs. You are supposed to add an OAuth token like this, which is once again clearly mentioned in the docs:
|
Beta Was this translation helpful? Give feedback.
-
So i did that without the -- just now and this is what pops up when i try to open a stream https://i.imgur.com/rdHmOm9.png Referenced the command line from here EDIT: Followed what you just posted. with the command line and its working. Sorry for the hassle i miss understood what was posted. |
Beta Was this translation helpful? Give feedback.
Everything is explained very clearly in Streamlink's docs.
https://streamlink.github.io/cli/plugins/twitch.html#authentication
On Windows, the config file is located at
%APPDATA%\streamlink
, so either create/update yourconfig
file or addconfig.twitch
and then add the necessary parameters WITHOUT leading dashes, as explained clearly in the config docs:https://streamlink.github.io/cli/config.html#syntax
How did you come up with this? This is mentioned nowhere in the docs.
You are supposed to add an OAuth token like this, which is once again clearly mentioned in the docs: