--- vdr-plugin-streamdev/client/device.c~	2018-10-06 11:22:48.000000000 +0200
+++ vdr-plugin-streamdev/client/device.c	2018-10-08 19:00:49.652282546 +0200
@@ -188,7 +188,7 @@
 
 bool cStreamdevDevice::SetPid(cPidHandle *Handle, int Type, bool On) {
 	Dprintf("SetPid, Pid=%d, Type=%d, On=%d, used=%d\n", Handle->pid, Type, On, Handle->used);
-	LOCK_THREAD;
+	//LOCK_THREAD;
 
 	bool res = true; 
 	if (Handle->pid && (On || !Handle->used)) {
