View Single Post
  #26  
Old 04-15-2013, 11:38 PM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: RTMPDUMP returns wrong AMF calculation


Quote:
Originally Posted by bentzi View Post
very weird problem: I'm using unofficial KSV version. on one of my boxes it doesnt work properly: I investigated and found that the server asks for an answer which on other boxes is calculated well, but on this box no... checked python, and there it calculates well
so, on this thing:
enc = AMF_EncodeNumber(enc, pend, exp(atan(sqrt(VerificationNumber))) + 1)

the "bad" box returns ((VerificationNumber) + 1)

any idea? I'm totally cluless

btw, it's a linux box
Post the full debug log (-V) on pastebin. if it works on everything else then it can't be code's problem.
Reply With Quote