Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
how to download from www.fox.comLink :http://www.fox.com/americandad/full-.../ricky-spanish
The video won't play in firefox but goes well in chrome. So weird. |
#2
|
|||
|
|||
Re: how to download from www.fox.comCode:
php /opt/Scripts/AdobeHDS.php --manifest 'http://fbchdvod-f.akamaihd.net/z/Fox .com/16/1005/AmericanDad_7AJN02_,15,22,30,50,80,130,180,250,0.mp4.csmil/manifest .f4m?hdnea=st=1349099078~exp=1349099198~acl=/z/Fox.com/16/1005/AmericanDad_7AJN0 2_*~id=f8fee48d-758d-410b-8bce-550be3a3c880~hmac=494a17d4d4d789dd33494ea261e83b2 99a639c57aeef80a9c59bf17b19cef375&hdcore=2.6.8&g=RWHBMTYJYVEY' KSV Adobe HDS Downloader Processing manifest info.... Quality Selection: Available: 2623 1923 1423 892 560 328 248 178 Selected : 2623 Unknown packet type 11 encountered! Encrypted fragments can't be recovered. |
#3
|
|||
|
|||
Re: how to download from www.fox.comQuote:
And rtmp-host.sh doesn't ,either. Is there any way to solve this ? |
#4
|
|||
|
|||
Re: how to download from www.fox.comYou would need to reverse engineer the encryption.
Quote:
|
#5
|
|||
|
|||
Re: how to download from www.fox.comIt seems to me a task impossible to achieve.
|
#6
|
|||
|
|||
Re: how to download from www.fox.comSVNPENN, Is there any other way to download from www.fox.com, except using adobehds.php ?
Do you have fox.sh alike ? |
#7
|
|||
|
|||
Re: how to download from www.fox.comQuote:
|
#8
|
|||
|
|||
Re: how to download from www.fox.comsvnpenn
Can I transfer the http headers with ffmpeg example if possible thanks |
#9
|
|||
|
|||
Re: how to download from www.fox.comMaybe
Code:
ffmpeg -i "http://mysite.com:80/live" -headers "Referer: http://www.mysite.com" -c copy out.ts |
#10
|
|||
|
|||
Re: how to download from www.fox.comQuote:
http://www.fox.com/americandad/full-.../ricky-spanish you get this direction http://fbchdvod-f.akamaihd.net/z/Fox .com/16/1005/AmericanDad_7AJN02_,15,22,30,50,80,130,180,250,0.m p4.csmil/manifest .f4m?hdnea=st=1349099078~exp=1349099198~acl=/z/Fox.com/16/1005/AmericanDad_7AJN0 2_*~id=f8fee48d-758d-410b-8bce-550be3a3c880~hmac=494a17d4d4d789dd33494ea261e83b2 99a639c57aeef80a9c59bf17b19cef375&hdcore=2.6.8&g=R WHBMTYJYVEY which is a f4m manifest. But you can get m3u8 manifest and use ffmpeg to download and decrypt the chunks. In this case you can access the m3u8 with http://link.theplatform.com/s/fox.co...e&manifest=m3u, getting these qualities BANDWIDTH=328000,RESOLUTION=480x270 ffmpeg Download BANDWIDTH=2623000,RESOLUTION=1280x720 ffmpeg Download BANDWIDTH=1923000,RESOLUTION=1280x720 ffmpeg Download BANDWIDTH=1423000,RESOLUTION=1024x576 ffmpeg Download BANDWIDTH=891000,RESOLUTION=640x360 ffmpeg Download BANDWIDTH=560000,RESOLUTION=480x270 ffmpeg Download BANDWIDTH=248000,RESOLUTION=402x226,CODECS="avc1.6 6.30, mp4a.40.2" ffmpeg Download BANDWIDTH=179000,RESOLUTION=402x226,CODECS="avc1.6 6.30, mp4a.40.2" ffmpeg Download BANDWIDTH=29000,CODECS="mp4a.40.2" ffmpeg Download. Directly with ffmpeg it shows an error but you can download the crypt.key, and the chunks and use then ffmpeg. An example of m3u8 for the maximum quality https://fbchdvod-f.akamaihd.net/i/Fo...M orMWg%3d%3d Note that you must use 2 cookies to get this file, ahead of the https connection: hdntl and _alid_ |
Tags: fox |
Thread Tools | |
Display Modes | |
|
|