Usage
Watching with Livestreamer
Watching Twitch streams with livestreamer is easy. Once you have livestreamer installed, all it takes is a few simple steps.
On Windows, open the run dialog by pressing “Windows Key + R” and then type the following command:
livestreamer twitch.tv/day9tv best
Change the Twitch URL and/or parameter to the stream and quality you want.
If you have a slow internet connection, then you may need to adjust the parameters.
For example:
livestreamer twitch.tv/day9tv high
livestreamer twitch.tv/day9tv medium
livestreamer twitch.tv/day9tv low
livestreamer twitch.tv/day9tv mobile
If you have a fast connection I recommend watching at “best” quality. But if you experience lag then adjust accordingly.
Recording with VLC
- Launch VLC Media Player
- Click on the View Tab and select Advanced Controls
- Now advanced controls should pop up at the bottom of the player
- Clicking the red button will record videos

After enabling advanced controls a red button located at the bottom left should pop-up.

It’s simple, click the button and the recording will start, click it again and it will stop.
Changing Recording Directory
You may want to change the recording directory. Here is how to do it.
- Go to Tools -> Preferences -> Input / Codecs
- Under Files -> “Record directory or filename“
- Click Browse and change directories
Downloading Twitch Streams with Livestreamer
In a previous article, I mentioned livestreamer’s multi-functional features. Streams can be watched live through VLC player, recorded or downloaded with livestreamer’s command-line and the entire process can even be automated with a script.
Let’s get started. There are three ways to download with livestreamer.
Downloading Past Broadcasts
Related: Four Awesome Ways to Download VODs from Twitch
Similar to the above instructions.
Press “Windows Key + R” to open the Run Dialog and type in the following command.
livestreamer "VOD URL" best -o "C:\filename.mp4"
- Replace VOD link “VOD URL” with your own link.
- Change filename and/or directory
Downloading/Recording Livestreams
Same exact instructions as above, except you don’t need a direct link to a VOD.
Press “Windows Key + R” to open the Run Dialog and type in the following command.
livestreamer "Twitch URL" best -o "C:\filename.mp4"
- Replace VOD link “Twitch URL” with your own link.
- Change filename and/or directory
Automate Process with Batch Script
Using a simple script you can automate the process, instead of typing in the commands every time.
To Watch:
To Download:
- Create a New Text Document
- Paste the Script
- Save as Batch
Double Click the file and livestreamer will activate.
Downloading/Recording Automatically with a Script
For full automation, you need something more complex than a batch script. Using a Python script, you can monitor when a Twitch stream comes online and then record automatically 24/7.
This is by far my favorite method, since it requires little work. All you have to do is activate the script once and leave it running for as long as you want.
The script can be made to check streams every five minutes to down to every few seconds.
If you run into any problems or have any questions, feel free to leave a comment below.
- Log in to post comments