summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorFrank Schmirler <vdr@schmirler.de>2011-04-11 13:56:49 +0200
committerFrank Schmirler <vdr@schmirler.de>2011-04-11 13:56:49 +0200
commit19e8cf2a286bb56c0b10eb12859c8c5feeff8ce9 (patch)
treeb9b0aa627bcb678a3aa82171ff4c94e28422ccab /HISTORY
parent17bb6390f9883a1f029ffe4caaa4cc130fcb8b7a (diff)
downloadvdr-plugin-streamdev-19e8cf2a286bb56c0b10eb12859c8c5feeff8ce9.tar.gz
vdr-plugin-streamdev-19e8cf2a286bb56c0b10eb12859c8c5feeff8ce9.tar.bz2
writer must not spend too much time waiting in select() without checking
if the thread has been cancelled. Delayed the streamdev main thread for up to 3 seconds. As the command timeou of VTP connections is 1.5 seconds, one hanging connection could have caused VTP connections to die.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 35f9f39..917ceda 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,8 @@
VDR Plugin 'streamdev' Revision History
---------------------------------------
+- writer must not spend too much time waiting in select() without checking
+ if the thread has been cancelled
- added Spanish translation (thanks to Javier Bradineras)
- live TV must be switched in VDR main thread
- dropped compatibility with VDR < 1.5.16