From 67ec5a34e7bc8f99adda07a396cc300b4fd6c662 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Sat, 12 Nov 2022 05:28:08 -0800 Subject: [PATCH] video-setup: restart hint --- lib/Command/VideoSetup.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Command/VideoSetup.php b/lib/Command/VideoSetup.php index c84960dd..57f9cf4d 100644 --- a/lib/Command/VideoSetup.php +++ b/lib/Command/VideoSetup.php @@ -129,6 +129,7 @@ class VideoSetup extends Command $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)");