-
Hi all, |
Beta Was this translation helpful? Give feedback.
Answered by
adrg
Jan 23, 2023
Replies: 1 comment 1 reply
-
Hi @sebycarta, You can try adding the if err := vlc.Init("--no-disable-screensaver"); err != nil {
log.Fatal(err)
}
defer vlc.Release() |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sebycarta
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @sebycarta,
You can try adding the
--no-disable-screensaver
option when you are initializing the library.