On Fri, 16 Sep 2011 17:35:32 -0700
Juliana Reed <[email protected]> wrote:

> [root@djh liquidsoap-1.0.0-beta3-full]# liquidsoap
> 'output.icecast(%mp3,\host="localhost", port=8000, \password="PASSWORD,
> \mksafe(playlist("http://FTPUPLOADSPATH/playlist.m3u";)))'
> Line 1, char 21: Empty token!
> 
> why is it throwing out 'Empty token?' :s

Looks like you haven't closed the quote for your password, the rest of 
it seems OK, though the single quotes and backslashes are probably
not necessary.  

As a one-liner, this should be good:
liquidsoap output.icecast(%mp3, host="localhost", port=8000,  
password="PASSWORD", mksafe(playlist("http://FTPUPLOADSPATH/playlist.m3u";)))

-- 
======================================================================
       Joe Hartley - UNIX/network Consultant - [email protected]
 Without deviation from the norm, "progress" is not possible. - FZappa

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
http://p.sf.net/sfu/rim-devcon-copy2
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to