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

2018-08-19 Thread Romain Beauxis
Any more info with `set("log.level",5)`? -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/savonet/liquidsoap/issues/511#issuecomment-414204988-- Check

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

2018-08-19 Thread dromer
@toots same result btw. after some time LS just sits idle and unresponsive. Some log: ```2018/08/20 01:50:41 [random(dot)pl:3] Finished with "/media/video/random/somevid.mp4". 2018/08/20 01:50:41 [decoder:3] Method "GSTREAMER" accepted "/media/video/random/anothervid.webm". 2018/08/20 01:50:41

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

2018-08-19 Thread dromer
It means that we're working on fixing a particular problem right now. Hold your horses with your list of requests. There can be other reports on this. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub:

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

2018-08-19 Thread p····· g·······
does this huge onset of latest development mean that we're also about to have a win32 build without a memory leak, long file skipping issues and with properly working terminal?! cheers, p -- Check out the vibrant tech

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

2018-08-19 Thread dromer
Ok it's running (updated all repos and submodules). Lets see how long it lasts :D -- 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-19 Thread Romain Beauxis
Ok, you might want to test again (I know!) with the latest code. I've made more changes to handle message bus differently. It still looks stable on my end (including with your code). -- 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] Confused about Liquidsoap (#602)

2018-08-19 Thread Lars Kruse
> At line 1, char 9-8: the variable test.liq used here has not been previously > defined. This error message does not seem to correspond to the script, that you posted above, since your example script does not contain the string `test.liq`. Anyway: you need to be aware, that liquidsoap is more

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

2018-08-19 Thread alexnya
Ok I changed the first line in test.liq to source = single("/etc/liquidsoap/test.avi") and now I'm getting this message: At line 1, char 9-8: the variable test.liq used here has not been previously defined. -- You are receiving this because you are subscribed to this thread. Reply to this

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

2018-08-19 Thread Romain Beauxis
Any logs? Make sure you set `set("log.level",5)` -- 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-19 Thread dromer
ok not sure what happened but I'm no longer getting output from LS. process is still running and using memory. no cpu usage whatsoever. can't do a ```ctrl+c``` either (I updated ocaml-duppy so this did work again) -- You are receiving this because you are subscribed to this thread. Reply to

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

2018-08-19 Thread Gilou
I sent ^C to no avail, then ^Z to get control of the shell. I'm running a trimmed version of the script, something still makes it barf, but it could be many things... And I'm running from git master of each of the components. -- You are receiving this because you are subscribed to this thread.

Re: [Savonet-users] Subscribed, now can't mute threads or un-subscribe

2018-08-19 Thread Romain Beauxis
Hi Andy, I understand. I subscribed the mailing list the issues notifications from GitHub because a lot of the conversations there were redundant and/or of interest for the mailing list. One thing you could do to reduce your incoming traffic is to receive updates in digest form. There should be

[Savonet-users] Subscribed, now can't mute threads or un-subscribe

2018-08-19 Thread Andy Courcier
Hi, I registered to the users list so that I could watch one particular subject. I am now getting dozens of emails from unrelated threads. The mute thread link in the emails does not work, how do I either mute unrelated threads or un-subscribe from the list? Regards, Andy.

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

2018-08-19 Thread dromer
Can you try your test-script but with my videoconvert and audioconvert settings? that's: ``` video_pipeline= "videoconvert ! x264enc bitrate=2000 ! video/x-h264,profile=baseline ! queue ! mux.", audio_pipeline= "audioconvert ! voaacenc bitrate=44100 ! queue ! mux.", ```

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

2018-08-19 Thread dromer
Yes I have it running with my original playlists and queues. Will let in run for a while to see what happens to the memory :) What I can tell so far is that when running ```output(dot)gstreamer.skip``` that the memory only changes per video (higher or lower), but doesn't actually keep

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

2018-08-19 Thread Romain Beauxis
On this note, if it froze while shutting down, make sure you have the latest `liquidsoap` and `ocml-duppy`. I did put in some fixes for this yesterday. -- 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-19 Thread Romain Beauxis
You need to update `ocaml-duppy` to fix this, these are changes I pushed yesterday :-) Good news about the script. If I test yours it fails because there's no `rtmp` server to connect to. Gonna see if I can get a better logging for gstreamer. Can you let it run for a while and report? Memory

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

2018-08-19 Thread dromer
Ok, I'm not trying (debian stable gstreamer) with your output stage (except with the rtmpsink) and it works! So the only difference is the ```videoconvert``` and ```audioconvert``` parts. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view

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

2018-08-19 Thread Romain Beauxis
@gilou, do you have the logs? I see `cleanup_threads` being called, was the script frozen while shutting down? -- 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-19 Thread dromer
This, which is like the minimum I want to be able to run (can of course make a more minimal version) ``` set("server.telnet.bind_addr", "127.0.0.1") set("server.telnet.port", 1234) set("server.telnet", true) set("log.file.path", "/media/log/playvideo.log") set("frame.video.width", 888)

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

2018-08-19 Thread Romain Beauxis
What's your test script? -- 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-414127816--

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

2018-08-19 Thread dromer
(with latest current sources same result btw) -- 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-19 Thread dromer
Is that with gstreamer ```1.10.4``` or ```1.14.2``` ? btw I was missing a bunch of plugins and dependencies on my manual compile of ```1.14.2``` but even when all those where resolved I got ``` ... 2018/08/18 14:17:31 [output(dot)gstreamer:1] Got ill-balanced activations (from

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

2018-08-19 Thread Gilou
If you have a relative path like test.avi, it looks for it in the directory you run liquidsoap from, not necessarily the one where the script is. Also make sure the video is in a supported format. -- You are receiving this because you are subscribed to this thread. Reply to this email directly

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

2018-08-19 Thread Gilou
It froze again using master for mm, duppy, faad and liq... maybe something is inconsistent, here's the bt: [bt.txt](https://github.com/savonet/liquidsoap/files/2300163/bt.txt) , though on a complex script, I'm back to running the simpler version, once I've also upgraded the other plugins to