Hey, Thanks for the script. I've recently worked on the ocaml-flac binding. To say the least, this binding is... complex.. Could you try and see if the memory leak still happens if you're not using the flac encoder?
Thks, Romain Le lun. 7 janv. 2019 à 16:41, p g <pra...@gmail.com> a écrit : > Hi, Gilou! > > At first it behaves as if everything was ok, but let it run for a half of > a > day and better yet - connect some streaming harbor and it starts ticking > byte by byte up like a bomb :) > > > some details: > > set("server.telnet",true) > set("harbor.bind_addr","0.0.0.0") > set("server.timeout",888888.) > > harbor: > mm = input.harbor(id="mm", buffer=30.,max=90.,"mm", port=8021, password="") > mm = strip_blank(max_blank=90., threshold=-32., mm) > output.file(%wav(stereo=true, channels=2, samplesize=16, header=false), > "K:/blah-%Y-%m-%d-%H-%M.wav", mm, fallible=true) > > * gain reduction for flac output - that one always has been buggy and > clipping nastily on louder files if not attenuated: > limradio = amplify(0.9, radio) > > some outputs: > > out2 = output.icecast( > %mp3(stereo=true, samplerate=44100, bitrate=320), host = "localhost", > port = 8099, password = "", > mount = "hq", name = "radio.audiomastering.lt", description = > "savonet", > genre = "3", > url = "http://radio.audiomastering.lt", fallible = true, encoding = > "UTF-8", > radio ) > > out3 = output.icecast( > %ogg(%flac(channels=2, compression=7, bits_per_sample=16)), host = > "localhost", port = 8099, password = "", > mount = "pure", name = "radio.audiomastering.lt", description = > "savonet", genre = "3", > url = "http://radio.audiomastering.lt", fallible = true, encoding = > "UTF-8", > limradio ) > > regards, > p > ----------------- > > > Care to share more p... g... ? > > Also I mostly use a playlist() on that one, with easy codecs... > > Cheers, > > Gilles > > > > _______________________________________________ > Savonet-users mailing list > Savonet-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/savonet-users >
_______________________________________________ Savonet-users mailing list Savonet-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/savonet-users