Hello,
does a regular method exist do stop a client which is started with:
Jamulus -n -M -j -i jamulus.ini -c #serverip# &
Or can I only kill the process?
Thank you
Walter
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can kill the process without any problems in that case. To reduce the possibility of any problems (very unlikely) you can do a kill -INT to shutdown cleanly.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
does a regular method exist do stop a client which is started with:
Jamulus -n -M -j -i jamulus.ini -c #serverip# &
Or can I only kill the process?
Thank you
Walter
Hi Walter,
You can kill the process without any problems in that case. To reduce the possibility of any problems (very unlikely) you can do a kill -INT to shutdown cleanly.
Thank you!