Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

Sonar / Culturebox

(http://stream-recorder.com/forum/showthread.php?t=19917)

ocal5 06-18-2015 06:19 AM

Sonar / Culturebox


 
Hello,

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

http://culturebox.francetvinfo.fr/fe...18-juin-221491

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

HDSdump by WendyH

Code:

manifest  : http://ftveninfo-lh.akamaihd.net/z/LIVE_EVT11@156372/manifest
auth      : hdntl=exp=1434715345~acl=%2fz%2fLIVE_EVT11%40156372*~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

Re: Sonar / Culturebox


 
Code:

ffmpeg -i "http://ftveninfo-lh.akamaihd.net/i/LIVE_EVT11@156372/master.m3u8?hdnea=exp=1434631452~acl=%2fz%2fLIVE_EVT11%40156372*~hmac=a05fd8e1babe1825a7fe219505812a83f28ac3a628c9a79174e9e0e003fa4fb6" -c copy "output.ts"

it will autoselect 720p quality...


ocal5 06-18-2015 08:45 AM

Re: Sonar / Culturebox


 
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

Re: Sonar / Culturebox


 
Quote:

Originally Posted by ocal5 (Post 77586)
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
Code:

http://ftveninfo-lh.akamaihd.net/z/LIVE_EVT11@156372/manifest.f4m
Code:

http://ftveninfo-lh.akamaihd.net/i/LIVE_EVT11@156372/master.3u8
no need "hdnea=exp=.........."

Code:

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

Re: Sonar / Culturebox


 
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

Re: Sonar / Culturebox


 
Quote:

Originally Posted by ocal5 (Post 77591)
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

Re: Sonar / Culturebox


 
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.


All times are GMT -6. The time now is 07:15 PM.