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-22 Thread dromer
Try this:

```
set("server.telnet.bind_addr", "127.0.0.1")
set("server.telnet.port", 1234)
set("server.telnet", true)
```

-- 
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-415154699--
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] Gstreamer decode freezes (#608)

2018-08-21 Thread dromer
You mean it works with older gstreamer now too?

Imo it would be nice if we can get this working on debian stable.

-- 
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/608#issuecomment-414652326--
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] Gstreamer decode freezes (#608)

2018-08-21 Thread dromer
Ok I made a playlist with videos my setup can play and I can confirm that 6 hrs 
later it is still running, no memory issues whatsoever with ```1.14.2```.
Now I just need to fix webm support :P

-- 
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/608#issuecomment-414586958--
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] Gstreamer decode freezes (#608)

2018-08-20 Thread dromer
Hmm, I'm unable to get webm decoding to work .. will come back to you when I 
have a working setup with 1.14.2 ..

-- 
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/608#issuecomment-414509371--
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] Gstreamer decode freezes (#608)

2018-08-20 Thread dromer
I'll remove the debian packages and re-```make install``` my 1.14.2 build :)

-- 
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/608#issuecomment-414499448--
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] Gstreamer decode freezes (#608)

2018-08-20 Thread dromer
Btw that ```GST_STATE_CHANGE_PLAYING_TO_PAUSED``` in thread 13 is me messing on 
the telnet interface. Which doesn't do anything except set these state changes 
(stream still dead)

-- 
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/608#issuecomment-414483964--
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] GStreamer Memory Leak (#511)

2018-08-20 Thread dromer
Hmm, I get ```ptrace: Operation not permitted.```

-- 
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-414391065--
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] GStreamer Memory Leak (#511)

2018-08-20 Thread dromer
Hmm, even though the on-screen logging is much more verbose, there is nothing 
written to file ..
But also I don't see anything added to the log when this stale situation 
occurs. (it just says 'finished with ..')

Also the LS process does still respond, I can connect over telnet! it then says 
that a client connects or disconnects. However running ie. 
```output(dot)gstreamer.skip``` has no effect whatsoever. So I guess it's 
particularly the gstreamer thread that got 'stuck' somehow?

-- 
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-414237782--
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] GStreamer Memory Leak (#511)

2018-08-20 Thread dromer
Ah yes sorry, will run again with this setting!

-- 
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-414225786--
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] 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 [random(dot)pl:3] Prepared 
"/media/video/random/anothervid.webm" (RID 2).
2018/08/20 01:50:41 [rotate_5891:3] Switch to single_5872 with forgetful 
transition.
2018/08/20 01:50:41 [single_5872:3] Finished with "/media/video/static.mp4".
2018/08/20 01:50:41 [single_5872:3] Prepared "/media/video/static.mp4" (RID 0).
2018/08/20 01:50:41 [rotate_5891:3] Switch to fallback_5889 with forgetful 
transition.
2018/08/20 01:54:13 [random(dot)pl:3] Finished with 
"/media/video/random/anothervid.webm".

```

-- 
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-414167202--
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] 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:
https://github.com/savonet/liquidsoap/issues/511#issuecomment-414163055--
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] 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:
https://github.com/savonet/liquidsoap/issues/511#issuecomment-414162652--
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] 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 this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/511#issuecomment-414137368--
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] 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.",
```

-- 
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-41412--
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] 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 climbing, so so far so good! :D

-- 
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-414129723--
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] 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 it on GitHub:
https://github.com/savonet/liquidsoap/issues/511#issuecomment-414129345--
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] 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)
set("frame.video.height", 480)
set("frame.video.samplerate", 25)

s = single("/media//video/static.mp4")

# the output
output.gstreamer.audio_video(
video_pipeline=
"videoconvert ! gdkpixbufoverlay 
location=/media/radiharkolis/video/harklogo-inv-101.png offset-x=768 
offset-y=20 ! x264enc bitrate=2000 ! video/x-h264,profile=baseline ! queue ! 
mux.",
audio_pipeline=
"audioconvert ! voaacenc bitrate=44100 ! queue ! mux.",
pipeline=
"flvmux name=mux ! rtmpsink location=\"rtmp://10.0.0.105:1935/live/show 
live=1\"",
s)

```


So are you now testing with stock debian stable gstreamer, or on debian 
unstable with 1.14.2 ?

-- 
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-414128863--
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] 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:
https://github.com/savonet/liquidsoap/issues/511#issuecomment-414113058--
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] 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 
output(dot)gstreamer)!
2018/08/18 14:17:31 [clock:2] Error when leaving output output(dot)gstreamer: 
File "source.ml", line 414, characters 10-16: Assertion failed!
2018/08/18 14:17:31 [clock:3] Raised at file "source.ml", line 414, characters 
10-22
2018/08/18 14:17:31 [clock:3] Called from file "source.ml", line 421, 
characters 30-58
2018/08/18 14:17:31 [clock:3] Called from file "clock.ml", line 79, characters 
6-13
2018/08/18 14:17:31 [main:3] Shutdown started!
...
```


-- 
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-414112772--
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] 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 1.3.3+scm   
 
2018/08/18 01:02:43 [main:3] Using: bytes=[distributed with OCaml 4.02 or 
above] pcre=7.3.4 dtools=0.4.0 duppy=0.7.1 duppy.syntax=0.7.1 mm=0.4.0 
dynlink=[distributed with Ocaml] gstreamer=0.3.0 camomile=1.0.1
2018/08/18 01:02:43 [main:2]
 
2018/08/18 01:02:43 [main:2] DISCLAIMER: This version of Liquidsoap has been

2018/08/18 01:02:43 [main:2] compiled from a snapshot of the development code.  
  
2018/08/18 01:02:43 [main:2] As such, it should not be used in production   
   
