Stream multiplexer should restart after socket is closed

Issue #854 new
Petr Nejedly repo owner created an issue

It looks like some TVs send multiple requests for the streams and close the few first sockets. When this happens, we close the input stream (UniversalHttpServerConnection.closeEntitySttream()). This in turn breaks the pipe (see the log). At this point we should try to somehow re-connect the client to a new input stream.

More info: http://forum.serviio.org/viewtopic.php?f=5&t=18323

Comments (1)

  1. Log in to comment