the fader tag length must be limited
This commit is contained in:
parent
b2bdcce5ea
commit
35c01b1b1f
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ echo "Using USB audio device: ${ADEVICE}"
|
|||
|
||||
# write Jamulus ini file for setting the client name
|
||||
JAMULUSINIFILE="Jamulus.ini"
|
||||
NAME64=$(echo -n "Raspi $(hostname)"|base64)
|
||||
NAME64=$(echo -n "Raspi $(hostname)"|cut -c -15|base64)
|
||||
echo -e "<client>\n <name_base64>${NAME64}</name_base64>\n</client>" > ${JAMULUSINIFILE}
|
||||
|
||||
# start Jack2 and Jamulus in headless mode
|
||||
|
|
Loading…
Reference in a new issue