2018/08/18 01:02:43 [main:2] unless you know what you are doing!
2018/08/18 01:02:43 [main:2]
2018/08/18 01:02:43 [main:2] We are, however, very interested in any feedback
2018/08/18 01:02:43 [main:2] about our development code and committed to fix
2018/08/18 01:02:43 [main:2] issues as soon as possible.
2018/08/18 01:02:43 [main:2]  
2018/08/18 01:02:43 [main:2] If you are interested in collaborating to
2018/08/18 01:02:43 [main:2] the development of Liquidsoap, feel free to
2018/08/18 01:02:43 [main:2] drop us a mail at 
2018/08/18 01:02:43 [main:2] or to join the #savonet IRC channel on Freenode.
2018/08/18 01:02:43 [main:2]
2018/08/18 01:02:43 [main:2] Please send any bug report or feature request
2018/08/18 01:02:43 [main:2] at .
2018/08/18 01:02:43 [main:2]
2018/08/18 01:02:43 [main:2] We hope you enjoy this snapshot build of 
Liquidsoap!
2018/08/18 01:02:43 [main:2]
2018/08/18 01:02:43 [gstreamer.loader:3] Loaded GStreamer 1.14.2 0
2018/08/18 01:02:43 [dynamic.loader:3] Could not find dynamic module for lame 
encoder.
2018/08/18 01:02:43 [dynamic.loader:3] Could not find dynamic module for fdkaac 
encoder.
2018/08/18 01:02:43 [decoder:3] Unable to decode 
"/media/radiharkolis/video/static.mp4" as {audio=2;video=1;midi=0}!
2018/08/18 01:02:43 [frame:3] Using 44100Hz audio, 25Hz video, 44100Hz master.
2018/08/18 01:02:43 [frame:3] Frame size must be a multiple of 1764 ticks = 
1764 audio samples = 1 video samples.
2018/08/18 01:02:43 [frame:3] Targetting 'frame.duration': 0.04s = 1764 audio 
samples = 1764 ticks.
2018/08/18 01:02:43 [frame:3] Frames last 0.04s = 1764 audio samples = 1 video 
samples = 1764 ticks.
2018/08/18 01:02:43 [threads:3] Created thread "generic queue #1".
2018/08/18 01:02:43 [threads:3] Created thread "generic queue #2".
2018/08/18 01:02:43 [threads:3] Created thread "non-blocking queue #1".
2018/08/18 01:02:43 [threads:3] Created thread "non-blocking queue #2".
2018/08/18 01:02:43 [single_5851:3] "/media/radiharkolis/video/static.mp4" is 
static, resolving once for all...
2018/08/18 01:02:43 [clock.wallclock_gstreamer:2] Error when starting 
output(dot)gstreamer: Req_simple.Invalid_URI!
2018/08/18 01:02:43 [clock.wallclock_gstreamer:3] Raised at file 
"sources/req_simple.ml", line 37, characters 6-23
2018/08/18 01:02:43 [clock.wallclock_gstreamer:3] Called from file "source.ml", 
line 388, characters 6-18
2018/08/18 01:02:43 [clock.wallclock_gstreamer:3] Called from file 
"outputs/output.ml", line 130, characters 4-20
2018/08/18 01:02:43 [clock.wallclock_gstreamer:3] Called from file "source.ml", 
line 388, characters 6-18
2018/08/18 01:02:43 [clock.wallclock_gstreamer:3] Called from file "clock.ml", 
line 221, characters 15-26
2018/08/18 01:02:43 [output(dot)gstreamer:1] Got ill-balanced activations (from 
output(dot)gstreamer)!
2018/08/18 01:02:43 [clock:2] Error when leaving output output(dot)gstreamer: 
File "source.ml", line 414, characters 10-16: Assertion failed!
2018/08/18 01:02:43 [clock:3] Raised at file "source.ml", line 414, characters 
10-22
2018/08/18 01:02:43 [clock:3] Called from file "source.ml", line 421, 
characters 30-58
2018/08/18 01:02:43 [clock:3] Called from file "clock.ml", line 79, characters 
6-13
2018/08/18 01:02:43 [main:3] Shutdown started!
2018/08/18 01:02:43 [main:3] Waiting for threads to terminate...
2018/08/18 01:02:43 [main:3] Threads terminated.
2018/08/18 01:02:43 [threads:3] Shutting down scheduler...
2018/08/18 01:02:43 [threads:3] Scheduler shut down.
2018/08/18 01:02:43 [server:3] Closing socket.
2018/08/18 01:02:43 [threads:3] Thread "generic queue #1" terminated.
2018/08/18 01:02:43 [main:3] Cleaning downloaded files...
2018/08/18 01:02:43 [main:3] Freeing memory...
2018/08/18 01:02:43 >>> LOG END
```

-- 
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
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:
https://github.com/savonet/liquidsoap/issues/511#issuecomment-413917297--
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] 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 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-413894596--
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] 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   


2018/08/17 09:55:50 [main:3] Liquidsoap 1.3.3+scm   


2018/08/17 09:55:50 [main:3] Using: bytes=[distributed with OCaml 4.02 or 
above] pcre=7.3.4 dtools=0.4.0 duppy=0.7.1 duppy.syntax=0.7.1 mm=0.4.0 
dynlink=[distributed with Ocaml] gstreamer=0.3.0 camomile=1.0.1
2018/08/17 09:55:50 [main:2]  
2018/08/17 09:55:50 [main:2] DISCLAIMER: This version of Liquidsoap has been  
2018/08/17 09:55:50 [main:2] compiled from a snapshot of the development code.
2018/08/17 09:55:50 [main:2] As such, it should not be used in production
2018/08/17 09:55:50 [main:2] unless you know what you are doing! 
2018/08/17 09:55:50 [main:2] 
2018/08/17 09:55:50 [main:2] We are, however, very interested in any feedback
2018/08/17 09:55:50 [main:2] about our development code and committed to fix 
2018/08/17 09:55:50 [main:2] issues as soon as possible. 
2018/08/17 09:55:50 [main:2]   
2018/08/17 09:55:50 [main:2] If you are interested in collaborating to 
2018/08/17 09:55:50 [main:2] the development of Liquidsoap, feel free to
 
2018/08/17 09:55:50 [main:2] drop us a mail at   
 
2018/08/17 09:55:50 [main:2] or to join the #savonet IRC channel on Freenode.   
 
2018/08/17 09:55:50 [main:2]
  
2018/08/17 09:55:50 [main:2] Please send any bug report or feature request  

2018/08/17 09:55:50 [main:2] at . 
   
2018/08/17 09:55:50 [main:2]
   
2018/08/17 09:55:50 [main:2] We hope you enjoy this snapshot build of 
Liquidsoap!
2018/08/17 09:55:50 [main:2]
 
2018/08/17 09:55:50 [gstreamer.loader:3] Loaded GStreamer 1.10.4 0  
 
2018/08/17 09:55:50 [dynamic.loader:3] Could not find dynamic module for lame 
encoder.   
2018/08/17 09:55:50 [dynamic.loader:3] Could not find dynamic module for fdkaac 
encoder. 
2018/08/17 09:55:50 [decoder:3] Method "GSTREAMER" accepted 
"/media/radiharkolis/video/static.mp4".  
2018/08/17 09:55:50 [frame:3] Using 44100Hz audio, 25Hz video, 44100Hz master.  
 
2018/08/17 09:55:50 [frame:3] Frame size must be a multiple of 1764 ticks = 
1764 audio samples = 1 video samples.
2018/08/17 09:55:50 [frame:3] Targetting 'frame.duration': 0.04s = 1764 audio 
samples = 1764 ticks. 
2018/08/17 09:55:50 [frame:3] Frames last 0.04s = 1764 audio samples = 1 video 
samples = 1764 ticks.
2018/08/17 09:55:50 [threads:3] Created thread "generic queue #1".
2018/08/17 09:55:50 [threads:3] Created thread "generic queue #2".
2018/08/17 09:55:50 [threads:3] Created thread "non-blocking queue #1".
2018/08/17 09:55:50 [threads:3] Created thread "non-blocking queue #2".
2018/08/17 09:55:50 [single_5851:3] "/media/video/static.mp4" is static, 
resolving once for all...
2018/08/17 09:55:50 [single_5851:3] Prepared "/media/video/static.mp4" (RID 0).
2018/08/17 09:55:50 [threads:3] Created thread "wallclock_gstreamer" (1 total).
2018/08/17 09:55:50 [clock.wallclock_gstreamer:3] Streaming loop starts, 
synchronized by active sources.
Segmentation fault
```

-- 
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-413788677--
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] 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:
https://github.com/savonet/liquidsoap/issues/511#issuecomment-413782419--
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] GStreamer Memory Leak (#511)

2018-08-16 Thread dromer
Hahaha, that must be the very stable memory usage then .. (I thought it was a 
bit low)

-- 
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-413656274--
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] GStreamer Memory Leak (#511)

2018-08-16 Thread dromer
Hmm, that's really odd then ..

-- 
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-413655206--
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] GStreamer Memory Leak (#511)

2018-08-16 Thread dromer
(of course I'm on debian stable with this box .. I can try upgrading to 
testing. don't feel like compiling all of gstreamer myself :P)

-- 
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-413650068--
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] GStreamer Memory Leak (#511)

2018-08-16 Thread dromer
1.10.4-1

-- 
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-413647749--
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] GStreamer Memory Leak (#511)

2018-08-16 Thread dromer
Hah! I never would've figured this out!

Everything installed now in the fresh ocaml environment.

testing ...

And fails with a whole bunch of:
```
(Liquidsoap:20280): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 
'mini_object->refcount > 0' failed

(Liquidsoap:20280): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 
'mini_object->refcount > 0' failed

(Liquidsoap:20280): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 
'mini_object->refcount > 0' failed

(Liquidsoap:20280): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 
'mini_object->refcount > 0' failed

(Liquidsoap:20280): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 
'mini_object->refcount > 0' failed

(Liquidsoap:20280): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 
'mini_object->refcount > 0' failed

(Liquidsoap:20280): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 
'mini_object->refcount > 0' failed

(Liquidsoap:20280): GStreamer-CRITICAL **: gst_mini_object_unlock: assertion 
'state >= SHARE_ONE' failed

(Liquidsoap:20280): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 
'mini_object->refcount > 0' failed

(Liquidsoap:20280): GStreamer-CRITICAL **: gst_buffer_unmap: assertion 
'GST_IS_BUFFER (buffer)' failed

(Liquidsoap:20280): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 
'mini_object->refcount > 0' failed
**
ERROR:gstx264enc.c:2329:gst_x264_enc_encode_frame: assertion failed: 
(frame->pts == pic_out.i_pts)
Aborted
```

:(

-- 
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-413646853--
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] GStreamer Memory Leak (#511)

2018-08-16 Thread dromer
Nope. Made a fresh .opam switch with 4.07.0 and when pinning duppy I get:

```
dreamer@streamer:~/ocaml-duppy$ opam pin add . -y
duppy is now path-pinned to /home/dreamer/ocaml-duppy

[duppy] /home/dreamer/ocaml-duppy/ synchronized
[duppy] Installing new package description from /home/dreamer/ocaml-duppy

duppy needs to be installed.
The following actions will be performed:
  ∗  install base-bytes  base [required by pcre]
  ∗  install conf-pkg-config 1.1  [required by conf-libpcre]
  ∗  install dune1.1.1[required by jbuilder]
  ∗  install conf-libpcre1[required by pcre]
  ∗  install jbuildertransition   [required by pcre]
  ∗  install sexplib0v0.11.0  [required by base]
  ∗  install basev0.11.1  [required by pcre]
  ∗  install stdio   v0.11.0  [required by pcre]
  ∗  install configuratorv0.11.0  [required by pcre]
  ∗  install pcre7.3.4[required by duppy]
  ∗  install duppy   dev*   
= ∗  11 =

=-=- Gathering sources 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=   
 
[default] https://opam.ocaml.org/archives/configurator.v0.11.0+opam.tar.gz 
downloaded
[duppy.dev] /home/dreamer/ocaml-duppy/ already up-to-date
[default] https://opam.ocaml.org/archives/pcre.7.3.4+opam.tar.gz downloaded

[default] https://opam.ocaml.org/archives/base.v0.11.1+opam.tar.gz downloaded
[default] https://opam.ocaml.org/archives/stdio.v0.11.0+opam.tar.gz downloaded
[default] https://opam.ocaml.org/archives/sexplib0.v0.11.0+opam.tar.gz 
downloaded
[default] https://opam.ocaml.org/archives/dune.1.1.1+opam.tar.gz downloaded

=-=- Processing actions -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
∗  installed base-bytes.base
∗  installed conf-pkg-config.1.1
∗  installed conf-libpcre.1
∗  installed dune.1.1.1
∗  installed jbuilder.transition
∗  installed sexplib0.v0.11.0
∗  installed base.v0.11.1
∗  installed stdio.v0.11.0
∗  installed configurator.v0.11.0
∗  installed pcre.7.3.4
[ERROR] The compilation of duppy failed at "make".
Processing 11/11: [duppy: ocamlfind remove]
#=== ERROR while installing duppy.dev =#
# opam-version 1.2.2
# os   linux
# command  make
# path /home/dreamer/.opam/4.07.0/build/duppy.dev
# compiler 4.07.0
# exit-code2
# env-file /home/dreamer/.opam/4.07.0/build/duppy.dev/duppy-6664-1c6298.env
# stdout-file  /home/dreamer/.opam/4.07.0/build/duppy.dev/duppy-6664-1c6298.out
# stderr-file  /home/dreamer/.opam/4.07.0/build/duppy.dev/duppy-6664-1c6298.err
### stdout ###
# [...]
# making ._ncdi/duppy.di from duppy.mli
# make[2]: 'libduppy_stubs.a' is up to date.
# ocamlopt.opt -thread -c -dtypes -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -I 
/home/dreamer/.opam/4.07.0/lib/pcre -I /home/dreamer/.opam/4.07.0/lib/bytes 
duppy.ml
# ocamlopt.opt -thread -a -I /home/dreamer/.opam/4.07.0/lib/pcre -I 
/home/dreamer/.opam/4.07.0/lib/bytes   -ccopt -L/home/dreamer/.opam/4.07.0/lib  
-cclib -lduppy_stubs   \
#-o duppy.cmxa duppy.cmx
# make[2]: Leaving directory '/home/dreamer/.opam/4.07.0/build/duppy.dev/src'
# ocamlfind ocamlc -c -package camlp4 -package camlp4.quotations.o -package 
camlp4.extend -syntax camlp4o pa_duppy.mli
# Makefile:51: recipe for target 'pa_duppy.cmi' failed
# make[1]: Leaving directory '/home/dreamer/.opam/4.07.0/build/duppy.dev/src'
# Makefile:12: recipe for target 'all' failed
### stderr ###
# >> Fatal error: OCaml and preprocessor have incompatible versions
# Fatal error: exception Misc.Fatal_error
# make[1]: *** [pa_duppy.cmi] Error 2
# make: *** [all] Error 2



=-=- Error report -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
The following actions failed
  ∗  install duppy dev
The following changes have been performed
  ∗  install basev0.11.1
  ∗  install base-bytes  base
  ∗  install conf-libpcre1
  ∗  install conf-pkg-config 1.1
  ∗  install configuratorv0.11.0
  ∗  install dune1.1.1
  ∗  install jbuildertransition
  ∗  install pcre7.3.4
  ∗  install sexplib0v0.11.0
  ∗  install stdio   v0.11.0

=-=- jbuilder.transition installed successfully -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=> Jbuilder has been renamed and the jbuilder package is now a transition 
package. Use the dune package instead.
[NOTE] Pinning command successful, but your installed packages may be out of 
sync.

The former state can be restored with:
opam switch import "~/.opam/4.07.0/backup/state-20180716183224.export"

```

-- 
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-16 Thread dromer
Yes, it also seems duppy doesn't want to build with opam 4.07.0

-- 
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-413628405--
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] GStreamer Memory Leak (#511)

2018-08-16 Thread dromer
Ok this is weird, I upgraded ocaml with ```opam switch 4.07.0``` and then 
reinstall the packages but I just get:

```
Sorry, no solution found: there seems to be a problem with your request.

No solution found, exiting
```

-- 
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-413618000--
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] GStreamer Memory Leak (#511)

2018-08-16 Thread dromer
Ok, need all these sources with --recursive of course. and liquidsoap is 
without the 'ocaml-' ;)

But, I need a newer ocaml now (have 4.02.3 and need >=4.03 ...)

-- 
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-413613312--
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] GStreamer Memory Leak (#511)

2018-08-16 Thread dromer
Ok, I'll try all of these straight from source then :)

-- 
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-413611407--
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] GStreamer Memory Leak (#511)

2018-08-16 Thread dromer
My output stage:
```
output.gstreamer.audio_video(
video_pipeline=
"videoconvert ! gdkpixbufoverlay location=/media/logo.png offset-x=768 
offset-y=20 ! x264enc bitrate=2000 ! video/x-h264,profile=baseline ! queue ! 
mux.",
audio_pipeline=
"audioconvert ! voaacenc bitrate=44100 ! queue ! mux.",
pipeline=
"flvmux name=mux ! rtmpsink location=\"rtmp://10.0.0.105:1935/live/show 
live=1\"",
s)
```

-- 
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-413609406--
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] GStreamer Memory Leak (#511)

2018-08-16 Thread dromer
Yes, I recompiled both.

```
dreamer@streamer:~$ opam reinstall gstreamer


 

=-=- Synchronising pinned packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[gstreamer] /home/dreamer/ocaml-gstreamer/ already up-to-date
The following actions will be performed:
  ↻  recompile gstreamer  dev*
  ↻  recompile mm 0.3.1   [uses gstreamer]
  ↻  recompile liquidsoap 1.3.3-1 [uses mm]
= ↻  3 =
Do you want to continue ? [Y/n] y

=-=- Gathering sources =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[liquidsoap] Archive in cache
[mm] Archive in cache
[gstreamer.dev] /home/dreamer/ocaml-gstreamer/ already up-to-date

=-=- Processing actions -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
⊘  removed   liquidsoap.1.3.3-1
⊘  removed   mm.0.3.1
⊘  removed   gstreamer.dev
∗  installed gstreamer.dev
∗  installed mm.0.3.1
∗  installed liquidsoap.1.3.3-1
Done.
```

-- 
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-413608932--
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] GStreamer Memory Leak (#511)

2018-08-16 Thread dromer
Hmm, segfaults after couple seconds.

-- 
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-413600015--
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] GStreamer Memory Leak (#511)

2018-08-06 Thread dromer
Yes, left it running for a while and oomkiller came by to shoot it down :(

-- 
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-410813250--
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] GStreamer Memory Leak (#511)

2018-08-06 Thread dromer
Ok it runs now, but still eats memory as I skip tracks in the playlist.

-- 
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-410749546--
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] GStreamer Memory Leak (#511)

2018-08-06 Thread dromer
Ok I manually installed the package with ```opam pin add gstreamer 
``` and reinstalled LS and everything.

Now LS uses 400MB memory and the threads are using almost no CPU. Seems your 
changes killed gstreamer intirely :(

-- 
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-410639293--
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] GStreamer Memory Leak (#511)

2018-08-05 Thread dromer
So I tried an ```opam reinstall gstreamer``` (and also ```uninstall 
gstreamer``` followed by ``install```), and how I can test is that on the 
telnet interface I run ```output(dot)gstreamer.skip``` and I still see the 
memory use increase steadily.

Maybe you have to up the version so opam picks it up?

-- 
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-410594524--
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] GStreamer Memory Leak (#511)

2018-08-05 Thread dromer
Ah, you didn't change the version number. Not sure if opam is installing the 
new ocaml-gstreamer now ..

-- 
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-410594006--
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] GStreamer Memory Leak (#511)

2018-07-27 Thread dromer
So was this at all useful @toots ?
Just let me know if I can do anything else.

-- 
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-408400605--
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] GStreamer Memory Leak (#511)

2018-07-03 Thread dromer
I have the feeling I'm experiencing the same issue.
On startup my LS instance uses about ~1.3GB memory but this steadily climbs 
until oomkiller comes by to shut it down. Will explore some profiling with 
valgrind in a bit.

-- 
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-402079859--
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