Hi, Romain!
I've downloaded fixed build, edited list.hd as per instructions and it kind of started working, but:

it doesn't offer track names (probably related with curl not working?)

it gives some notices in console (if i run it not as service):
strange error flushing buffer ...
strange error flushing buffer ...
strange error flushing buffer ...
strange error flushing buffer ...
strange error flushing buffer ...
strange error flushing buffer ...
strange error flushing buffer ...
strange error flushing buffer ...
Access is denied.

Access is denied is a strange one, if I run it as admin it doesn't give that, but i wonder what is it trying to do / doing ;)

Also, it crashes if ogg.flac output is enabled, my code is the following:

--
out3 = output.icecast(
%ogg(%flac(channels=2, compression=7, bits_per_sample=16)), host = "xx", port = 8000, password = "xx", mount = "xx", name = "radio.audiomastering.lt", description = "xx", genre = "3", url = "http://radio.audiomastering.lt";, fallible = true, encoding = "UTF-8",
  radio )
---
apparently it doesn't want to do ogg flac, changing 'compression' to 0 or whatever doesn't help.
crash log:

Problem Event Name:    APPCRASH
Application Name:    liquidsoap.exe
Application Version:    0.0.0.0
Application Timestamp:    5a2ea3c7
Fault Module Name:    liquidsoap.exe
Fault Module Version:    0.0.0.0
Fault Module Timestamp:    5a2ea3c7
Exception Code:    c0000005
Exception Offset:    004550f0
OS Version:    6.3.9600.2.0.0.400.8
Locale ID:    1063
Additional Information 1:    5861
Additional Information 2:    5861822e1919d7c014bbb064c64908b2
Additional Information 3:    dba6
Additional Information 4:    dba6f3f51243e7af8337f6bced10f1a2


so it's possible to get sound out of it already, but not track names and no lossless stream output.

regards,
p

-----Original Message----- From: Romain Beauxis
Date: 2017 m. gruodžio 11 d. 17:31
To: savonet-users
Subject: Re: [Savonet-users] Liquidsoap windows builds are back! / icecast doesn't work


Yes indeed, I forgot to enable it in the build.. I've uploaded a new .zip that has output.icecast now.

As for your script, the API for list.hd has changed, you should now do:
 list.hd(default="", ...)


As I was saying earlier, there's still some work to do to on this port, not sure it's ready for production just yet. However, early report like this one help speed up the process a lot!

Romain

------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to