Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 07-14-2011, 08: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
  #2  
Old 07-14-2011, 01:02 PM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

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


try the following command. if it doesn't work provide the verbose output. it would be better if you can provide working proxy or vpn because stream is geo blocked.

Code:
rtmpdump -r "rtmpte://flash.streampower.be/festivals_2k11_pu/_definst_" -a "festivals_2k11_pu/_definst_" -p "http://www.skynet.be/generation-nl/muziek/festivals/vod/1/36/10/4501" -W "http://static.generation.portal.skynet.be/swf/player5.6.swf?v=20110607" -y "mp4:graspop_2k11/avenged_sevenfold.mp4" --start 0 --verbose -o Test.flv
Reply With Quote
  #3  
Old 07-14-2011, 01:22 PM
placebo placebo is offline
Moderator - exTerminator
 
Join Date: Aug 2010
Posts: 477
placebo is on a distinguished road
Default

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


i can play ~78sec clip?
are there any full concert videos (e.g. 90mins)?
Reply With Quote
  #4  
Old 07-14-2011, 01:38 PM
Sergiow Sergiow is offline
Junior Member
 
Join Date: Jul 2011
Posts: 2
Sergiow is on a distinguished road
Default

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


Quote:
Originally Posted by KSV View Post
try the following command. if it doesn't work provide the verbose output. it would be better if you can provide working proxy or vpn because stream is geo blocked.

Code:
rtmpdump -r "rtmpte://flash.streampower.be/festivals_2k11_pu/_definst_" -a "festivals_2k11_pu/_definst_" -p "http://www.skynet.be/generation-nl/muziek/festivals/vod/1/36/10/4501" -W "http://static.generation.portal.skynet.be/swf/player5.6.swf?v=20110607" -y "mp4:graspop_2k11/avenged_sevenfold.mp4" --start 0 --verbose -o Test.flv
I tried this and it worked perfectly! Thank you very much!
I got a 486mb file with a length of 57:12

Thank you!!
Reply With Quote
  #5  
Old 07-15-2011, 12:12 AM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

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


KSV

Please explain how you got this part of the link.

Code:
festivals_2k11_pu/_definst_
Reply With Quote
  #6  
Old 07-15-2011, 01:01 PM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

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


use the following data to construct links.

Code:
<?xml version="1.0"?>
<settings>
  <festival id="-1" name="Location detection streamer" streamer="rtmpte://flash.streampower.be/festivals_2k11_pu/_definst_"/>
  <!-- TESTING NODE -->
  <festival id="0" name="FAKE" streamer="rtmpte://flash.streampower.be/festivals_2k11_pu/_definst_">
    <preroll file="mp4:graspop_preroll_###lang###_###bw###.mp4"/>
    <promo file="mp4:RW_Pukkelpop_QualityA.mp4"/>
    <live streamer="rtmpte://live.flash.streampower.be/festivals_2k11" file="festivals_live_2k11_###bw###"/>
    <vod/>
  </festival>
  <!-- 2010 VOD CONTENT -->
  <festival id="28" name="Rock Werchter 2010" streamer="rtmpte://flash.streampower.be/festivals_2k10_pu/_definst_">
    <preroll streamer="rtmpte://flash.streampower.be/festivals_2k10_pu/_definst_" file="mp4:preroll/rock_werchter_preroll_###lang###_hi.mp4"/>
    <promo/>
    <live/>
    <vod/>
  </festival>
  <festival id="29" name="Graspop Metal Meeting 2010" streamer="rtmpte://flash.streampower.be/festivals_2k10_pu/_definst_">
    <preroll streamer="rtmpte://flash.streampower.be/festivals_2k10_pu/_definst_" file="mp4:preroll/graspop_preroll_###lang###_hi.mp4"/>
    <promo/>
    <live/>
    <vod/>
  </festival>
  <festival id="30" name="Rimpelrock 2010" streamer="rtmpte://flash.streampower.be/festivals_2k10_pu/_definst_">
    <promo/>
    <live/>
    <vod/>
  </festival>
  <festival id="31" name="Pukkelpop 2010" streamer="rtmpte://flash.streampower.be/festivals_2k10_pu/_definst_">
    <preroll streamer="rtmpte://flash.streampower.be/festivals_2k10_pu/_definst_" file="mp4:preroll/pukkelpop_preroll_###lang###_hi.mp4"/>
    <promo/>
    <live/>
    <vod/>
  </festival>
  <!-- 2011 LIVE AND VOD CONTENT -->
  <festival id="36" name="Graspop Metal Meeting 2011" streamer="rtmpte://flash.streampower.be/festivals_2k11_pu/_definst_">
    <preroll file="mp4:preroll/graspop_preroll_###lang###_###bw###.mp4"/>
    <promo file="mp4:promo/graspop_promo_###lang###_###bw###.mp4"/>
    <live streamer="rtmpte://live.flash.streampower.be/festivals_2k11" file="festivals_live_2k11_###bw###"/>
    <vod streamer="rtmpte://flash.streampower.be/festivals_2k11_pu/_definst_"/>
  </festival>
  <festival id="37" name="Rock Werchter 2011" streamer="rtmpte://flash.streampower.be/festivals_2k11_pu/_definst_">
    <preroll file="mp4:preroll/rock_werchter_preroll_###lang###_###bw###.mp4"/>
    <promo file="mp4:promo/rw_pp_promo_###lang###_###bw###.mp4"/>
    <live streamer="rtmpte://live.flash.streampower.be/festivals_2k11" file="festivals_live_2k11_###bw###"/>
    <vod streamer="rtmpte://flash.streampower.be/festivals_2k11_pu/_definst_"/>
  </festival>
  <festival id="38" name="Pukkelpop 2011" streamer="rtmpte://flash.streampower.be/festivals_2k11_pu/_definst_">
    <preroll file="mp4:preroll/pukkelpop_preroll_###lang###_###bw###.mp4"/>
    <promo file="mp4:promo/rw_pp_promo_###lang###_###bw###.mp4"/>
    <live streamer="rtmpte://live.flash.streampower.be/festivals_2k11" file="festivals_live_2k11_###bw###"/>
    <vod streamer="rtmpte://flash.streampower.be/festivals_2k11_pu/_definst_"/>
  </festival>
</settings>
http://pastebin.com/XkaDkLf1
Reply With Quote
  #7  
Old 07-15-2011, 02:57 PM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

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


and how did you find the xml file?
Sniffer was not helpful.
Thanks.
Reply With Quote
  #8  
Old 08-04-2012, 08:44 AM
tibsatthare tibsatthare is offline
Junior Member
 
Join Date: Jul 2012
Location: Mozambique
Posts: 1
tibsatthare is on a distinguished road
Default

rolex replicas


http://www.top10replicawatches.com/ replica rolex
Reply With Quote
  #9  
Old 08-16-2012, 07:10 AM
piarpo piarpo is offline
Junior Member
 
Join Date: Jul 2012
Posts: 3
piarpo is on a distinguished road
Default

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


Pukkelpop festival has started on skynet site. And I'm trying to record livestream. According to xml info provided by KSV I'm using command:
Code:
rtmpdump -r "rtmpte://live.streampower.be/bgc_live_festivals_stage1" -a "bgc_live_festivals_stage1" -f "WIN 11,3,31,227" -W "http://static.generation.portal.skynet.be/swf/player5.6.swf" -p "http://www.skynet.be/muziek/festivals/pukkelpop-2012/live" --live -y "web_mid.sdp" -o "Pukk.flv"
But rtmpdump says it has problem accessing the DNS (addr: live.streampower.be). Do you have the same problem?

Edit:
Apparently they changed server and other parameters. Working command is:
Code:
rtmpdump -r rtmpte://live.flash.streampower.be/bgc_live_festivals_stage1 -a "bgc_live_festivals_stage1" -f "WIN 11,3,31,227" -W "http://static.generation.portal.skynet.be/swf/player5.6.swf" -p "http://www.skynet.be/muziek/festivals/pukkelpop-2012/live" --live -V -y "web1_high.sdp" -o "Pukk.flv"

Last edited by piarpo : 08-16-2012 at 09:02 AM. Reason: Problem solved
Reply With Quote
  #10  
Old 08-17-2012, 07:05 AM
dingesgastert dingesgastert is offline
Junior Member
 
Join Date: Aug 2012
Posts: 1
dingesgastert is on a distinguished road
Default

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


I'm trying to record the Pukkelpop stream as well. I tried the command in the post above me, but it tells me the "handshake failed". Does it work for anyone else?
Reply With Quote
Reply Post New Thread
Tags: , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 01:43 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons