Message queue too large; disconnect the client.
We have built a video conferencing solution in which we allow multiple attendees to share their cameras and mics. Additionally we have a custom Java app that publishing a ScreenSharing feed to the participants.
We're Using Adobe Media Server 5 and we’re running into issues where certain clients (seemingly sporadically) are disconnected from the session with a disconnect code of 416 in the Access logs.
According to the Adobe documentation, the 416 disconnect is the following:
disconnect
data_exceeded
416
Message queue too large; disconnect the client.
The interesting thing is, we don’t have message queueing enabled on our server (according to our Server.xml file ).
Is there some other queueing that this log could be referring to?
Are there any specific ways we can attempt to tweak this issue ?
Any help would be appreciated
PS -- The disconnects don't only happen with the ScreenSharing feed, but that's the only time that it consistently happens.
