 Re: Anybody want to crack the new code of WatchESPN streams (with 7 bars of quality)?
I use wireshark to sniff out m3u8 url
You then need to copy the cookie and request from playlist.
Then play the HD-version from the playlist in ffmpeg. It can't play an adaptive playlist so you need to pick a quality level and stream that. You need the params from the original playlist url.
just replace playlist.m3u8?.... with hd.m3u8?...
or whatever the path is.
then pass the cookie with -headers
|