Hello!
Thanks for making this :)
Can i have some help?
if i do
/usr/local/bin/cpiped -D /tmp/snapfifo
it works for a few hours, but if i use the init.d script, it just says
systemd[1]: Starting LSB: Captures sound card audio and outputs to a pipe...
cpiped[7706]: Starting up.
systemd[1]: Started LSB: Captures sound card audio and outputs to a pipe.
cpiped[7700]: ALSA lib pcm_dsnoop.c:618:(snd_pcm_dsnoop_open) unable to open slave
cpiped[7707]: Unable to open pcm device: No such file or directory
cpiped[7707]: Stopping due to error.
this is the cpiped config file
PATH=/sbin:/usr/sbin:/bin:/usr/bin
DESC="Audio capture to a pipe" # Introduce a short description here
NAME=cpiped # Introduce the short server's name here
DAEMON=/usr/local/bin/cpiped # Introduce the server's location here
DAEMON_ARGS="-D /tmp/snapfifo" # Edit this!
PIDFILE=/var/run/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME
Hello!
Thanks for making this :)
Can i have some help?
if i do
/usr/local/bin/cpiped -D /tmp/snapfifoit works for a few hours, but if i use the init.d script, it just says
this is the cpiped config file