====== Streamlink ====== [[https://github.com/streamlink/streamlink|Streamlink]] est un fork de [[https://github.com/chrippa/livestreamer|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."''// ===== Plugins ===== Liste complète des plateformes supportées : [[https://streamlink.github.io/plugin_matrix.html]]. ===== GUI ===== Une liste d'interfaces disponibles : [[https://github.com/chrippa/livestreamer/wiki/Alternative-interfaces]]\\ Par exemple, pour Twitch, on pourra utiliser [[https://github.com/streamlink/streamlink-twitch-gui|Twitch GUI]] ou encore [[https://sites.google.com/site/deezja/tools/twitch-multi-stream-viewer|Twitch Multi Stream]]. ===== Powershell ===== 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).