How to download/save replays from ESPN+ using Streamlink

2 years ago
36

This video is part of my CFB Cord Cutting DVR Guide 2021 Version: http://realcordcutters.blogspot.com/2021/08/cfb-cord-cutting-dvr-guide-2021-version.html. You can also find other Cord Cutting guides here: http://realcordcutters.blogspot.com/

Streamlink command line to run is below. Put the authorization key after the = sign and before the ". Replace HERE with the m3u8 url.
streamlink --http-header "authorization=" "hlsvariant://HERE" best --hls-segment-threads 5 -o file.ts

FFMPEG command line to run is below.
ffmpeg -i "c:\program
files (x86)\streamlink\bin\file.ts" -codec copy file.mkv

You can download FFMPEG from here: https://ffmpeg.org/download.html

Loading comments...