View Single Post
  #8  
Old 11-18-2010, 04:31 AM
stefo stefo is offline
Junior Member
 
Join Date: Nov 2010
Posts: 5
stefo is on a distinguished road
Default

Re: How to (correctly!) use rtmpdump, rtmpsrv


Hello,

Thank you for your manual how to use rtmpsrv.
I found out that sometimes it does not work.
I tried to find out the correct parameter for downloading following link
rtmp://62.65.136.5/live/bbcone_profile04.stream, but rtmpsrv did not cauch anything. I modified file C:\WINDOWS\system32\drivers\etc\hosts addidng new line 127.0.0.1 62.65.136.4.
I dont know where the problem is.
I want to download mentioned link, but I am not able to do it, so I decided to use rtmsvr to find out the correct parameter for rtmpdump application

I tried to use smtpsrv application for another video rtmp://flvideo.wwe.com/wwevideo/flv/kids/2008/october8-14/kids_cena_wiffle_large.flv. In this case, rtmpsrv application worked OK. In thsi case hosts file used following setting 127.0.0.1 flvideo.wwe.com.
Here is a log:
RTMP Server v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935

rtmpdump -r "rtmp://flvideo.wwe.com:1935/wwevideo/flv" -a "wwevideo/flv" -f "WIN
10,0,32,18" -y "kids/2008/october8-14/kids_cena_wiffle_large" -o kids_cena_wiff
le_large.flv

Closing connection... done!

RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Duplicate request, skipping.
Closing connection... ERROR: WriteN, RTMP send error 10054 (42 bytes)
done!

ERROR: RTMP_ReadPacket, failed to read RTMP packet header

Thanks for any advice.

stefo
Reply With Quote