Liquidsoap 1.3.3+scm running on Windows 8.1 x64

I was trying to make station interactable through Telnet server, but after i 
execute a command it says that no such command exists (even if i type "help" 
command that 100% exists) and then my connection to Telnet server times out.

Here's my station code:

    set("server.telnet",true)

    vol = interactive.float("volume",1.0)

    source = amplify(vol,mksafe(playlist("playlist.m3u")))

    output.icecast(%mp3,
        host = "coolgoga.hldns.ru", port = 8000,
        password = "xxx", mount = "entity",
        name="cool music", genre="cool", description="hmm",
        source
    )`

And here what happens when i try to interact through PuTTY telnet client:

https://i.imgur.com/PupBzyH.png
https://i.imgur.com/phgnbvl.png


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/610
------------------------------------------------------------------------------
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
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to