PDA

View Full Version : anyone knows this?


starby
09-10-2015, 05:01 PM
Hi

This is proving hard to capture, any ideas?

http://www.sbs.com.au/ondemand/video/511635011977/the-sugar-conspiracy

biezom
09-10-2015, 05:35 PM
Hi

This is proving hard to capture, any ideas?

http://www.sbs.com.au/ondemand/video/511635011977/the-sugar-conspiracy

it use hds encrypted (.f4m) protocol
you can use the last updated KSV's AdobeHDS.php

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~ac l=/*~hmac=ff84b77e539fbdad4b8609289ee2abcd49dbfa28701 686ebed0f078ee1bc3c16&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

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


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=192dcfb1f16941825fdffcacb252b4e6c044ed1c9b6 8094122378d113c5f660e&__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=192dcfb1f16941825fdffcacb252b4e6c044ed1c9b6 8094122378d113c5f660e&__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)

starby
09-12-2015, 04:50 AM
thanks for your help.