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", cmd: exec.Command("mpv",
"--vo=gpu", "--vo=gpu",
"--hwdec=vaapi", "--hwdec=vaapi",
"--ao=alsa",
fmt.Sprintf("--input-ipc-server=%s", socketPath), fmt.Sprintf("--input-ipc-server=%s", socketPath),
streamUrl), streamUrl),
socketPath: socketPath, socketPath: socketPath,