I am trying to specify a port as in:
/usr/local/bin/llcon-jamulus/Jamulus --server --nogui --log /var/log/jamulus/jamulus.log --fastupdate --multithreading --numchannels 10 --norecord --port 22124
and I am getting the error:
'--port' needs a numeric argument between 0 and 65535
Am I missing something or is it impossible to specify a port number?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to specify a port as in:
/usr/local/bin/llcon-jamulus/Jamulus --server --nogui --log /var/log/jamulus/jamulus.log --fastupdate --multithreading --numchannels 10 --norecord --port 22124
and I am getting the error:
'--port' needs a numeric argument between 0 and 65535
Am I missing something or is it impossible to specify a port number?
Sorry, I fixed it. It DOES work to go --port 22124. doh!