Thread: NFL Sream
View Single Post
  #4  
Old 01-17-2016, 01:47 PM
stream_monkey stream_monkey is offline
Member
 
Join Date: Dec 2015
Posts: 72
stream_monkey is on a distinguished road
Default

Re: NFL Sream


Quote:
Originally Posted by n0b0dySpec1al View Post
mind giving me an example?
Paste your full m3u8 link into edge browser (or safari) and then open up the developer pannel (F12). Find the cookie, then use livestreamer.

Code:
livestreamer --http-header "Cookie=xxx" "hls://nlds84.cdnak.neulion.com/nlds_vod/nfl/vod/2016/01/15/160115/2_160115_t1_nfltv_2013_h_quickpick2_1_4500.mp4.m3u8" best  --out file.ts
Your m3u8 seems to have expired though. Should work if you get a fresh one.

Omit the --out file.ts (could also use .mp4, but with .ts you get inbuilt subs when available) if you just want to play it through vlc or some other player.
Reply With Quote