Mon2Cam icon indicating copy to clipboard operation
Mon2Cam copied to clipboard

Wayland wr-recorder additional recording file

Open botiapa opened this issue 5 years ago • 2 comments

The wayland backend works, but currently creates a recording.mp4 in the working directory as well as outputs to /dev/videoX. I tried searching through the help page of it, but couldn't find a way to disable this.

Sorry for bothering you, but @brightcloudy, could lend a hand here please?

botiapa avatar Sep 09 '20 14:09 botiapa

I don't see a way to disable it, so maybe a feature request upstream, but there's the -f flag, we can just point it to /dev/null to void it

ShayBox avatar Sep 11 '20 03:09 ShayBox

Yeah, but if I'm not mistaken, we already use the -f flag to point to to the virtual cam device:

const commandLines = ["wf-recorder", "-x yuv420p", "-c rawvideo", "-m v4l2",`-f /dev/video${options.device}\`];

botiapa avatar Sep 11 '20 06:09 botiapa