Hey everybody. I searched and found some other NBC Sports threads and thought I had it figured out, when the downloads started working, but they stopped after 20 or 30 mb. I'm stuck trying to download a replay of the nd game this past weekend. I've downloaded just fine from espn3, but for some reason I can not get the nbc stream to go. I've tried using ffmpeg as well, but I get an invalid format error.
The game I'm trying to download is
ND vs. Wake Forest
I've tried a bunch of links in the commands, below are the last ones I tried.
Code:
livestreamer "hlsvariant://http://hdliveextra-vh.akamaihd.net/z/HD/video_sports/NBCU_Sports_Group_-_nbcsports/55/143/K_U5szXIAgbWRquOwWyLD2k_VbqqpuB9_144754141,4576_208,6545_3600,7907_2400,3717_1500,5954_900,7364_650,5230_368,000.mp4.csmil/manifest.f4m?hdcore=3.1&b=0-4000" best -o nd1.ts
Code:
livestreamer "hds://http://nbcstreameast.nbcsports.com/vod/15ab675e-a292-4459-819b-00c29c0e64a0/geo4-overhead-cam1114104602.ism/manifest(format=f4m-f4f,filtername=vodcut).f4m?token=st=1447701256~exp=1447701376~acl=/vod/15ab675e-a292-4459-819b-00c29c0e64a0/geo4-overhead-cam1114104602.ism/*~hmac=8f2dae50b97e82ee74e239477e1dc91c2b5fbe525315331a7ae7f6af41ed0476" best -o nd.flv
Code:
Q:\Software\ffmpeg-20151116\bin\ffmpeg.exe -i "http://nbcstreameast.nbcsports.com/vod/15ab675e-a292-4459-819b-00c29c0e64a0/geo4-overhead-cam1114104602.ism/manifest(format=f4m-f4f,filtername=vodcut).f4m?token=st=1447701256~exp=1447701376~acl=/vod/15ab675e-a292-4459-819b-00c29c0e64a0/geo4-overhead-cam1114104602.ism/*~hmac=8f2dae50b97e82ee74e239477e1dc91c2b5fbe525315331a7ae7f6af41ed0476" -c copy notredame.ts
Can someone point me in the right direction please? Thanks!