You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Start a slideshow with, say, more than 100 photos
or
1. Select "All songs" in a genre with a lot of albums. (more than 100-200 songs
will do it.
What is the expected output? What do you see instead?
Expect the module to continue processing but instead it hangs or reports
overflows.
For example, when a slideshow is started Xbmc sends out a message for each
photo that is in the folder. Each message is about 200 bytes so in less than a
second the Crestron processor receives 20kb for a folder of 100 images. That is
not a lot in the real world but it is more than the TCP/IP stack on my AV2 can
handle. The socket enters a conflicted state and stops receiving or processing
data.
Workaround:
Pulse XBMC_Reconnect to drop the socket connection and re-connect. I have tried
coding this in SIMPL+ but not got it to work yet.
Original issue reported on code.google.com by [email protected] on 18 Dec 2013 at 11:08
The text was updated successfully, but these errors were encountered:
This problem should not happen with a 3-series processor because of their
greater ability to handle large amounts of data in the TCP/IP buffer and
quicker processing speed.
Original issue reported on code.google.com by
[email protected]
on 18 Dec 2013 at 11:08The text was updated successfully, but these errors were encountered: