Skip to content

Instantly share code, notes, and snippets.

@rokdd
Last active March 17, 2021 12:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rokdd/17baa65981dccade83689b0d43ca713b to your computer and use it in GitHub Desktop.
Save rokdd/17baa65981dccade83689b0d43ca713b to your computer and use it in GitHub Desktop.
Download livestream of conferences #covid #windows

I was a bit annoyed and struggling recording conference. I found out how to record the file with streamlink and its so easy that i will explain the few steps:

What you need

  • windows (works also without admin privileges)
  • firefox
  • streamlink

6 small steps

  1. Download streamlink as portable (when you allowed to install you can also use installer) and unzip it: https://github.com/beardypig/streamlink-portable/releases

  2. in the streamlink folder create a paste.bat file with this content:

set /p command="Input: "

%command%
  1. In Firefox download the extension for detecting streams: https://addons.mozilla.org/de/firefox/addon/hls-stream-detector/

  2. When you open the browser just click the icon of the stream detector and choose at the top Copy stream url as: "streamlink command"

  3. then click on the detected streams to copy paste

  4. run the paste.bat and insert the command which you copied from firefox and press enter

  5. Download should start..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment