View Single Post
  #1  
Old 07-14-2011, 07:46 AM
Sergiow Sergiow is offline
Junior Member
 
Join Date: Jul 2011
Posts: 2
Sergiow is on a distinguished road
Default

www.skynet.be: Need help recording stream (RTMPTE)


Hi,

I want to download the following stream;
_http://www.skynet.be/generation-nl/muziek/festivals/vod/1/36/10/4501

I found this in the source

HTML Code:
var vod_fv = { skin:'./skins/live.zip',
                      plugins:'./festivalplugin-20110621.swf,timeslidertooltipplugin-1', controlbar:'over',
                      height:315, width:486, bufferlength:3, stretching:'fill',
                      file:'mp4:graspop_2k11/avenged_sevenfold.mp4',
                      'festivalplugin.fest':36, 'festivalplugin.lang':'nl', 'festivalplugin.bw':'hi',
                      'festivalplugin.restricted':false, 'festivalplugin.concert':true,
                      'timeslidertooltipplugin.marginbottom':15 };
              var vod_prms = {menu:false, wmode:'transparent', allowfullscreen:true, allowscriptaccess:'always', base:'http://static.generation.portal.skynet.be/swf/'};
              var vod_attr = {id:'vodPlayerSwf', name:'vodPlayerSwf'};
              swfobject.embedSWF("http://static.generation.portal.skynet.be/swf/player5.6.swf?v=20110607", "vodPlayer", "486", "315", "10.0.0", "http://static.www.portal.skynet.be/module/swf/expressInstall.swf", vod_fv, vod_prms, vod_attr);
I tried sniffing the page for downloading streams, but I need some help...

Thanks!
Reply With Quote