Triode wrote: 
> I'm interested if this server causes the large chunk size message as
> below + the greater than 63 message?  I don't understand the chunk size
> one as this is resetting the fragmentation size to something which looks
> large but random..  >63 is a not implemented yet feature of my code, but
> it could be caused by miss parsing the previous responses?
> 
> > 
Code:
--------------------
  >   > 
  > [13-07-27 22:02:35.4434] Plugins::BBCiPlayer::RTMP::__ANON__ (595) message 
type 1 - set recv chunk size to 222630610
  > 
--------------------
> > 

If I read spec correctly, chunk size has a max size of 65535 (sent in 4
bytes) so I've got a feeling the problem may be message decoding
(possibly encoding if it is a BBC fault) as I have also seen a window
acksize error message associated with the ">63" error which also seems
too large for an ack window which is "normally" 125000

Code:
--------------------
    
  [13-07-29 09:01:14.2888] Plugins::BBCiPlayer::RTMP::__ANON__ (671) message 
type 5 - window ack size: 62161839 - ignore
  
--------------------


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=99133

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to