Skip to content

Enable screensaver #93

Answered by adrg
sebycarta asked this question in Q&A
Jan 20, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @sebycarta,

You can try adding the --no-disable-screensaver option when you are initializing the library.

if err := vlc.Init("--no-disable-screensaver"); err != nil {
	log.Fatal(err)
}
defer vlc.Release()

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sebycarta
Comment options

Answer selected by sebycarta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants