PDA

View Full Version : www.werder.tv: Download RTMPE stream


chap
07-24-2011, 01:25 AM
hxxp://www.werder.tv/de/sportline.php?type=sportline&filter=%2bhandball&page=1&id=1318

rtmpdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm) does not work.I can not find a solution.
RTMP Server v2.4 GIT-2011-07-21 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935

rtmpdump -r "rtmpe://ondemand.werder.de/sportline/" -a "sportline/" -f "WIN 10,3
,181,34" -W "http://www.werder.tv/flash/vplayer/vplayer.swf" -p "http://www.werd
er.tv/de/sportline.php?type=sportline&filter=%2bhandball&page=1&id=1318" -y "mp4
:/Handballschwartau.avi.MP4" -o Handballschwartau.avi.flv

Closing connection... done!

RTMPDump v2.4 GIT-2011-07-21 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: Trying different position for server digest!
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header


rtmpsusk works
RTMP Proxy Server v2.4 GIT-2011-07-21 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
Processing connect
app : sportline/
flashVer : WIN 10,3,181,34
swfUrl : http://www.werder.tv/flash/vplayer/vplayer.swf
tcUrl : rtmpe://ondemand.werder.de/sportline/
pageUrl : http://www.werder.tv/de/sportline.php?type=sportline&filter=%2bhand
ball&page=1&id=1318
WARNING: Trying different position for server digest!
live : no
Playpath : mp4:/Handballschwartau.avi.MP4
Saving as : Handballschwartau.avi.MP4
WARNING: ignoring too small audio packet: size: 0
INFO: Metadata:
INFO: trackinfo:
INFO: timescale 25.00
INFO: length 14327.00
INFO: language eng
INFO: sampledescription:
INFO: sampletype avc1
INFO: timescale 44100.00
INFO: length 25270272.00
INFO: language eng
INFO: sampledescription:
INFO: sampletype mp4a
INFO: timescale 600.00
INFO: length 600.00
INFO: language eng
INFO: sampledescription:
INFO: sampletype mp4s
INFO: timescale 600.00
INFO: length 600.00
INFO: language eng
INFO: sampledescription:
INFO: sampletype mp4s
INFO: audiochannels 2.00
INFO: audiosamplerate 44100.00
INFO: videoframerate 25.00
INFO: aacaot 2.00
INFO: avclevel 13.00
INFO: avcprofile 66.00
INFO: audiocodecid mp4a
INFO: videocodecid avc1
INFO: width 640.00
INFO: height 360.00
INFO: frameWidth 640.00
INFO: frameHeight 360.00
INFO: displayWidth 640.00
INFO: displayHeight 360.00
INFO: moovposition 102338005.00
INFO: duration 573.08
WARNING: ignoring too small video packet: size: 5

KSV
07-24-2011, 09:39 PM
They are using SecureToken method but with little trick. instead of calculating the response in client, it fetches the response from following url.

www.werder.tv/ws/getPermission.php?service=wzasportline&e=[Token]

and the only solution to download with rtmpdump is to modify rtmpdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm) specifically for the site.

chap
07-24-2011, 10:48 PM
They are using SecureToken method but with little trick. instead of calculating the response in client, it fetches the response from following url.

www.werder.tv/ws/getPermission.php?service=wzasportline&e=[Token]

and the only solution to download with rtmpdump is to modify rtmpdump specifically for the site.
Thanks for the clarifications.