Skip to content

Instantly share code, notes, and snippets.

@mike623
Last active April 15, 2018 17:52
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 mike623/2b4603c143ce7009dbe1a4daf6be29ce to your computer and use it in GitHub Desktop.
Save mike623/2b4603c143ce7009dbe1a4daf6be29ce to your computer and use it in GitHub Desktop.
recording using streamlink
# start from end
streamlink -o [name].ts [URL] best
# start from very first
streamlink --hls-live-restart -o [name].ts [URL] best
# start from offest from end
streamlink --hls-start-offset [HH:MM:SS] -o [name].ts [URL] best
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment