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
  #31  
Old 06-25-2012, 12:26 PM
123654 123654 is offline
Junior Member
 
Join Date: Aug 2011
Posts: 6
123654 is on a distinguished road
Smile

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


Hi,
1. you will need to download RTMPdump & extract...: http://www.videohelp.com/tools/RTMPDump
2. no installation need, it's a command line tool, Open CMD.exe (you only need to enter "cmd" in the search field of your Windows start menu)
3. enter => "cd" + "the location adress of the tool"
for example : "cd C:\Users\Documents\RTMPE
4 enter + add the command line which is specific to the concert you would like to download
example 2012 kyuss lives:
rtmpdump -r "rtmpte://flash.streampower.be/bgc_festivals" -a "bgc_festivals" -p "http://www.skynet.be/muziek/festivals/graspop-2012/vod/9805" -W "http://static.generation.portal.skynet.be/swf/player5.6.swf?v=20120619" -y "mp4:GMM2012/concerts/kyuss_lives_nl.mp4" --start 0 --verbose -o KyussLives.flv --resume

text in green color you will need to modify:
-the vod number "9805" you will find easily in the url
-the name of the file "kyuss_lives_nl.mp4" =>you will need to open the "pagesource" and search for the name(= click right and....)

text in blue => choose yourself
text in red => sometimes rtmpdump fails to download the file complete =>re-use the same command line, but add "--resume" to the command line and your download will continue (don't add "--resume" when you try to download the file for the first time, because rtmpdump can't find...)

Another example (sabaton)
rtmpdump -r "rtmpte://flash.streampower.be/bgc_festivals" -a "bgc_festivals" -p "http://www.skynet.be/muziek/festivals/graspop-2012/vod/9780" -W "http://static.generation.portal.skynet.be/swf/player5.6.swf?v=20120619" -y "mp4:GMM2012/concerts/sabaton_nl.mp4" --start 0 --verbose -o Sabaton.flv

The 2011 concerts are still online, but you will need a different command line, the rtmpe adress is different:
rtmpdump -r "rtmpte://flash.streampower.be/festivals_2k11_pu/_definst_" -a "festivals_2k11_pu/_definst_" -p "http://www.skynet.be/muziek/festivals/graspop-2011/vod/4461" -W "http://static.generation.portal.skynet.be/swf/player5.6.swf?v=20120619" -y "mp4:graspop_2k11/channel_zero.mp4" --start 0 --verbose -o Channelzero.flv
Reply With Quote
  #32  
Old 06-25-2012, 05:42 PM
theclansmen theclansmen is offline
Junior Member
 
Join Date: Jun 2012
Posts: 15
theclansmen is on a distinguished road
Default

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


works great thank you!

but on 2011 videos i got this error : Error.Ip.NoBelgian
is there any ways to get a belgian ip using rtmpdump or something else please?
i find some proxy ip addy but don't know how it works honestly
Reply With Quote
  #33  
Old 06-28-2012, 06:28 AM
123654 123654 is offline
Junior Member
 
Join Date: Aug 2011
Posts: 6
123654 is on a distinguished road
Question

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


Hi KSV,

your command line is working, but how do I need to stop the recording properly?
Thanks

Quote:
Originally Posted by KSV View Post
try with following command when stream is online.

Code:
rtmpdump -r "rtmpte://live.flash.streampower.be/bgc_live_festivals_stage1" -a "bgc_live_festivals_stage1" -f "WIN 11,1,102,63" -W "http://static.generation.portal.skynet.be/swf/player5.6.swf" -p "http://www.skynet.be/muziek/festivals/graspop-2012/live" --live -y "web1_mid.sdp" -o "web1_mid.flv"
Reply With Quote
  #34  
Old 07-02-2012, 12:22 PM
JosBos1971 JosBos1971 is offline
Junior Member
 
Join Date: Jul 2012
Posts: 1
JosBos1971 is on a distinguished road
Default

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


KSV,

I tried your code to download Rock Werchter-video's, but it doesn't work yet. Can you check what I did wrong?

This is the video:
http://www.skynet.be/muziek/festival...2012/vod/10294

And this is the code I used...

Quote:
rtmpdump -r "rtmpte://flash.streampower.be/bgc_festivals" -a "bgc_festivals" -p "http://www.skynet.be/muziek/festivals/rock-werchter-2012/vod/10294" -W "http://static.generation.portal.skynet.be/swf/player5.6.swf?v=20120619" -y "mp4:stage2/archives/chase_status.mp4" --start 0 --verbose -o ChaseStatus.flv --resume
Many thanks!
Reply With Quote
  #35  
Old 07-02-2012, 11:26 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)


Quote:
Originally Posted by JosBos1971 View Post
I tried your code to download Rock Werchter-video's, but it doesn't work yet. Can you check what I did wrong?
You are providing the wrong playpath. change
Code:
-y "mp4:stage2/archives/chase_status.mp4"
to
Code:
-y "mp4:stage2_archives/chase_status.mp4"
Reply With Quote
  #36  
Old 07-17-2012, 03:48 AM
LookinGlass LookinGlass is offline
Junior Member
 
Join Date: Jul 2012
Posts: 2
LookinGlass is on a distinguished road
Default

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


Please help me to download this amazing concert from Rock Wertcher 2012:
http://www.skynet.be/muziek/festival...2012/vod/10250
I also tried the code below to download Rock Werchter-videos, but it doesn't work. (Debug errors)...

My code in command line is:
Quote:
C:\STREAM\rtmpdump-2.3-windows\rtmpdump-2.3>rtmpdump -r "rtmpte://flash.streampower.be/bgc_festivals" -a "bgc_festivals" -p "http://www.skynet.be/muziek/festivals/rock-werchter-2012/vod/10250" -W "http://static.generation.portal.skynet.be/swf/player5.6.swf?v=20120619" -y "mp4:stage2_archives/chase_status.mp4" --start 0 --verbose -o ChaseStatus.flv
Thanks in advance!
Reply With Quote
  #37  
Old 07-17-2012, 12:28 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)


Code:
rtmpdump -r "rtmpte://flash.streampower.be/bgc_festivals" -a "bgc_festivals" -p "http://www.skynet.be/muziek/festivals/rock-werchter-2012/vod/10250" -W "http://static.generation.portal.skynet.be/swf/player5.6.swf?v=20120619" -y "mp4:RW2012/concerts/within_temptation.mp4" --start 0 -o s.flv
Reply With Quote
  #38  
Old 07-17-2012, 03:04 PM
LookinGlass LookinGlass is offline
Junior Member
 
Join Date: Jul 2012
Posts: 2
LookinGlass is on a distinguished road
Default

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


Quote:
Originally Posted by chap View Post
Code:
rtmpdump -r "rtmpte://flash.streampower.be/bgc_festivals" -a "bgc_festivals" -p "http://www.skynet.be/muziek/festivals/rock-werchter-2012/vod/10250" -W "http://static.generation.portal.skynet.be/swf/player5.6.swf?v=20120619" -y "mp4:RW2012/concerts/within_temptation.mp4" --start 0 -o s.flv
Thank you! What program do you use to see this part of code:
mp4:RW2012/concerts/within_temptation.mp4
?
Reply With Quote
  #39  
Old 07-17-2012, 03:25 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)


Code:
</script>
<script type="text/javascript" src="http://www-portal.staticskynet.be/javascript/sales/skynet_ads.js"></script>
<script type="text/javascript">
    //<!--
var musicFestivalPlayer = new Music.Festival.Player({"selector":{"qualitySwitch":".qualitySwitch","loginDialog":"#loginDialog","loginFrame":"#loginFrame"},"player":{"swf":"http:\/\/static.generation.portal.skynet.be\/swf\/player5.6.swf","containerId":"festivalPlayer","width":630,"height":353,"expressInstall":"http:\/\/www-portal.staticskynet.be\/module\/swf\/expressInstall.swf","flashvars":{"width":630,"height":353,"stretching":"uniform","liveStream":false,"file":"mp4:RW2012\/concerts\/within_temptation.mp4","festivalplugin.fest":48,"festivalplugin.channel":"1","festivalplugin.lang":"nl","festivalplugin.bw":"mid","festivalplugin.restricted":false,"festivalplugin.concert":false},"params":{"base":"http:\/\/static.generation.portal.skynet.be\/swf\/"},"attributes":{"id":"festivalPlayer","name":"festivalPlayer"}},"loginUrl":"https:\/\/sphinx.skynet.be\/MBPLoginWeb\/skynet_login.jsp?lg=nl&ru=","isAuthenticated":false,"showQualitySwitch":false});
    //-->
</script>
http://stream-recorder.com/forum/sho...5&postcount=31
Reply With Quote
  #40  
Old 07-20-2012, 04:29 AM
TomD TomD is offline
Junior Member
 
Join Date: Jul 2012
Posts: 6
TomD is on a distinguished road
Default

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


How do I adapt the command code for this skynet video?

http://www.skynet.be/muziek/festival...2012/vod/10249


Thank you very much
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:59 PM.


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