Re: [Savonet-users] [savonet/liquidsoap] Telnet is not working properly (#610)

2018-08-24 Thread Nicholas Vrtis
Just to add some information.. I had a problem when trying to connect a
node based telenet client to Liquidsoap.  This was on a Raspberry Pi, so it
was completely Linux.  I seem to remember that it had something to do with
the initial handshake and line endings, and/or the initial prompt.  I hope
I left some trails to where I modified the node client to get it to work.

I didn't have any problems connecting to it from a Windows machine running
PUTTY.. but that's a pretty forgiving program.

Nick

On Fri, Aug 24, 2018 at 11:43 AM Romain Beauxis 
wrote:

> BTW, working on a new windows build for the upcoming release. Hopefully it
> should behave better..
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> ,
> or mute the thread
> 
> .
>
> --
> 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
>
--
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


Re: [Savonet-users] [savonet/liquidsoap] is pipe() broken in master? (#607)

2018-08-24 Thread Romain Beauxis
@griffon56 any chance you'd be able to test it with the latest code? I'd love 
to see if this is fixed for the upcoming release.

-- 
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/607#issuecomment-415802523--
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


Re: [Savonet-users] [savonet/liquidsoap] Liquidsoap freezes on a complex script (#609)

2018-08-24 Thread Romain Beauxis
@gilou, thanks for reporting this. You're on the latest code right? It seems 
that the streaming thread is blocked but the other treads are still responding. 
One thing you can try is to get a `gdb` backtrace of the running process:
```
% gdb
> attach 
> thread apply all bt
```

-- 
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/609#issuecomment-415799600--
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


Re: [Savonet-users] [savonet/liquidsoap] Telnet is not working properly (#610)

2018-08-24 Thread Romain Beauxis
BTW, working on a new windows build for the upcoming release. Hopefully it 
should behave better..

-- 
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#issuecomment-415798768--
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


Re: [Savonet-users] [savonet/liquidsoap] Telnet is not working properly (#610)

2018-08-24 Thread Romain Beauxis
We've had weird reports on the `win32` build. I'm honestly completely at lost 
with what's going on. It's failing in ways that are beyond the mere semantics 
of the language. I know that @gilou has tested liquidsoap on windows. Maybe 
he's got more feedback.

-- 
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#issuecomment-415798692--
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


Re: [Savonet-users] [savonet/liquidsoap] Logging not working (#612)

2018-08-24 Thread Romain Beauxis
Thanks for reporting this. I've just pushed a change which should make 
`log.file` default to `true` when setting `log.file.path` to any value so you 
shouldn't have to set `log.file` to `true` in the above configuration.

-- 
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/612#issuecomment-415797788--
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


Re: [Savonet-users] [savonet/liquidsoap] Random playlists (#600)

2018-08-24 Thread Gilou
it's just a parameter to playlist(), it must return a boolean telling liq if it 
can let the track be played or skip it. I started writing one here: 
https://gist.github.com/gilou/43133d2619202791e153211471aff6a1#file-functions-liq-L26-L97
 that might be interesting.

-- 
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/600#issuecomment-415752538--
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


Re: [Savonet-users] [savonet/liquidsoap] Telnet is not working properly (#610)

2018-08-24 Thread EntityinArray
@dromer 
> Are you trying to connect from the same machine or a different machine?

it's same machine

-- 
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#issuecomment-415723240--
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


Re: [Savonet-users] [savonet/liquidsoap] Telnet is not working properly (#610)

2018-08-24 Thread dromer
Are you trying to connect from the same machine or a different machine?

-- 
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#issuecomment-415709396--
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


Re: [Savonet-users] [savonet/liquidsoap] Telnet is not working properly (#610)

2018-08-24 Thread EntityinArray
@dromer 
> Try this:
>
>set("server.telnet.bind_addr", "127.0.0.1")
>set("server.telnet.port", 1234)
>set("server.telnet", true)
>And use these address and port settings for your telnet client.

Didn't help, everything is same.

-- 
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#issuecomment-415691359--
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