View Single Post
  #2  
Old 09-10-2015, 05:35 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: anyone knows this?


Quote:
Originally Posted by starby View Post
Hi

This is proving hard to capture, any ideas?

http://www.sbs.com.au/ondemand/video...gar-conspiracy
it use hds encrypted (.f4m) protocol
you can use the last updated KSV's AdobeHDS.php

Code:
php AdobeHDS.php --manifest "http://sbsvodns-vh.akamaihd.net/z/svod/SBS/managed/2015/09/01/2015-09-01_539742_,1500,1000,512,128,K.mp4.csmil/manifest.f4m?hdnea=st=1441927740~exp=1441945770~acl=/*~hmac=ff84b77e539fbdad4b8609289ee2abcd49dbfa28701686ebed0f078ee1bc3c16&g=DTVVGRWLHKVP&hdcore=3.5.0" --delete

                            KSV Adobe HDS Downloader

Processing manifest info....                                                   
Quality Selection:                                                             
 Available: 1446 1036 358 164
 Selected : 1446                                                               
Fragments Total: 876, First: 1, Start: 1, Parallel: 8                          
SessionKey: eb7abf7e2dcc4847ddb21b575b96993b                                   
Downloading 10/876 fragments

or you can use hls (.m3u8)
to find the link

Code:
http://link.theplatform.com/s/Bgtm9B/6nfYQtvdKgBF?mbr=true&manifest=m3u&callback=jquery

Code:
livestreamer "hlsvariant://https://sbsvodns-vh.akamaihd.net/i/svod/SBS/managed/2015/09/01/2015-09-01_539742_,1500,1000,512,128,K.mp4.csmil/master.m3u8?hdnea=st=1441927102~exp=1441945132~acl=/*~hmac=192dcfb1f16941825fdffcacb252b4e6c044ed1c9b68094122378d113c5f660e&__b__=1000&b=0-2000&__a__=off" best -o video.ts
[cli][info] Found matching plugin stream for URL hlsvariant://https://sbsvodns-vh.akamaihd.net/i/svod/SBS/managed/2015/09/01/2015-09-01_539742_,1500,1000,512,128,K.mp4.csmil/master.m3u8?hdnea=st=1441927102~exp=1441945132~acl=/*~hmac=192dcfb1f16941825fdffcacb252b4e6c044ed1c9b68094122378d113c5f660e&__b__=1000&b=0-2000&__a__=off
[cli][info] Available streams: 224p (worst), 360p (best)
[cli][info] Opening stream: 360p (hls)
[download][video.ts] Written 1010.1 KB (12s @ 82.8 KB/s)
Reply With Quote