From ea0bc86de859e7b3eceb9ac37529b780a704a35d Mon Sep 17 00:00:00 2001 From: localhost_frssoft Date: Mon, 31 Oct 2022 11:32:45 +0300 Subject: [PATCH] Hardware decoding by default --- peertube-cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peertube-cli.sh b/peertube-cli.sh index 1bbe360..40cc078 100755 --- a/peertube-cli.sh +++ b/peertube-cli.sh @@ -6,7 +6,7 @@ torrent_enabled=$(jj -i config.json torrent_enabled) rpcport=9095 instance_hist='instance.hist' ordering='title' -default_player_command='mpv --network-timeout=30 --profile=low-latency' +default_player_command='mpv --hwdec --network-timeout=30 --profile=low-latency' instance_point="https://$instance/api/v1" default_curl_opt()