Hi there, thx for your great product! - we tried to install the new version as an win-service and now your liq file doesn't work (--> we us a %aacplus output) and the first error we got is:
C:\Liquidsoap\liquidsoap>liquidsoap.exe AAC.liq
At C:\Liquidsoap\liquidsoap/libs/utils.liq, line 606, char 25:
the variable file.watch used here has not been previously defined.
We see, you changed the utils lib and if we replace it with the utils-liq
version before (1.0.1)
we got:
C:\Liquidsoap\liquidsoap>liquidsoap.exe AAC.liq
At C:\Liquidsoap\liquidsoap/libs/video.liq, line 55, char 57:
the variable max_int used here has not been previously defined.
our .liq File (AAC.liq):
#_________________________________________________________________
# An output to the local soundcard
#output.ao(fallible=true,s)
#AACP Mount versorgen
s = input.http("http://xxx.xxx.xxx.xxx:8060")
output.icecast(
%aacplus(channels=2, samplerate=44100, bitrate=32),
fallible=true,
mount="live.aac",
host="localhost", port=8060, user="xxxx", password="xxxxxx",
s)
#Mp3 Mount versorgen
s1 = input.http("http://xx.xxx.xxx.xxx/mount.mp3")
output.icecast(
%mp3(bitrate=32, samplerate=22050, stereo=false),
fallible=true,
mount="live.mp3",
host="localhost", port=8060, user="xxxx", password="xxxxxx",
s1)
#_________________________________________________________________
Maybe you could give us some Infos ;)
with kind regards
Markus
<http://www.lounge.fm/> Beschreibung: Untitled-2
WIEN 103.2 LINZ 102.0 WELS 95.8 STEYR 99.4 GMUNDEN 90.6
KLAGENFURT 93.4
Markus Troissner
Technik
Livetunes Network GmbH. Schadekgasse 5/DG. 1060 Wien.
Entspannungsfunk Gesellschaft mbH. Peter-Behrens-Platz 10. Tabakfabrik.
4020 Linz.
T: +43 660 1984022
F: +43 720 31610294
[email protected] <mailto:%[email protected]>
www.lounge.fm <http://www.lounge.fm/>
<http://tedxlinz.at/>
<<image001.png>>
<<image002.jpg>>
------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. A cloud service to automate IT design, transition and operations 2. Dashboards that offer high-level views of enterprise services 3. A single system of record for all IT processes http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
