View Single Post
  #3  
Old 12-21-2014, 06:16 AM
claudiogc claudiogc is offline
Junior Member
 
Join Date: Dec 2014
Posts: 7
claudiogc is on a distinguished road
Default

Re: Rtmpdump not recording video streaming: How to fix it?


Thanks for your answer, dude!

Quote:
.If you want to play any stream in your player then it will not work...
So, i just want save the stream, with that "-o test.flv" and IF is possible, watch it at the same time with "mplayer ~/test.flv".

Quote:
start the stream from your PC
But i'm doing this from pc? Could you explain better this part?

I did what you said and look how i mounted my "rtmpdump" command: I tried with other girl streaming because that one i posted in my original post is not online now. I closed my Firefox before run this command.
Code:
rtmpdump -r rtmp://dolphin.cameraprive.com.br/cameraprive_main/5616 -a cameraprive_main/5616 -C S:public -C S:3d4cc99358b21581f64c088d2ab6a6ca -C Z: -C Z: -C Z: -y cam1 -W https://assets.cameraprive.com/chat/...swf?1419182369 -f "LNX 11,2,202,425" -o kelly-linda.flv
rtmpsuck output:
Quote:
app: cameraprive_main/5616
flashVer: LNX 11,2,202,425
swfUrl: https://assets.cameraprive.com/chat/...swf?1419182369
tcUrl: rtmp://dolphin.cameraprive.com.br/cameraprive_main/5616
pageUrl: http://cameraprive.com/br/room/kelly-linda
Playpath: cam1
Saving as: cam1
INFO: Metadata:
INFO: height 240.00
INFO: width 320.00
Playpath: cam1
Error message: I put "-V" in the end of my "rtmpdump" command
Quote:
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
DEBUG: Protocol : RTMP
DEBUG: Hostname : dolphin.cameraprive.com.br
DEBUG: Port : 1935
DEBUG: Playpath : cam1
DEBUG: tcUrl : rtmp://dolphin.cameraprive.com.br:1935/cameraprive_main/5616
DEBUG: swfUrl : https://assets.cameraprive.com/chat/...swf?1419182369
DEBUG: app : cameraprive_main/5616
DEBUG: flashVer : LNX 11,2,202,425
DEBUG: live : no
DEBUG: timeout : 30 sec
DEBUG: SWFSHA256:
DEBUG: 87 3b e9 59 4f 11 61 ec 40 ae 65 72 e2 ad c6 14
DEBUG: ab bc e6 ea 1b f2 a3 04 6f 81 ca 6c 53 45 b0 70
DEBUG: SWFSize : 600925
DEBUG: Setting buffer time to: 36000000ms
Connecting ...
DEBUG: RTMP_Connect1, ... connected, handshaking
DEBUG: HandShake: Client type: 03
DEBUG: HandShake: Client digest offset: 430
DEBUG: HandShake: Initial client digest:
DEBUG: 11 54 86 32 95 fa 5b 81 3d 84 ae 1f e5 1e 8a 6a
DEBUG: d2 5e 49 c8 a5 2f b3 fd 79 e7 86 2e cc 0a b2 15
DEBUG: HandShake: Type Answer : 03
DEBUG: HandShake: Server Uptime : 927350893
DEBUG: HandShake: FMS Version : 4.5.5.1
DEBUG: HandShake: Calculated digest key from secure key and server digest:
DEBUG: 38 21 97 ab a0 54 e6 0f b1 5d e9 b8 c5 59 32 fb
DEBUG: d4 c0 11 09 a9 c9 a7 05 12 6f 2c b0 b6 c3 64 c6
DEBUG: HandShake: Client signature calculated:
DEBUG: 6a 5d 94 73 61 04 f5 d6 03 ad 85 3a 95 a8 2b 0a
DEBUG: 32 f1 e5 4b c5 bf fd 4f bb 70 d4 3b fe 35 c1 4a
DEBUG: HandShake: Server sent signature:
DEBUG: 4f 1c 89 02 0b 9a ee b6 f4 d9 85 8b 89 11 ad 95
DEBUG: 60 1e 15 3c 4a 82 06 b6 d4 c5 2f 4f 5a 94 14 8f
DEBUG: HandShake: Digest key:
DEBUG: eb de 6d 41 87 af ed c0 5e e1 41 bf b3 43 fb 13
DEBUG: c2 ea 58 d1 ad 57 a1 65 36 7c 84 0e c6 c6 32 f2
DEBUG: HandShake: Signature calculated:
DEBUG: 4f 1c 89 02 0b 9a ee b6 f4 d9 85 8b 89 11 ad 95
DEBUG: 60 1e 15 3c 4a 82 06 b6 d4 c5 2f 4f 5a 94 14 8f
DEBUG: HandShake: Genuine Adobe Flash Media Server
DEBUG: HandShake: Handshaking finished....
DEBUG: RTMP_Connect1, handshaked
DEBUG: Invoking connect
INFO: Connected...
DEBUG: RTMPSockBuf_Fill, recv returned -1. GetSockError(): 11 (Resource temporarily unavailable)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
DEBUG: Closing connection.
This code you posted you got from my link/code? Where did you get that? Because if you did, i need to know where did you get that to learn how to change it because i want to record other videos from that site.

Last edited by claudiogc : 12-21-2014 at 10:40 AM.
Reply With Quote