View Single Post
  #813  
Old 06-21-2012, 03:30 AM
Anywho Anywho is offline
Batch File Basher
 
Join Date: Jul 2010
Posts: 204
Anywho is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by Yansky View Post
I have two users that are having similar problems. RTMPDump seems to connect ok for them, but then they get an Access Denied error. The weird thing is it happens after the authentication handshake succeeds. I thought at first perhaps the authentication token might have become invalid or something, but the error seems to occur almost straight away.

Here's pastebins of the two users debug output:
http://pastebin.com/EshYh9R9
http://pastebin.com/WvMhbxZi

Can you guys see anything in there that might point to the problem?
The first one points to a non-existent program (torchwood s3e1).

Comparing the second one to mine shows the differences to mine (below), but may be different (?) with Hostworks vs Akamai :
Code:
DEBUG: Invoking connect
INFO: Connected...
DEBUG2: RTMP_ReadPacket: fd=132
DEBUG2:   0000:  02 00 00 00 00 00 04 05  00 00 00 00               ............      
DEBUG2:   0000:  00 26 25 a0                                        .&%.              
DEBUG: HandleServerBW: server BW = 2500000
DEBUG2: RTMP_ReadPacket: fd=132
DEBUG2:   0000:  02 00 00 00 00 00 05 06  00 00 00 00               ............      
DEBUG2:   0000:  00 26 25 a0 02                                     .&%..             
DEBUG: HandleClientBW: client BW = 2500000 2
DEBUG2: RTMP_ReadPacket: fd=132
DEBUG2:   0000:  02 00 00 00 00 00 03 04  00 00 00 00               ............      
DEBUG2:   0000:  00 1a 01                                           ...               
DEBUG: HandleCtrl, received ctrl. type: 26, len: 3
DEBUG: HandleCtrl, SWFVerification ping received: 
DEBUG: sending ctrl. type: 0x001b
DEBUG: Sending SWFVerification response: 
DEBUG: 00 1b 01 01 00 00 08 4a 00 00 08 4a 60 c7 35 ea
DEBUG: 6e e9 e9 4e 51 70 f9 10 75 01 87 5a 59 5b e2 36
DEBUG: a6 17 21 88 64 46 01 da c4 dd 9b 6a 
DEBUG2: RTMP_SendPacket: fd=132, size=44
DEBUG2:   0000:  42 00 00 00 00 00 2c 04                            B.....,.          
DEBUG2:   0000:  00 1b 01 01 00 00 08 4a  00 00 08 4a 60 c7 35 ea   .......J...J`.5.  
DEBUG2:   0010:  6e e9 e9 4e 51 70 f9 10  75 01 87 5a 59 5b e2 36   n..NQp..u..ZY[.6  
DEBUG2:   0020:  a6 17 21 88 64 46 01 da  c4 dd 9b 6a               ..!.dF.....j      
DEBUG2: RTMP_ReadPacket: fd=132
DEBUG2:   0000:  03 00 00 00 00 00 f2 14  00 00 00 00               ............      
DEBUG2:   0000:  02 00 07 5f 72 65 73 75  6c 74 00 3f f0 00 00 00   ..._result.?....  
DEBUG2:   0010:  00 00 00 03 00 06 66 6d  73 56 65 72 02 00 0e 46   ......fmsVer...F  
DEBUG2:   0020:  4d 53 2f 33 2c 35 2c 37  2c 37 30 30 39 00 0c 63   MS/3,5,7,7009..c  
DEBUG2:   0030:  61 70 61 62 69 6c 69 74  69 65 73 00 40 5f c0 00   apabilities.@_..  
DEBUG2:   0040:  00 00 00 00 00 04 6d 6f  64 65 00 3f f0 00 00 00   ......mode.?....  
DEBUG2:   0050:  00 00 00 00 00 09 03 00  05 6c 65 76 65 6c 02 00   .........level..  
DEBUG2:   0060:  06 73 74 61 74 75 73 00  04 63 6f 64 65 02 00 1d   .status..code...  
DEBUG2:   0070:  4e 65 74 43 6f 6e 6e 65  63 74 69 6f 6e 2e 43 6f   NetConnection.Co  
DEBUG2: RTMP_ReadPacket: fd=132
DEBUG2:   0000:  c3                                                 .                 
DEBUG2:   0000:  6e 6e 65 63 74 2e 53 75  63 63 65 73 73 00 0b 64   nnect.Success..d  
DEBUG2:   0010:  65 73 63 72 69 70 74 69  6f 6e 02 00 15 43 6f 6e   escription...Con  
DEBUG2:   0020:  6e 65 63 74 69 6f 6e 20  73 75 63 63 65 65 64 65   nection succeede  
DEBUG2:   0030:  64 2e 00 0e 6f 62 6a 65  63 74 45 6e 63 6f 64 69   d...objectEncodi  
DEBUG2:   0040:  6e 67 00 00 00 00 00 00  00 00 00 00 04 64 61 74   ng...........dat  
DEBUG2:   0050:  61 08 00 00 00 00 00 07  76 65 72 73 69 6f 6e 02   a.......version.  
DEBUG2:   0060:  00 0a 33 2c 35 2c 37 2c  37 30 30 39 00 00 09 00   ..3,5,7,7009....  
DEBUG2:   0070:  00 09                                              ..                
DEBUG: RTMP_ClientPacket, received: invoke 242 bytes
DEBUG: (object begin)
Reply With Quote