Streamlink est un fork de Livestreamer.
La description officielle dit :
“Streamlink is a CLI utility that pipes flash videos from online streaming services to a variety of video players such as VLC, or alternatively, a browser.
The main purpose of streamlink is to convert CPU-heavy flash plugins to a less CPU-intensive format.”
Liste complète des plateformes supportées : https://streamlink.github.io/plugin_matrix.html.
Une liste d'interfaces disponibles : https://github.com/chrippa/livestreamer/wiki/Alternative-interfaces
Par exemple, pour Twitch, on pourra utiliser Twitch GUI ou encore Twitch Multi Stream.
param([string]$channel = "my-channel",[string]$quality = "best");
streamlink.exe --http-header Client-ID=jzkbprff40iqj646a697cyrvl0zt2m6 --player "C:\Apps\MPC\mpc-hc64.exe" twitch.tv/$channel $quality
On appelle avec twitch.ps1 mon-chan-twitch quality
(Client-ID est l'id interne du lecteur Twitch, pour autorisation).