Skip to content

Commit

Permalink
Don't pass all MPEG TS PIDs for initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
phpbg committed Jan 30, 2019
1 parent 00afb40 commit 8de41fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Server/Context.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function getStreamForChannelServiceId(int $channelServiceId): ReadableStr
throw new DvbException("Can't start a new process: maximum number of running process reached ({$this->maxProcessAllowed})");
}

$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 -";
$this->logger->debug($processLine);

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

0 comments on commit 8de41fa

Please sign in to comment.