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 03-06-2012, 11:29 AM
blacky blacky is offline
Junior Member
 
Join Date: Mar 2012
Posts: 2
blacky is on a distinguished road
Default

Velton stream capturing problem


Hi! I tried to capture this webcam using rtmpdump with this parameters :
Quote:
--rtmp "rtmp://85.90.192.233/" --playpath "rtplive2" --swfUrl "http://velton.ua/ru/webcams/VeltonPlayerWideNew.swf" --flv "output.flv" --live -V --app "rtplive2"
but it doesn't work. Here is the log:
Quote:
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
DEBUG: Protocol : RTMP
DEBUG: Hostname : 85.90.192.233
DEBUG: Port : 1935
DEBUG: Playpath : rtplive2
DEBUG: tcUrl : rtmp://85.90.192.233:1935/rtplive2
DEBUG: swfUrl : http://velton.ua/ru/webcams/VeltonPlayerWideNew.swf
DEBUG: app : rtplive2
DEBUG: live : yes
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 259 bytes
DEBUG: (object begin)
DEBUG: (object begin)
DEBUG: Property: <Name: fmsVer, STRING: FMS/3,5,2,654>
DEBUG: Property: <Name: capabilities, NUMBER: 31.00>
DEBUG: Property: <Name: mode, NUMBER: 1.00>
DEBUG: (object end)
DEBUG: (object begin)
DEBUG: Property: <Name: level, STRING: status>
DEBUG: Property: <Name: code, STRING: NetConnection.Connect.Su
ccess>
DEBUG: Property: <Name: description, STRING: Connection succeeded.>
DEBUG: Property: <Name: data, OBJECT>
DEBUG: (object begin)
DEBUG: Property: <Name: version, STRING: 3,5,2,654>
DEBUG: (object end)
DEBUG: Property: <Name: clientid, NUMBER: 1917170640.00>
DEBUG: Property: <Name: objectEncoding, NUMBER: 0.00>
DEBUG: (object end)
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <_result>
DEBUG: HandleInvoke, received result for method call <connect>
DEBUG: sending ctrl. type: 0x0003
DEBUG: Invoking createStream
DEBUG: FCSubscribe: rtplive2
DEBUG: Invoking FCSubscribe
DEBUG: RTMP_ClientPacket, received: invoke 29 bytes
DEBUG: (object begin)
DEBUG: Property: NULL
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <_result>
DEBUG: HandleInvoke, received result for method call <createStream>
DEBUG: SendPlay, seekTime=0, stopTime=0, sending play: rtplive2
DEBUG: Invoking play
DEBUG: sending ctrl. type: 0x0003
DEBUG: RTMP_ClientPacket, received: invoke 141 bytes
DEBUG: (object begin)
DEBUG: Property: NULL
DEBUG: (object begin)
DEBUG: Property: <Name: level, STRING: status>
DEBUG: Property: <Name: code, STRING: NetStream.Play.Start>
DEBUG: Property: <Name: description, STRING: FCSubscribe to stream rt
plive2.>
DEBUG: Property: <Name: clientid, NUMBER: 1917170640.00>
DEBUG: (object end)
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <onFCSubscribe>
DEBUG: RTMP_ClientPacket, received: invoke 175 bytes
DEBUG: (object begin)
DEBUG: Property: NULL
DEBUG: (object begin)
DEBUG: Property: <Name: level, STRING: error>
DEBUG: Property: <Name: code, STRING: NetStream.Play.StreamNot
Found>
DEBUG: Property: <Name: description, STRING: Failed to play rtplive2;
stream not found.>
DEBUG: Property: <Name: clientid, NUMBER: 1917170640.00>
DEBUG: Property: <Name: details, STRING: rtplive2>
DEBUG: (object end)
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <onStatus>
DEBUG: HandleInvoke, onStatus: NetStream.Play.StreamNotFound
ERROR: Closing connection: NetStream.Play.StreamNotFound
DEBUG: Closing connection.
and finally, here is the Wireshark screenshot.


When I tried to capture without "app" parameter, server answered
Quote:
DEBUG: Property: <Name: description, STRING: Connection failed: Application folder ([install-location]/applications/) is missing.>
What's my mistake?
Reply With Quote
  #2  
Old 03-06-2012, 11:35 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: Velton stream capturing problem


Code:
rtmpdump -r "rtmp://85.90.192.233/rtplive2" -a "rtplive2" -f "WIN 11,1,102,62" -W "http://velton.ua/ru/webcams/VeltonPlayerWideNew.swf" -p "http://velton.ua/ru/webcams/Wide5HQ.shtml" --live -y "veltonQuality52.stream" -o veltonQuality52.stream.flv
Code:
RTMPDump v2.4 GIT-2012-02-24 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:   width                 0.00
INFO:   height                0.00
INFO:   videocodecid          avc1
INFO: trackinfo:
INFO:   timescale             90000.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            H264
INFO: rtpsessioninfo:
INFO:   emailaddress          NONE
INFO:   name                  Media Presentation
INFO:   origin                - 1331035062532630 1331035062532630 IN IP4 192.168
.0.52
INFO:   timing                0 0
INFO:   protocolversion       0
INFO: attributes:
INFO:   range                 npt=0.000000-
853.883 kB / 14.56 sec
Reply With Quote
  #3  
Old 03-06-2012, 11:38 AM
blacky blacky is offline
Junior Member
 
Join Date: Mar 2012
Posts: 2
blacky is on a distinguished road
Default

Re: Velton stream capturing problem


Thank you very much!
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 10:22 AM.


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