Rtmpsuck works perfectly getting a file:
Code:
RTMP Proxy Server v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL
Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!
Processing connect
app : AreenaServer
flashVer : LNX 11,1,102,62
swfUrl : http://areena.yle.fi/player/Application.swf?build=2
tcUrl : rtmp://flashk.yle.fi/AreenaServer
pageUrl : http://satumaa.yle.fi/umk
ERROR: RTMP_Connect0, failed to connect socket. 113 (No route to host)
WARNING: Trying different position for client digest!
Processing connect
app : AreenaServer
flashVer : LNX 11,1,102,62
swfUrl : http://areena.yle.fi/player/Application.swf?build=2
tcUrl : rtmp://flashu.yle.fi/AreenaServer
pageUrl : http://satumaa.yle.fi/umk
live : no
Playpath : mp4:maailma/2012/2/25/1330207072772_1330207072844.mp4
Saving as : 1330207072772_1330207072844.mp4
WARNING: ignoring too small audio packet: size: 0
INFO: Metadata:
INFO: duration 6602.20
INFO: moovPosition 28.00
INFO: width 640.00
INFO: height 360.00
INFO: videocodecid avc1
INFO: audiocodecid mp4a
INFO: avcprofile 77.00
INFO: avclevel 30.00
INFO: aacaot 2.00
INFO: videoframerate 25.00
INFO: audiosamplerate 44100.00
INFO: audiochannels 2.00
INFO: trackinfo:
INFO: length 165055000.00
INFO: timescale 25000.00
INFO: language eng
INFO: sampledescription:
INFO: sampletype avc1
INFO: length 291156992.00
INFO: timescale 44100.00
INFO: language eng
INFO: sampledescription:
INFO: sampletype mp4a
WARNING: ignoring too small audio packet: size: 0
ERROR: Request timeout/select failed, ignoring request
Closing connection... done!
But when I try the parameters in rtmpdump, it fails to connect.
Code:
$ rtmpdump --flashVer 'LNX 11,1,102,62' --playpath mp4:maailma/2012/2/25/1330207072772_1330207072844.mp4 --rtmp rtmp://flashk.yle.fi/AreenaServer --swfUrl http://areena.yle.fi/player/Application.swf?build=2 --pageUrl http://satumaa.yle.fi/umk --flv finland_final.flv
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
ERROR: RTMP_Connect0, failed to connect socket. 113 (No route to host)
I am wondering what is going on (just to increase my understanding of the whole process
).
I do see the "WARNING: Trying different position for client digest!" message, but don't really know what that means.