Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 11-11-2010, 09:33 AM
stefo stefo is offline
Junior Member
 
Join Date: Nov 2010
Posts: 5
stefo is on a distinguished road
Default

rtmpdump - rtmp server sent error,NetConnection.Connect.Rejected


Hello, I am trying to capture live tv (rtmp://62.65.136.5/live/bbcone_profile04.stream), but I receive error message "rtmp server sent error,NetConnection.Connect.Rejected".
Can somebody help to get this video.
Thanks in advance

Stefo

Here is the log:
"D:\Install\rtmpdump\rtmpdump-2.3-windows\rtmpdump-2.3\rtmpdump" -r rtmp://62.65.136.5/live/bbcone_profile04.stream -o "C:\Program Files\Daset2\Stream\Records\pokus_rtmp5.flv" -B 30 -V
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
DEBUG: Protocol : RTMP
DEBUG: Hostname : 62.65.136.5
DEBUG: Port : 1935
DEBUG: Playpath : bbcone_profile04.stream
DEBUG: tcUrl : rtmp://62.65.136.5:1935/live
DEBUG: app : live
DEBUG: StopTime : 30000 msec
DEBUG: live : no
DEBUG: timeout : 30 sec
DEBUG: Setting buffer time to: 36000000ms
Connecting ...
DEBUG: RTMP_Connect1, ... connected, handshaking
DEBUG: HandShake: Type Answer : 03
DEBUG: HandShake: Server Uptime : 96850052
DEBUG: HandShake: FMS Version : 3.0.1.1
DEBUG: HandShake: Handshaking finished....
DEBUG: RTMP_Connect1, handshaked
DEBUG: Invoking connect
INFO: Connected...
DEBUG: HandleServerBW: server BW = 2500000
DEBUG: HandleClientBW: client BW = 2500000 2
DEBUG: HandleCtrl, received ctrl. type: 0, len: 6
DEBUG: HandleCtrl, Stream Begin 0
DEBUG: HandleChangeChunkSize, received: chunk size change to 4096
DEBUG: RTMP_ClientPacket, received: invoke 163 bytes
DEBUG: (object begin)
DEBUG: Property: NULL
DEBUG: (object begin)
DEBUG: Property: <Name: level, STRING: error>
DEBUG: Property: <Name: code, STRING: NetConnection.Connect.Rejected>
DEBUG: Property: <Name: description, STRING: Connection failed: Application rejected connection.>
DEBUG: Property: <Name: clientid, NUMBER: 846807033.00>
DEBUG: (object end)
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <_error>
ERROR: rtmp server sent error
DEBUG: RTMP_ClientPacket, received: invoke 18 bytes
DEBUG: (object begin)
DEBUG: Property: NULL
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <close>
ERROR: rtmp server requested close
DEBUG: Closing connection.
Reply With Quote
  #2  
Old 11-11-2010, 11:06 AM
Stream Recorder
 
Posts: n/a
Default

Re: rtmpdump - rtmp server sent error,NetConnection.Connect.Rejected


Why don't you use a GUI program like freeware CooJah, StreamTransport, Orbit Downloader or shareware Replay Media Catcher?

See also:
FAQ: How to record/download/capture/save Adobe Flash .FLV video RTMP stream from embedded player


If you want to use rtmpdump, try to learn more about rtmpsrv and rtmpsuck.
Reply With Quote
  #3  
Old 11-12-2010, 03:20 AM
stefo stefo is offline
Junior Member
 
Join Date: Nov 2010
Posts: 5
stefo is on a distinguished road
Default

Re: rtmpdump - rtmp server sent error,NetConnection.Connect.Rejected


I tried to use CooJah + Blader,StreamTransport, but these applications also can not download this video, only Replay Media Catcher.

I decided to RTMPDUMP for cmd interface to be used for automatical using. I am able to download some videos, so maybe in this case I have to add others parameters. I tried to use others parameter ( I see it in CoolJah Application), but i doesn't work. The syntax is like this:
Code:
D:\Install\rtmpdump\rtmpdump-2.3-windows\rtmpdump-2.3>rtmpdump -r rtmp://62.65.1
36.5/live/bbcone_profile04.stream -a live -f "WIN 10,1,102,64" -p http://tv.oran
ge.ch/web/player/index/channel/47/type/live/jsbox/1 -s http://tv.orange.ch/flash
/flashplayer_starlight.swf -t rtmp://62.65.136.4/live -v -o C:\pokus.flv -V
User has to login to page to see the video, so maybe there is necessary to add login as other parameter.
Finally, I have working Wireshark trace (watching video in IE). I tried to compare it with RTMPDUMP trace. There are some differences, but I cannot what I have to set into RTMPDUMP. If somebody help these traces, I can provide it.

Thanks for help.

BR Radoslav
Reply With Quote
  #4  
Old 11-12-2010, 11:42 AM
Stream Recorder
 
Posts: n/a
Default

Re: rtmpdump - rtmp server sent error,NetConnection.Connect.Rejected


rtmpsrv and rtmpsuck are very good for finding parameters for rtmpdump.

I would recommend to install free Linux like Ubuntu and use rtmpsuck.
Reply With Quote
  #5  
Old 11-15-2010, 07:48 AM
stefo stefo is offline
Junior Member
 
Join Date: Nov 2010
Posts: 5
stefo is on a distinguished road
Default

Re: rtmpdump - rtmp server sent error,NetConnection.Connect.Rejected


Hello,

Thanks for your answer.
I tried to configure (launch) rtmpsuck under Windows OS, but I don't know what I have to set up.
I would like to ask you for assistance to find out corrects parameters if you know how to use rtmpsuck application.
Syntax I provided before contains all necessary information about video.

Thanks in advance.

stefo
Reply With Quote
  #6  
Old 11-15-2010, 10:37 AM
Stream Recorder
 
Posts: n/a
Default

Re: rtmpdump - rtmp server sent error,NetConnection.Connect.Rejected


Quote:
Originally Posted by stefo View Post
I tried to configure (launch) rtmpsuck under Windows OS, but I don't know what I have to set up.
I would like to ask you for assistance to find out corrects parameters if you know how to use rtmpsuck application.
Syntax I provided before contains all necessary information about video.
You need a quality OS like Linux (like free Ubuntu) to use rtmpsuck. You can use dual boot or even install Linux onto a virtual machine like free Virtual Box.
Reply With Quote
  #7  
Old 11-18-2010, 05:34 AM
stefo stefo is offline
Junior Member
 
Join Date: Nov 2010
Posts: 5
stefo is on a distinguished road
Default

Re: rtmpdump - rtmp server sent error,NetConnection.Connect.Rejected


Hello,

I tried to use rtmpsvr application, but it does not work in my case.
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
Reply Post New Thread
Tags: , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 09:50 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons