We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00afb40 commit 8de41faCopy full SHA for 8de41fa
src/Server/Context.php
@@ -74,7 +74,7 @@ public function getStreamForChannelServiceId(int $channelServiceId): ReadableStr
74
throw new DvbException("Can't start a new process: maximum number of running process reached ({$this->maxProcessAllowed})");
75
}
76
77
- $processLine = "exec dvbv5-zap -c {$channelsFile} -v --lna=-1 '{$channelDescriptor[0]}' -P -o -";
+ $processLine = "exec dvbv5-zap -c {$channelsFile} -v --lna=-1 '{$channelDescriptor[0]}' -o -";
78
$this->logger->debug($processLine);
79
80
$this->processesByChannelId[$channelServiceId] = new Process($processLine);
0 commit comments