View Single Post
  #29  
Old 02-09-2015, 05:29 PM
kaisho kaisho is offline
Junior Member
 
Join Date: Oct 2014
Posts: 8
kaisho is on a distinguished road
Default

Re: Dump of mips required


Quote:
Originally Posted by biezom View Post
sometimes on linux you need write
Code:
--token '%prqbrt(nKa@#.'
so ' ' and not " "
surely special characters
Hi Biezom

Putting the token into single quote does the same thing. No change.

However, I've noticed if I dont give any token at all or give the right token, I get AuthorizationFailed error. But if I put a wrong token(change some character) its a different error:

Code:
DEBUG2:   0000:  02 00 0c 63 72 65 61 74  65 53 74 72 65 61 6d 00   ...createStream.  
DEBUG2:   0010:  40 00 00 00 00 00 00 00  05                        @........         
DEBUG: Invoking createStream
DEBUG2: RTMP_ReadPacket: fd=4
DEBUG: Socket closed by server, nBytes: 0
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
DEBUG: Closing connection.
Reply With Quote