Kodi Community Forum
VDR VNSI - VNSI don't recognize disconnect - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136)
+---- Thread: VDR VNSI - VNSI don't recognize disconnect (/showthread.php?tid=93243)



VDR VNSI - VNSI don't recognize disconnect - Raptor 2101 - 2011-02-05

In the current VDR-VNSI build, the server isn't aware of a disconnecting client.

If a watching a channel an switch between channels all works fine. But stopping a channel causes vdr exceed 80% CPU time and need to be killed manualy...

the log is flooded with following messages:
Code:
[17356] VNSI: cxSocket::read: EINTR/EAGAIN during read(), retrying
[17357] VNSI-Error: cxSocket::write: write() error

the 17357-Thead is the "void cLiveStreamer::Action(void)" thread. For any Reason "Running()" returns true all the time. I guess the same for the Read-Message.

btw i think we need a separate vdr-subforum Wink


- Raptor 2101 - 2011-02-05

patch submitted