View Single Post
  #17  
Old 08-12-2011, 01:11 PM
Nosgaz Nosgaz is offline
Junior Member
 
Join Date: Aug 2011
Posts: 1
Nosgaz is on a distinguished road
Default

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


Hi

I'm from Belgium too and want to help out. I'm not used to using RTMPdump though. If someone can help me with what i need to type in command, I can download all of them and post them somewhere.

For the requested file from John Scofield; this is what I found in the source code:
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/times_of_grace.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);
              // Avoid iframe
              if( window!= window.top ) { top.location.href = location.href; }
I would love to download this one:
hxxp://www.skynet.be/generation-nl/muziek/festivals/vod/2/37/120/4636

I found this in the source code:
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:werchter_2k11/goose.mp4 ',
                      'festivalplugin.fest':37, '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);
              // Avoid iframe
              if( window!= window.top ) { top.location.href = location.href; }
If someone can say what i need to type in command, then I can send the file you need.

Greetz

Nosgaz
Reply With Quote