Skip to content

Commit 5827f0b

Browse files
committed
suppress window
1 parent 90e3b1c commit 5827f0b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/src/restream.rs

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ fn start_ffmpeg_listening(channel: Channel, restream_dir: PathBuf) -> Result<Chi
7676
.arg(playlist_dir)
7777
.stdout(Stdio::null())
7878
.stderr(Stdio::null())
79+
.stdin(Stdio::null())
7980
.spawn()?;
8081
Ok(child)
8182
}

0 commit comments

Comments
 (0)