PDA

View Full Version : Sonar / Culturebox


ocal5
06-18-2015, 06:19 AM
Hello,

I'm trying since few hours to record this stream :

http://culturebox.francetvinfo.fr/festivals/sonar-festival/skygaze-colectivo-innercut-sta-sonar-live-du-18-juin-221491

AdobeHDS is saying "This stream is encrypted with Akamai DRM",

HDSdump by WendyH

manifest : http://ftveninfo-lh.akamaihd.net/z/LIVE_EVT11@156372/manifest
auth : hdntl=exp=1434715345~acl=%2fz%2fLIVE_EVT11%4015637 2*~data=hdn
useragent : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 F

Processing manifest info....
ACCESS DENIED! Unable to download manifest. (Request status: Forbidden)

If someone have any clue.... ;) thanks !

surya987
06-18-2015, 06:42 AM
ffmpeg -i "http://ftveninfo-lh.akamaihd.net/i/LIVE_EVT11@156372/master.m3u8?hdnea=exp=1434631452~acl=%2fz%2fLIVE_E VT11%40156372*~hmac=a05fd8e1babe1825a7fe219505812a 83f28ac3a628c9a79174e9e0e003fa4fb6" -c copy "output.ts"


it will autoselect 720p quality...

http://i.imgur.com/by4kF7a.jpg

ocal5
06-18-2015, 08:45 AM
Whoo ! Thanks a lot !

I'm curious to know how you've been able to recover this m3u8 playlist, but I will try to guess in meantime.

biezom
06-18-2015, 09:22 AM
Whoo ! Thanks a lot !

I'm curious to know how you've been able to recover this m3u8 playlist, but I will try to guess in meantime.

the easer way is just change z >>> i
manifest.f4m >>>> master.3u8
http://ftveninfo-lh.akamaihd.net/z/LIVE_EVT11@156372/manifest.f4m

http://ftveninfo-lh.akamaihd.net/i/LIVE_EVT11@156372/master.3u8

no need "hdnea=exp=.........."

ffmpeg -i "http://ftveninfo-lh.akamaihd.net/i/LIVE_EVT11@156372/master.m3u8" -c copy "output.ts"


the other way is change the user agent of your browser and disable flash plugin

ocal5
06-18-2015, 09:36 AM
Thanks for taking your time to explain that well.

I did try but swaping user agent, doing some emulation with chrome with flash disabled, but no, it don't want to works.

I will keep your very good solution so :-)

biezom
06-18-2015, 09:47 AM
Thanks for taking your time to explain that well.

I did try but swaping user agent, doing some emulation with chrome with flash disabled, but no, it don't want to works.

I will keep your very good solution so :-)

User-Agent Switcher for Chrome >>> Android >>> Android kitkat

it's normal if you have "Impossible de lire la vidéo"

ocal5
06-18-2015, 10:00 AM
Funny this "Impossible de lire la vidéo" message, but you're totally right, I've been able to find out this m3u8 file thanks your explanation. I was trying using Ios agent vice Android.
Thanks again and good evening.