I'm trying to capture this video from the vh1 website: _http://vh1.com/video/celebrity-rehab-5/full-episodes/intake/1666117/playlist.jhtml
I'm getting errors with rtmpdump, that I can't figure out:
Code:
$ ./rtmpdump -r "rtmpe://viacomvh1strmfs.fplive.net/viacomvh1strm/gsp.vhonecomstor/vh1.com/shows/celebrity_rehab_5/vh_celebrehab_501_rt242435_open_640x480_1600_m30.mp4"
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close
with debug enabled:
Code:
$ ./rtmpdump -r "rtmpe://viacomvh1strmfs.fplive.net/viacomvh1strm/gsp.vhonecomstor/vh1.com/shows/celebrity_rehab_5/vh_celebrehab_501_rt242435_open_640x480_1600_m30.mp4" -V
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
DEBUG: Protocol : RTMPE
DEBUG: Hostname : viacomvh1strmfs.fplive.net
DEBUG: Port : 1935
DEBUG: Playpath : mp4:vh1.com/shows/celebrity_rehab_5/vh_celebrehab_501_rt242435_open_640x480_1600_m30
DEBUG: tcUrl : rtmpe://viacomvh1strmfs.fplive.net:1935/viacomvh1strm/gsp.vhonecomstor
DEBUG: app : viacomvh1strm/gsp.vhonecomstor
DEBUG: live : no
DEBUG: timeout : 30 sec
DEBUG: Setting buffer time to: 36000000ms
Connecting ...
DEBUG: RTMP_Connect1, ... connected, handshaking
DEBUG: HandShake: Client type: 06
DEBUG: HandShake: DH pubkey position: 472
DEBUG: HandShake: Client digest offset: 1383
DEBUG: HandShake: Initial client digest:
DEBUG: b1 e2 bf 70 6e a0 0b f2 c3 cd 70 e0 0e 3e b5 b6
DEBUG: 1d e0 14 50 12 d6 b0 67 ee f1 e8 77 93 f4 c1 b1
DEBUG: HandShake: Type Answer : 06
DEBUG: HandShake: Server Uptime : 2140879707
DEBUG: HandShake: FMS Version : 3.5.6.1
DEBUG: HandShake: Server DH public key offset: 335
DEBUG: HandShake: Secret key:
DEBUG: fa e1 86 80 64 54 8e 3e 35 78 10 e1 a5 73 b0 03
DEBUG: be 01 51 89 34 ba 9a 7a 6d db 7d 32 ff 16 1e b9
DEBUG: 17 08 9d 07 c3 7e 8b d7 65 f5 0d 53 25 fc 1e 42
DEBUG: 5e 64 37 05 7d 4c c9 f6 10 7e 59 69 cc db 51 14
DEBUG: 22 21 bb 76 92 23 e1 13 d4 2c 01 d4 3f 92 59 62
DEBUG: cb 7a 8f 07 0f 26 6d 35 a9 70 56 e2 cc 66 d2 bb
DEBUG: 08 b3 40 0b c3 da 97 6e 66 c4 01 11 f9 80 c9 e7
DEBUG: f8 6e e0 1e ff 60 4b 85 aa 38 10 37 4e 0f 30 34
DEBUG: RC4 Out Key:
DEBUG: af d1 d8 0e 15 14 d5 b0 76 40 80 1d 27 61 a6 9b
DEBUG: RC4 In Key:
DEBUG: 6f 75 e9 90 bd 18 f0 83 32 b9 3f 5d 6c 4c cd 71
DEBUG: HandShake: Calculated digest key from secure key and server digest:
DEBUG: e4 9e 55 e5 0d 5b 8e 5d 95 db c6 d5 b5 76 d7 74
DEBUG: 7b ae 63 e0 10 f2 7a 88 74 4a b2 5b 6b 53 b0 5e
DEBUG: HandShake: Client signature calculated:
DEBUG: 42 cc c3 d4 77 87 cb 2e f7 dd 34 0c 21 6a 1e 91
DEBUG: 7f 50 3c f1 f8 0e ac 1f 1a 4e 6a f2 fc be 94 ee
DEBUG: HandShake: Server sent signature:
DEBUG: c8 49 a4 99 5d 36 95 3a 77 02 78 17 77 27 fc bb
DEBUG: de b3 33 7d 6f 17 31 0d 98 00 05 2f a4 9e 1b 46
DEBUG: HandShake: Digest key:
DEBUG: ac 6d e0 5c 3d 0b 60 7b bc ff 0a 05 a3 84 cd f0
DEBUG: 54 4c 91 ff 72 73 f4 e2 ed 30 23 b6 20 f8 40 f7
DEBUG: HandShake: Signature calculated:
DEBUG: c8 49 a4 99 5d 36 95 3a 77 02 78 17 77 27 fc bb
DEBUG: de b3 33 7d 6f 17 31 0d 98 00 05 2f a4 9e 1b 46
DEBUG: HandShake: Genuine Adobe Flash Media Server
DEBUG: HandShake: Handshaking finished....
DEBUG: RTMP_Connect1, handshaked
DEBUG: Invoking connect
INFO: Connected...
DEBUG: RTMP_ClientPacket, received: invoke 165 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.>
DEBUG: Property: <Name: description, STRING: [ Server.Reject ] : Connection failed.>
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.
Any ideas?
I'm using the latest version of rtmpdump from svn. I also tried with rtmpsrv, which gave me extra parameters for rtmpdump, but the same error occured.