[Savonet-users] [savonet/liquidsoap] Confused about Liquidsoap (#602)

2018-08-17 Thread alexnya
I'm a little confused about using liquidsoap. Can anyone explain to me how to use it to stream video to my Icecast server? Also is there a web interface for Liquidsoap? Thank you. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

Re: [Savonet-users] [savonet/liquidsoap] GStreamer Memory Leak (#511)

2018-08-17 Thread dromer
Hmm, I just built and installed gstreamer ```1.14.2``` and LS crashes: ``` $ liquidsoap test.liq 2018/08/18 01:02:43 >>> LOG START 2018/08/18 01:02:43 [main:3] Liquidsoap

Re: [Savonet-users] [savonet/liquidsoap] GStreamer Memory Leak (#511)

2018-08-17 Thread Romain Beauxis
I can reproduce, looks like it goes away with `1.14.2`. I've posted it on their mailing list. I still memory growing, tho, just at a much slower pace. Will keep investigating.. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

Re: [Savonet-users] [savonet/liquidsoap] GStreamer Memory Leak (#511)

2018-08-17 Thread dromer
Ok, it 'seems' stable, but it's not actually playing any video. Memory usage is super low (way lower than I would expect minimum to be). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] GStreamer Memory Leak (#511)

2018-08-17 Thread Romain Beauxis
My bad! Try again? :-) -- 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/511#issuecomment-413915618--

Re: [Savonet-users] [savonet/liquidsoap] GStreamer Memory Leak (#511)

2018-08-17 Thread Romain Beauxis
Ok, thanks. I've reverted some of the recent changes. Mind trying again the latest code? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] GStreamer Memory Leak (#511)

2018-08-17 Thread dromer
And then: ``` (gdb) continue Continuing. Thread 36 "liquidsoap" received signal SIGSEGV, Segmentation fault. __memmove_avx_unaligned_erms () at ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:242 242 in ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S ``` -- You are

Re: [Savonet-users] [savonet/liquidsoap] GStreamer Memory Leak (#511)

2018-08-17 Thread Romain Beauxis
``` % gdb /path/to/liquidsoap > r (program crashes) > 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:

Re: [Savonet-users] [savonet/liquidsoap] GStreamer Memory Leak (#511)

2018-08-17 Thread Romain Beauxis
Backtrack? I've tested with `Gstreamer 1.14.2` on Debian unstable/testing.. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Falls stream, with the process still running (#596)

2018-08-17 Thread Andrey Kondalov
@gilou https://github.com/savonet/liquidsoap/issues/596#issuecomment-413791450 Try this branch [smartcross-cleanup](https://github.com/savonet/liquidsoap/tree/smartcross-cleanup). With the latest changes, the stream does not seem to fall any more. (But I'm not testing on mp3, it's a good reason

[Savonet-users] New setup advice for live broadcasting

2018-08-17 Thread Robert Fitzpatrick via Savonet-users
I am new to Liquidsoap, actually very new to Icecast2 and broadcasting period. I've played with on a test server with playlists only and live production a few months now in a very limited way and I like the advanced features and I've played with some on my test server. I am a Linux

Re: [Savonet-users] [savonet/liquidsoap] Falls stream, with the process still running (#596)

2018-08-17 Thread Gilles Pietri
OK, happened again, so icecast output goes down, liq stops outputting on stdout, doesn't respond to ^C. server socket is still connected (no timeout), and tells: ``` uptime 0d 12h 39m 28s END request.alive 8 9 10 0 7 request.on_air 7 END request.trace 7 [2018/08/17 01:03:22] Pushed

Re: [Savonet-users] [savonet/liquidsoap] GStreamer Memory Leak (#511)

2018-08-17 Thread dromer
Full log with just a single test file: ``` $ liquidsoap test.liq [0/1992] 2018/08/17 09:55:50 >>> LOG START

Re: [Savonet-users] [savonet/liquidsoap] GStreamer Memory Leak (#511)

2018-08-17 Thread dromer
Ok, pulled latest ocaml-gstreamer and liquidsoap. Reinstalling both .. segfault :( -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: