View Single Post
  #46  
Old 12-18-2015, 11:03 PM
utuxia utuxia is offline
Member
 
Join Date: Apr 2015
Posts: 32
utuxia is on a distinguished road
Default

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
Reply With Quote