View Single Post
  #7  
Old 04-15-2013, 12:43 PM
bentzi bentzi is offline
Junior Member
 
Join Date: Mar 2013
Posts: 8
bentzi is on a distinguished road
Question

RTMPDUMP returns wrong AMF calculation


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
Reply With Quote