Hi all,

I just started using Liquidsoap, and the following is based on an example I've found online. Can someone tell me why its not working?


#!/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,

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