remove alsa

This commit is contained in:
mykola2312 2025-08-23 16:27:49 +03:00
parent 2065bf2dca
commit 257aae83bc

View file

@ -33,7 +33,6 @@ func NewMPV(streamUrl string, socketPath string) MPV {
cmd: exec.Command("mpv",
"--vo=gpu",
"--hwdec=vaapi",
"--ao=alsa",
fmt.Sprintf("--input-ipc-server=%s", socketPath),
streamUrl),
socketPath: socketPath,