We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa3ed4c commit 1cea41bCopy full SHA for 1cea41b
packages/streamwall/src/main/viewStateMachine.ts
@@ -142,6 +142,9 @@ const viewStateMachine = setup({
142
const wc = view.webContents
143
wc.audioMuted = true
144
145
+ // Force page visibility
146
+ wc.capturePage(undefined, { stayAwake: true })
147
+
148
if (/\.m3u8?$/.test(content.url)) {
149
loadHTML(wc, 'playHLS', { query: { src: content.url } })
150
} else {
0 commit comments