Skip to content

Commit

Permalink
video-setup: restart hint
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed Nov 12, 2022
1 parent fff0470 commit 67ec5a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Command/VideoSetup.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
$this->config->setSystemValue('memories.transcoder', $goVodPath);
$this->config->setSystemValue('memories.no_transcode', false);
$output->writeln('Transcoding and HLS are now enabled! Monitor the output at /tmp/go-vod.log for any errors');
$output->writeln('Restart the Nextcloud server for changes to take effect');

// Check for VAAPI
$output->writeln("\nChecking for QSV (/dev/dri/renderD128)");
Expand Down

0 comments on commit 67ec5a3

Please sign in to comment.