ShayBox / Mon2Cam

Workaround for multi-monitor Discord screensharing
MIT License
337 stars 33 forks source link

No such file or directory (let p = Deno.run({...) #70

Closed BenjaminCB closed 3 years ago

BenjaminCB commented 3 years ago

When i try to run the program u just get an error message, that deno can not be found. I have tried different install methods for both mon2cam and deno, but none seem to work. bug_report

ShayBox commented 3 years ago

Do you have sudo and modprobe available as commands?

BenjaminCB commented 3 years ago

Had some other problems with v4l2loopback, which needed sorting as well. But changing, to doas instead of sudo on line 22 and 24 in mod.ts, seems to have done the trick. I think adding support for doas, would be a nice addition.