Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
![]() ![]() |
|
Thread Tools | Display Modes |
#41
|
|||
|
|||
![]() Re: www.skynet.be: Need help recording stream (RTMPTE)@TomD
I wanted to record that stream also and I came up with: Code:
rtmpdump -r "rtmpte://flash.streampower.be/bgc_festivals" -a "bgc_festivals" -p "http://www.skynet.be/muziek/festivals/rock-werchter-2012/vod/10249" -W "http://static.generation.portal.skynet.be/swf/player5.6.swf?v=20120619" -y "mp4:RW2012_concerts/elbow.mp4" --start 0 --verbose -o rw12elbow.flv But I guess they changed something, cause the command returns ERROR: RTMP_Connect1, handshake failed. And it returns the same error when I use your commandline example. Would they have changed the SWF or would the version have been changed? Anyway the complete log rtmpdump returns is: Code:
RTMPDump 2.4 git-6230845 2011-9-25 (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL DEBUG: Protocol : RTMPTE DEBUG: Hostname : flash.streampower.be DEBUG: Port : 80 DEBUG: Playpath : mp4:RW2012_concerts/elbow.mp4 DEBUG: tcUrl : rtmpte://flash.streampower.be:80/bgc_festivals DEBUG: swfUrl : http://static.generation.portal.skynet.be/swf/player5.6.swf?v= 20120619 DEBUG: pageUrl : http://www.skynet.be/muziek/festivals/rock-werchter-2012/vod/1 0249 DEBUG: app : bgc_festivals DEBUG: live : no DEBUG: timeout : 30 sec DEBUG: SWFSHA256: DEBUG: 22 58 9a 10 43 f3 20 c0 d3 09 95 94 9d ce 32 7c DEBUG: 3e 8f e9 73 fe 56 f8 d3 5d 49 3c 6f 3c f5 ed a2 DEBUG: SWFSize : 205074 DEBUG: Setting buffer time to: 36000000ms Connecting ... DEBUG: RTMP_Connect1, ... connected, handshaking DEBUG: HandShake: Client type: 06 DEBUG: HandShake: DH pubkey position: 166 DEBUG: HandShake: Client digest offset: 879 DEBUG: HandShake: Initial client digest: DEBUG: 78 e2 48 f6 b3 ea 8f 3b 4a 18 80 36 86 44 e0 cd DEBUG: 0a 3c c2 3c 1d 38 69 8f 47 f3 dd d5 d4 b6 95 a2 ERROR: RTMP_Connect1, handshake failed. DEBUG: Closing connection. |
#42
|
|||
|
|||
![]() Re: www.skynet.be: Need help recording stream (RTMPTE)mp4:RW2012/concerts/elbow.mp4
|
#43
|
|||
|
|||
![]() Re: www.skynet.be: Need help recording stream (RTMPTE)I also tried to use that link, but it stil doesn't work.
|
#44
|
|||
|
|||
![]() 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/10249" -W "http://static.generation.portal.skynet.be/swf/player5.6.swf?v=20120619" -y "mp4:RW2012/concerts/elbow.mp4" --start 0 -o rw12elbow.flv |
#45
|
|||
|
|||
![]() Re: www.skynet.be: Need help recording stream (RTMPTE)yeah very strange, also no program is able to detect the url of the stream, I don't know what they did but I really need that stream, don't know how long they will keep the stream up :s
anyone who can help? |
#46
|
|||
|
|||
![]() Re: www.skynet.be: Need help recording stream (RTMPTE)The command posted above is working normally.
Code:
RTMPDump v2.4 GIT-2012-07-26 (Compiled by KSV) (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL Connecting ... INFO: Connected... Starting download at: 0.000 kB INFO: Metadata: INFO: duration 4313.44 INFO: moovposition 28.00 INFO: width 640.00 INFO: height 360.00 INFO: videocodecid avc1 INFO: audiocodecid mp4a INFO: avcprofile 77.00 INFO: avclevel 31.00 INFO: aacaot 2.00 INFO: videoframerate 0.00 INFO: audiosamplerate 22050.00 INFO: audiochannels 2.00 INFO: trackinfo: INFO: length 388204830.00 INFO: timescale 90000.00 INFO: language eng INFO: sampledescription: INFO: sampletype avc1 INFO: length 388209150.00 INFO: timescale 90000.00 INFO: language eng INFO: sampledescription: INFO: sampletype mp4a 565.805 kB / 2.93 sec (0.0%) |
#47
|
|||
|
|||
![]() Re: www.skynet.be: Need help recording stream (RTMPTE)Ok It started downloading but there are a few problems:
-It stops downloading at 88.1% (tried 3 times...) -I can't find it anywhere, The incomplete file is not in my desktop or download folder and when I search for the file It doesn't give results... :s |
#48
|
|||
|
|||
![]() rolex replicashttp://www.top10replicawatches.com/ replica rolex
|
#49
|
|||
|
|||
![]() 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" 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 |
#50
|
|||
|
|||
![]() 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?
|
![]() ![]() |
Tags: jwplayer, rtmpdump, rtmpte, skynet, skynet be |
Thread Tools | |
Display Modes | |
|
|