Hello;

I have been working on trying to get Liquid Soap to run on a Windows 7 Pro
OS for the last 2 days.

Build From:
https://codeload.github.com/savonet/liquidsoapwin32/zip/1c6abf050bb2736b54b9
e083e1b0f906371adfa8

 

When I try to run from a command line I get this!

 

C:\Program Files\Savonet\Liquidsoap>Liquidsoap.exe .\test.lig

Line 1, char 2: Empty token!

 

Here is test.liq:

set("log.stdout",true)

set("log.file",false)

 

# Examples

 

# A playlist source with a smart crossfade

s = smart_crossfade(playlist("C:\Program
Files\Savonet\Liquidsoap\test.pls"))

#s = smart_crossfade(playlist("C:\Documents and
Settings\toots\Desktop\mp3"))

 

# A HTTP input

#s =
input.http("http://flows.liquidsoap.fm/radio/01dbfc6d2f3e50d6ba243e68c1ca469
b44babd1f/mp3/128k")

 

# An output to the local soundcard

output.ao(fallible=true,s)

 

# An output to a local file, encoding

# in ogg/vorbis+ogg/theora

#output.file(%ogg(%theora,%vorbis),

#            fallible=true,

#            "z:\tmp\output.ogv",

#            s)

 

# An icecast output in AAC+ format

#output.icecast(%aacplus(bitrate=32),

#              fallible=true,

#              mount="test",

#              s)

 

Any help would be GREATLY appreciated. 

Best

Joe Panarello

 

 

 

------------------------------------------------------------------------------
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