Have a favourite Twitch streamer? Do you want you possibly can watch their broadcasts offline on Linux? With instruments like Livestreamer and YouTube-DL, you may save Twitch streams for later and watch them even when you’re offline.

Livestreamer

You might have considered trying to save a Twitch reside broadcast to your Linux PC whereas it’s nonetheless reside. To try this, you’ll want the Livestreamer Linux software. With it, it’s potential to file and save the published because it’s going on straight to your Linux PC. Better of all, this software program can seize the reside stream and save as a lot of the content material as you need, on-demand.

Livestreamer is a superb piece of software program for Linux. Sadly, it isn’t arrange on mainstream working programs by default. Consequently, earlier than we are able to go over how to use it, we should set up it. Open up a terminal window and undergo the instructions under to learn the way to get the app on your OS of selection.

Ubuntu

sudo apt set up livestreamer

Debian

sudo apt-get set up livestreamer

Arch Linux

sudo pacman -S livestreamer

Fedora

The Livestreamer software program is on the market within the main software program sources for Fedora 26, and the command under ought to set up it. Nonetheless, take into accout 26 is an previous model, and newer releases might not have entry to this bundle. You could want to refer to the Generic Linux directions to get it going.

sudo dnf set up livestreamer

OpenSUSE

sudo zypper set up livestreamer

Generic Linux

Livestreamer is on the market for all Linux distributions thanks to Python Pip set up software. Undergo, set up Python-Pip on your system. Then, use the Pip software to get Livestreamer.

sudo pip set up livestreamer

Save reside Twitch broadcast with Livestreamer

Z

Livestreamer is an excellent utility that sends any stream (together with Twitch) straight to a video file. For that reason, it’s excellent for recording reside Twitch broadcasts on Linux.

To make use of Livestreamer, open up a terminal. Then, go to your browser, and discover the URL for the Twitch channel that you just’d like to save a reside stream from. Proper-click on the URL and choose the “copy” possibility.

With the URL copied, return to the terminal and write out the next command under. Make certain to paste the Twitch channel URL you copied instead of the instance one within the article.

livestreamer  -o greatest livestream.mp4

Or, to save a lower-quality model of the stream, do:

livestreamer  -o worst livestream.mp4

Whenever you’re glad with the size of the recording, shut the Livestreamer app by urgent Ctrl + Z on the keyboard. Then, shut the terminal and open up your Linux file supervisor.

Within the file supervisor, discover livestream.mp4 and right-click on it. Hover over “open with” and select a video participant that may deal with the Mp4 file to play it again!

 YouTube-DL

If you happen to’re wanting to save a Twitch broadcast that’s now not reside, you received’t want to use the Livestreamer software to get it. As an alternative, it’s potential to use the YouTube-DL software to encode and save the published for later.

YouTube-DL is a superb software that, regardless of its identify, works with extra than simply YouTube. Nonetheless, just like the Livestreamer program, you received’t discover YouTube-DL arrange on your Linux PC by default. As an alternative, we should set up it earlier than persevering with with this portion of the tutorial.

Ubuntu

sudo apt set up youtube-dl

Debian

sudo apt-get set up youtube-dl

Arch Linux

sudo pacman -S youtube-dl

Fedora

sudo dnf set up youtube-dl

OpenSUSE

sudo zypper set up youtube-dl

Generic Linux

Want to get the YouTube-DL app on your system? Can’t discover it your OS’s main software program sources? No worries! YouTube-DL is on the market through PIP!

sudo pip set up youtube-dl

Save Twitch broadcasts with YouTube-DL

Saving a Twitch video or stream for later works very nicely with YouTube-DL. It doesn’t require any distinctive choices and works quite a bit like saving a YouTube video. To save a stream for later, open up a terminal and comply with the steps under.

Step 1: Go to the Twitch channel web page you’d like to save a video from. As soon as on the web page, click on the “videos” tab.

Step 2: Scroll by means of the video part and discover a VOD (previous broadcast). Then, right-click on the title of the video, and click on “copy link location” or “copy link address.”

Step 3: Launch a terminal window, and use YouTube-DL to save the video for later. Make certain to change the instance URL under with the one you copied from the net earlier.

youtube-dl  -v

Alternatively, when you’d like to save simply the audio of a Twitch broadcast, run YouTube-DL, with the “x” command-line possibility.

youtube-dl  -x --audio-format mp3 -v

Step 4: When YouTube-DL finishes operating, shut the terminal and open up the Linux file supervisor. Navigate to “home” and discover your Twitch video file. Proper-click on the video file, and hover over the “open with” possibility.

Within the “open with” menu, choose a video participant that may deal with the MP4 (or MP3) Twitch file that YouTube-DL generated on your laptop.



Source link

Share.
Leave A Reply

Exit mobile version