I've read up some on capturing Akamai streams with KSV's script, but I can't seem to find the manifest file or .f4m url for the stream I want to save locally.
I found this in the Page Source:
With the network tab open in Chrome, this loads when I start playing the video:
Can someone break this down for me? I gather the 2800 in the url is the bitrate? and the @s143458 is some sort of start marker for the file.
When I simply 'Save_As' the URL above for any of the files like the one above, they only save a maximum 2GB file size and end abruptly. I'd like to find a way to save the entire broadcast of both days if possible, or find how to request the exact in/out points I need to download the segments and join them locally.
Thanks!
I found this in the Page Source:
Code:
// livestream embed parameters
LiveStream.embedPath = 'http://us.media.blizzard.com/blizzcon/2013/player.swf';
LiveStream.embedTargetId = 'video-container';
LiveStream.embedParams = {
useNativeFlashPlayer : true,
allowFullScreen : true,
AllowDVR : true,
homeOrderBy : 'new',
ipAddress : 'XX.XXX.XXX.XX',
externalUserId : 'kpHppI3YMou-Z-IhCg40Vbsu9Zbf8QxcUDg_TqblG29o7aJgJzFDx3k46nWVabL6eZq2GVQMGXxYm-2psKpc1TcLhb-qOrjTQlVdIPxXhTZz3D-AL3sUCgq1PmQDQMnvm3NwFm8l0Ihbg28MAPw1el3M4c9lz7XzPDGOLNqHYt8',
clientToken : 'AFFC05D0578E57F395796C35F654A33E22395CA3738FF1C00D8E70B947E501F4',
ChannelID : 'blizzcon2013_main_d1_ah_l',
distributor : 'blizzcon',
event : 'november',
userInactivityInterval : 2000,
mode : 'free'
};
//control data
LiveStream.controlData = {
"DAY1_ARCHIVE_READY": "true",
"STREAM_REQUIRES_LOG_IN": "false",
"DAY2_ARCHIVE_READY": "true",
"DAY2_BASETIME": "1384020000000",
"DAY1_BASETIME": "1383937200000",
"IS_STREAM_ENABLED": "true",
"SHOW_AJAX_SCHEDULE": "true"
Code:
http://blizzcon2013-lh.akamaihd.net/control/blizzsc2_day2_1_2800@s143458?cmd=log,rebufferevent,0.448&v=3.1.0.43&r=DSHOC&g=WTHNGXDTXJDE&lvl1=0.066,10,0.75,0,0,NaN,0,0,2,2800,0.486,1385252807.693,0.486,0,0.486,27527.684,179,NaN,0,0,0,0,u,false
When I simply 'Save_As' the URL above for any of the files like the one above, they only save a maximum 2GB file size and end abruptly. I'd like to find a way to save the entire broadcast of both days if possible, or find how to request the exact in/out points I need to download the segments and join them locally.
Thanks!