Changed file name, now also using /run instead of /tmp
Changed the file name since its supposed to be in the binary directory Moved virtual microphone to /run since thats where those kinds of things go
This commit is contained in:
parent
f6559760b8
commit
7290d6f6e7
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ LOOPBACK=true
|
||||||
VIDEO=true
|
VIDEO=true
|
||||||
AUDIO=true
|
AUDIO=true
|
||||||
VIDEODEVICE=/dev/video0
|
VIDEODEVICE=/dev/video0
|
||||||
AUDIODEVICE=/tmp/virtmic
|
AUDIODEVICE=/run/user/$UID/virtmic
|
||||||
BUFFERFILE=/tmp/virtplay
|
BUFFERFILE=/tmp/virtplay
|
||||||
FFMPEGOPTIONS=""
|
FFMPEGOPTIONS=""
|
||||||
|
|
Loading…
Reference in a new issue