- Acquire ze Python: <https://www.python.org/downloads/release/python-381/
- Install ze Python to thy place of liking, make sure to add it to PATH.
- Acquire ze Git: https://git-scm.com/downloads
- Install ze Git to thy place of liking, make sure to add it to PATH.
- Acquire ze MPV: https://sourceforge.net/projects/mpv-player-windows/files/
- Extract ze MPV to thy place of liking, and run ze installer/mpv-install.bat as Admiral.
- Launch ze Commander Console and spell ze words:
pip install --user -U git+https://github.com/bastimeyer/streamlink.git@plugins/twitch/low-latency - Streamlink will be looking for da
C:\Users\ZULUL\AppData\Roaming\streamlink\streamlinkrc, you must make it. - Put these lines into ze
streamlinkrc,streamlinkrcis a file:
default-stream=best
twitch-disable-hosting
twitch-low-latency
#twitch-disable-ads # current version can't do this and low latency simultaneously
hls-live-edge=1
player="\PATH\TO\ZE\mpv.exe" --cache-secs=0.5
- Now head to the Commander Console and spell these last magic words:
streamlink https://twitch.tv/infinitegachi

Note :
pip install --user -U git+https://github.com/bastimeyer/streamlink.git@plugins/twitch/low-latencyNo longer works since the user has merged his PR and deleted the branch.Directly use
pip install --user -U git+https://github.com/streamlink/streamlink.gitWhile using the above, make sure you save the
configfile insideC:\Users\username\AppData\Roaming\streamlinkAlso, the latest changes require you to remove the double quotation marks from the
playerpath.Here's how the updated file should look