Skip to content

Commit 8de41fa

Browse files
committed
Don't pass all MPEG TS PIDs for initial release
1 parent 00afb40 commit 8de41fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Server/Context.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function getStreamForChannelServiceId(int $channelServiceId): ReadableStr
7474
throw new DvbException("Can't start a new process: maximum number of running process reached ({$this->maxProcessAllowed})");
7575
}
7676

77-
$processLine = "exec dvbv5-zap -c {$channelsFile} -v --lna=-1 '{$channelDescriptor[0]}' -P -o -";
77+
$processLine = "exec dvbv5-zap -c {$channelsFile} -v --lna=-1 '{$channelDescriptor[0]}' -o -";
7878
$this->logger->debug($processLine);
7979

8080
$this->processesByChannelId[$channelServiceId] = new Process($processLine);

0 commit comments

Comments
 (0)