Hi all,

I'm really new to Liquidsoap and I pieced the following together using examples on the home page for it. Can someone tell me why I'm getting the errors that follows it?

#!/usr/bin/liquidsoap

myplaylist = playlist ("~/Music/FuMP/playlist.m3u")
myplaylist = fallback(track_sensitive = false)
output.icecast (%mp3, host = "stream.gridradio.live", port = 8000, password="password", 
mount="stream.mp3", myplaylist)

returns:


At line 5, char 120:
  this value has type
    (?id:_,?replay_metadata:_,?transitions:_,_)->_ (inferred at line 4, char 
22-46)
  but it should be a subtype of
    source(_)

Thank you in advance for your help!
Chris

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