Impossible stream recordHello,
First of all, sorry for bad english :XX. I've been trying for days to record, or play external, the Stream that play in this page: http://admin.brightcove.com/viewer/u...rue&isVid=true This kind of stream use manifest.f4m encrypted and safe by first request using this URL http://caracoltvlivehds-lh.akamaihd....0/manifest.f4m and these parameters, that expires after while: __nn__=4372295757001 &hdnea=st=1449523800~exp=1449525600~acl=/z/*~hmac=77c3a078ffeb69e5d39c30c0c632fe89db45325eddc 61bc7f7a00cb5d855359a &videoId=4229814000001 &lineUpId= &pubId=3827094934001 &playerId=3950496857001 &affiliateId= &g=XHVPRZMKBCIL &hdcore=3.4.0 Opening this manifest.f4m content: Code:
<?xml version="1.0" encoding="UTF-8"?> Cookie: _alid_=+n/zMHJkJd1SG4uiAG+hyw==; path=/z/emision_1@126280/; domain=caracoltvlivehds-lh.akamaihd.net I tried sniffers to get whats streams could be requested, like chorme-Dev, Wireshark, UrlSnooper2 and Fiddler, after the first request the swf in browser start making this requests: http://caracoltvlivehds-lh.akamaihd....45-p.bootstrap.. http://caracoltvlivehds-lh.akamaihd....45-p_Seg1-Frag.. I already tried to use this LiveStreamer, FFmpeg and AdobeHDS. FFmpeg: Definitely fail : ( Code:
ffmpeg -i "http://admin.brightcove.com/viewer/us20150903.1327/BrightcoveBootloader.swf?playerID=3950496857001&playerKey=AQ~~%2CAAADexCiUfE~%2CJftGHB2I9gVI2XEYYJLrw_JktV22Q9KB&%40videoPlayer=4229814000001&autoStart=true&bgcolor=%23FFFFFF&debuggerID=&dynamicStreaming=false&flashID=myExperience-myExperience-1&height=645&isUI=true&isVid=true" whatever.output Code:
livestreamer -l debug "hds://caracoltvlivehds-lh.akamaihd.net/z/emision_1@126280/manifest.f4m?__nn__=4372295757001&hdnea=st=1449513000~exp=1449514800~acl=/z/*~hmac=2428e5ce71651aaff9f3988b82311daab1f328132cb25256d5ed83fbe5060e04&videoId=4229814000001&lineUpId=&pubId=3827094934001&playerId=3950496857001&affiliateId=&g=WOARBNWLQGPC&hdcore=3.4.0 pvswf=http://admin.brightcove.com/viewer/us20150903.1327/BrightcoveBootloader.swf" best Code:
C:\php>php AdobeHDS.php --debug --manifest "http://caracoltvlivehds-lh.akamaihd.net/z/emision_1@126280/manifest.f4m?__nn__=4372295757001&hdnea=st=1449522900~exp=1449524700~acl=/z/*~hmac=f2b1ba281e5dfa677925c0a9685305851ea4ce98f09b4f3bc206f663635ce2c1&videoId=4229814000001&lineUpId=&pubId=3827094934001&playerId=3950496857001&affiliateId=&g=VPYELNMEPTCI&hdcore=3.4.0" --play Thankss a lot. |
Re: Impossible stream recordhi
hds protocol drm encrypted it works with last update AdobeHDS Code:
php AdobeHDS.php --update Code:
php AdobeHDS.php --manifest "http://caracoltvlivehds-lh.akamaihd.net/z/emision_1@126280/manifest.f4m?__nn__=4372295757001&hdnea=st=1449533700~exp=1449535500~acl=/z/*~hmac=2c0a6ef6203d4de9e3a80084add98740f2501fcfc55670a1823f9abf8d4386d0&videoId=4229814000001&lineUpId=&pubId=3827094934001&playerId=3950496857001&affiliateId=&g=HYXGQTSGXTBB&hdcore=3.4.0" --delete --play |"C:\Program Files\VideoLAN\VLC\vlc.exe" - ![]() |
Re: Impossible stream recordHi,
Really Thanks for your reply! It worked on VLC \o/ But, is there a way to make this on ffmpeg? I tried with this: php AdobeHDS.php --manifest "http://caracoltvlivehds-lh.akamaihd.net/z/emision_1@126280/manifest.f4m?__nn__=4372295757001&hdnea=st=1449581 400~e xp=1449583200~acl=/z/*~hmac=bbd61e7ba66623bc56af482fbd5db1d12ecdc313120 a14ef498ba55abf81b078&videoId=4229814000001&lineUp Id=&pubId=3827094934001&playe rId=3950496857001&affiliateId=&g=NVERYFKLWYUB&hdco re=3.4.0" --delete --play | ffmpeg -f flv -loglevel debug -i - But got stuck on this: Code:
ffmpeg version N-71418-g818e889 Copyright (c) 2000-2015 the FFmpeg developers |
All times are GMT -6. The time now is 04:03 PM. |