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()