remove alsa
This commit is contained in:
parent
2065bf2dca
commit
257aae83bc
1 changed files with 0 additions and 1 deletions
1
main.go
1
main.go
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue