Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wayland wr-recorder additional recording file #43

Open
botiapa opened this issue Sep 9, 2020 · 2 comments
Open

Wayland wr-recorder additional recording file #43

botiapa opened this issue Sep 9, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@botiapa
Copy link
Collaborator

botiapa commented Sep 9, 2020

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 botiapa added the bug Something isn't working label Sep 9, 2020
@botiapa botiapa self-assigned this Sep 9, 2020
@ShayBox
Copy link
Owner

ShayBox commented Sep 11, 2020

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

@botiapa
Copy link
Collaborator Author

botiapa commented Sep 11, 2020

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}\`];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants