PDA

View Full Version : zulu.mk: Kanal 5 Plus downloading with rtmpdump: ERROR: RTMP_HashSWF


Montreal1
10-01-2010, 11:23 AM
Hi there... trying to get url from this site: http://zulu.mk/live/kanal-5-plus

I'm running ./rtmpsuck and rtpmsrv, here are the results:
X@X-desktop:~/Desktop/rtmpdump-2.3$ sudo su rtmp
rtmp@X-desktop:/home/X/Desktop/rtmpdump-2.3$ ./rtmpsrv
RTMP Server v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!

rtmpdump -r "rtmp://fms.zulu.mk/zulu_origin/" -a "zulu_origin/" -f "LNX 10,1,85,3" -W "http://zulu.mk/player/player.swf" -p "http://zulu.mk/live/kanal-5-plus" -y "kanal5plus_1" -o kanal5plus_1.flv

Closing connection... done!

RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: RTMP_HashSWF: couldn't open /home/rtmp/.swfinfo for writing, errno 2 (No such file or directory)
Connecting ...
WARNING: HandShake: client signature does not match!
INFO: Connected...
ERROR: Closing connection: NetStream.Play.StreamNotFound
^CCaught signal: 2, cleaning up, just a second...
rtmp@X-desktop:/home/X/Desktop/rtmpdump-2.3$ ./rtmpsuck
RTMP Proxy Server v2.3
(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: zulu_origin/
flashVer: LNX 10,1,85,3
swfUrl: http://zulu.mk/player/player.swf
ERROR: RTMP_HashSWF: couldn't open /home/rtmp/.swfinfo for writing, errno 2 (No such file or directory)
tcUrl: rtmp://fms.zulu.mk/zulu_origin/
pageUrl: http://zulu.mk/live/kanal-5-plus
WARNING: HandShake: client signature does not match!
Playpath: kanal5plus_1
Saving as: kanal5plus_1


Any help how to obtain a true address?

Regards...

Stream Recorder
10-01-2010, 12:39 PM
I have tried Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-HTTP-RTMP-FLV-MP3-ripper-recorder.htm) and it didn't have any problem downloading this live RTMP stream. It means that SWF verification is not needed.

So try the following:
rtmpdump -r "rtmp://fms.zulu.mk/zulu_origin/kanal5plus_1" -o kanal5plus.flv

Or just use RMC 3.11 with Wine instead.

Montreal1
10-01-2010, 12:44 PM
I can download it too, but i need TRUE address on that channel, so i can use it without going on web site....?

Stream Recorder
10-01-2010, 01:26 PM
rtmpsuck gives all the details:
Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!
Processing connect
app: zulu_origin/
flashVer: LNX 10,1,85,3
swfUrl: http://zulu.mk/player/player.swf
tcUrl: rtmp://fms.zulu.mk/zulu_origin/
pageUrl: http://zulu.mk/live/kanal-5-plus
Playpath: kanal5plus_1

Montreal1
10-01-2010, 01:29 PM
So...what would be URL if i want to call it strait form xbmc or some other media center?

Stream Recorder
10-01-2010, 02:13 PM
It was mentioned above already:
rtmp://fms.zulu.mk/zulu_origin/kanal5plus_1

Montreal1
10-02-2010, 12:36 PM
Is not going trough ffmpeg this link...i'm missing someth?