View Single Post
  #10  
Old 02-27-2015, 08:38 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: How to rip video from Discovery.com


Quote:
Originally Posted by tdx3000 View Post
Thanks so much will try that

I tried this

Code:
livestreamer "https://hdaks3.aetndigital.com/i/AETN-History_VMS/BRAND_THC_UNVS_49486_CRS_2398_060_20140107_V1_S3_,4,18,13,10,7,2,1,00.mp4.csmil/master.m3u8?hdnea=st=1425092839~exp=1425103669~acl=/*~hmac=4ec558ae0bbd4d1e45a081d06e3330a4f22fae8563ffa2f1adb459e32d9ba51e&g=XGEFKFQWAUFD&hdcore=3.0.3" best test.mp4
and im getting error "no plugin can handle URL:"

im using the livestreamer windows binary
you forgot two things

first hlsvariant:// before url
and as I have said in my previous post just a difference compared to the tutorial http://hdaks3.aetndigital.com >> https://aestreamingaks3-vh.akamaihd.net
so
Code:
livestreamer "hlsvariant://https://aestreamingaks3-vh.akamaihd.net/i/AETN-History_VMS/BRAND_THC_UNVS_49486_CRS_2398_060_20140107_V1_S3_,4,18,13,10,7,2,1,00.mp4.csmil/master.m3u8?hdnea=st=......~exp=.......~acl=/*~hmac=.......&g=......&hdcore=3.0.3" best -o test.ts
Reply With Quote