Hi,
I have a functioning Liquidsoap install, which takes audio from JACK and sends 
it to an Icecast server. All works OK until I try to exit the Liquidsoap 
script. It then hangs. It appears that it is somehow not releasing the 
connection to JACK properly. I am not sure whether this is a problem with my 
Liquidsoap config or with JACK. Any advice on where to look would be 
appreciated!

My system is running Ubuntu 14.04. Liquidsoap v1.1.1(this was installed via apt 
- would a direct install of newer version help?)
Thanks!
Chris


This is the end part of the log file...
##################
2018/06/27 15:05:19 [frame:3] Using 44100Hz audio, 25Hz video, 44100Hz master.
2018/06/27 15:05:19 [frame:3] Frame size must be a multiple of 1764 ticks = 
1764 audio samples = 1 video samples.
2018/06/27 15:05:19 [frame:3] Targetting 'frame.duration': 0.04s = 1764 audio 
samples = 1764 ticks.
2018/06/27 15:05:19 [frame:3] Frames last 0.04s = 1764 audio samples = 1 video 
samples = 1764 ticks.
2018/06/27 15:05:19 [threads:3] Created thread "generic queue #1".
2018/06/27 15:05:19 [threads:3] Created thread "generic queue #2".
2018/06/27 15:05:19 [threads:3] Created thread "liquidsoap" (1 total).
2018/06/27 15:05:19 [/master:3] Connecting mount /master for 
USER@SERVERREMOVED...
2018/06/27 15:05:20 [/master:3] Connection setup was successful.
2018/06/27 15:05:20 [threads:3] Created thread "wallclock_bjack" (2 total).
2018/06/27 15:05:20 [clock.wallclock_bjack:3] Streaming loop starts, 
synchronized by active sources.
2018/06/27 15:05:20 [mksafe:3] Switch to liquidsoap.
2018/06/27 15:05:35 [main:3] Shutdown started!
2018/06/27 15:05:35 [main:3] Waiting for threads to terminate...
2018/06/27 15:05:35 [/master:3] Closing connection...
2018/06/27 15:05:35 [clock.wallclock_bjack:3] Streaming loop stopped.
2018/06/27 15:05:35 [threads:3] Thread "wallclock_bjack" terminated (1 
remaining).
##################

And my Liquidsoap script is currently a very simple
##############
i = input.jack(id="liquidsoap")
i=mksafe(i)
output.icecast(%mp3,mount="/master",host=“xxxxxxx",port=xxxx,password=“xxxxxx",user=“xxxxxxx",i)
#############

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to