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

2018-08-18 Thread Romain Beauxis
You request probably cannot be resolved. Try using a `playlist` and report the logs you've got. I'm happy to report that with the latest code it seems that memory usage is under control now. Release is imminent to any quick testing and report would be gladly received! -- You are receiving

Re: [Savonet-users] [savonet/liquidsoap] Broken OGG Stream Created (#549)

2018-08-18 Thread Romain Beauxis
I've tried many different tweaks to no avail. I'm not sure what we're doing differently from `ffmpeg`. -- 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] fix extra { in condition (#605)

2018-08-18 Thread Romain Beauxis
Merged #605 into master. -- 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/pull/605#event-1796188534-- Check out

[Savonet-users] [savonet/liquidsoap] fix extra { in condition (#605)

2018-08-18 Thread Gilou
Sorry about that, my editor is not used to display Perl, I missed an extra { in the code You can view, comment on, or merge this pull request online at: https://github.com/savonet/liquidsoap/pull/605 -- Commit Summary -- * fix extra { in condition -- File Changes -- M

Re: [Savonet-users] [savonet/liquidsoap] enable extracting of replaygain info from m4a files using replaygain (#604)

2018-08-18 Thread Romain Beauxis
Merged #604 into master. -- 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/pull/604#event-1796121523-- Check out

Re: [Savonet-users] [savonet/liquidsoap] enable extracting of replaygain info from m4a files using replaygain (#604)

2018-08-18 Thread Gilou
@gilou pushed 1 commit. 154d879 error if replaygain is not found -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/savonet/liquidsoap/pull/604/files/6088a0ccf77ced0418a080ae7939e8561448444a..154d879f3913b171f97d12463de11b6693f1271c

[Savonet-users] [savonet/liquidsoap] enable extracting of replaygain info from m4a files using replaygain (#604)

2018-08-18 Thread Gilou
You can view, comment on, or merge this pull request online at: https://github.com/savonet/liquidsoap/pull/604 -- Commit Summary -- * enable extracting of replaygain info from m4a files using replaygain -- File Changes -- M scripts/extract-replaygain (18) -- Patch Links --

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

2018-08-18 Thread alexnya
Ok here is my test.liq file source = single("test.avi") output.icecast( %ogg(%theora(quality=25,width=320,height=240),%vorbis), host="localhost", port=8000, password="hackme", mount="/videostream", source) When I trying running it using liquidsoap

Re: [Savonet-users] [savonet/liquidsoap] Live harbor - Bad song title encoding only harbor (#411)

2018-08-18 Thread desavil
Not working - https://i.snag.gy/Hi7xMO.jpg :( > 2018/08/18 21:46:57 [input(dot)harbor_6446:3] New metadata chunk ? -- start > ę�ół.�šż�ćń end. > 2018/08/18 21:47:05 [camomile:3] Failed to convert "start > \196\153\194\128\195\179\197\130.\194\156\197\161\197\188\194\159\196\135\197\132 > end"

Re: [Savonet-users] [savonet/liquidsoap] Live harbor - Bad song title encoding only harbor (#411)

2018-08-18 Thread Romain Beauxis
For polish it looks like you should try: `ISO-8859-2`. Let me know if that works, I might add it to the default. -- 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] Crash when exiting -- seems related to telnet, duppy and restart (#160)

2018-08-18 Thread Romain Beauxis
Closed #160 via 466ef7bd60cb4a45716a06a577dce3df2c3db34a. -- 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] Confused about Liquidsoap (#602)

2018-08-18 Thread Gilou
You write a .liq file with the commands in it, and start it using `liquidsoap xxx.liq` (or use a hashbang, and start the script directly) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Savonet-users] gstreamer problem using playlist and video mp4 file

2018-08-18 Thread Per Gunnarsson via Savonet-users
Hello! This script plays an mp4 file:     #!/usr/local/bin/liquidsoap     # XTRadio Video     # Standard settings     set("log.file.path","/tmp/filesrc.log")     set("log.level",5)     set("server.telnet",false)

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

2018-08-18 Thread alexnya
So do I have to put those commands in a script and then run it or could I run each line directly on terminal? -- 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] Impossible dependencies? (#603)

2018-08-18 Thread Romain Beauxis
Yup. I promise it'll all be fixed soon! -- 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] Impossible dependencies? (#603)

2018-08-18 Thread Romain Beauxis
Closed #603. -- 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/603#event-1796049867-- Check out the

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

2018-08-18 Thread Andrey Kondalov
@toots https://github.com/savonet/liquidsoap/issues/596#issuecomment-414072760 Ok. fdkaac and my external encoder is normal. After the day of testing, it still works. -- 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-18 Thread Romain Beauxis
Closed #596 via c73a086dea1a3358f1e3ac7f20dbda539ccf9073. -- 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] Smartcross cleanup. (#599)

2018-08-18 Thread Romain Beauxis
Merged #599 into master. -- 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/pull/599#event-1796049532-- Check out

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

2018-08-18 Thread Romain Beauxis
Which is imminent! -- 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/596#issuecomment-414072733-- Check

Re: [Savonet-users] [savonet/liquidsoap] Documentation overhault (#571)

2018-08-18 Thread Romain Beauxis
Feel free to drop PRs ;-) 2018-08-18 12:10 GMT-05:00 Romain Beauxis : > We have scripts checking the syntax but that's clearly not enough.. More > eyes and hands would help a lot. > > 2018-08-18 6:33 GMT-05:00 Gilles Pietri : > >> is there an easy way to include up to date doc/signatures for

Re: [Savonet-users] [savonet/liquidsoap] Documentation overhault (#571)

2018-08-18 Thread Romain Beauxis
We have scripts checking the syntax but that's clearly not enough.. More eyes and hands would help a lot. 2018-08-18 6:33 GMT-05:00 Gilles Pietri : > is there an easy way to include up to date doc/signatures for functions on > secondary pages (not the API one) ? > I'm thinking of

Re: [Savonet-users] [savonet/liquidsoap] Impossible dependencies? (#603)

2018-08-18 Thread Gilou
workaround is to compile / pin the dev version from git for both, but it's rather unconvenient. -- 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-18 Thread Andrey Kondalov
I think this will be fixed for release 1.3.4. -- 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-18 Thread Gilou
See #603 hehe, but I figured it out, however I'm fully relying on dev versions for mm & dtools now... But I trust all will be fixed once this is closed... -- 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-18 Thread Gilles Pietri
Ha, I missed the opam warning, it won't install the pinned version, and I'm back on dependency hell... -- 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] During live streaming - Harbor, the stream is interrupted by the playlist. (#486)

2018-08-18 Thread desavil
Closed #486. -- 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/486#event-1795997442-- Check out the

Re: [Savonet-users] [savonet/liquidsoap] Live harbor - Bad song title encoding only harbor (#411)

2018-08-18 Thread desavil
Some solution? I use the newest (compiled) liquidsoap and the problem is still there. -- 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] SHOUTcast Metadata update may have failed (#369)

2018-08-18 Thread desavil
My investigation showed that the problem occurs when broadcasting to the old SHOUTcast v1. This problem does not occur on SHOUTcast v2. -- 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] SHOUTcast Metadata update may have failed (#369)

2018-08-18 Thread desavil
Closed #369. -- 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/369#event-1795977948-- Check out the

Re: [Savonet-users] [savonet/liquidsoap] High memory usage if too many connections failed (#541)

2018-08-18 Thread desavil
Closed #541. -- 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/541#event-1795971248-- Check out the

Re: [Savonet-users] [savonet/liquidsoap] Unable to decode stream of type "audio/aacp"! (#488)

2018-08-18 Thread desavil
Closed #488. -- 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/488#event-1795970563-- Check out the

Re: [Savonet-users] [savonet/liquidsoap] No pidfile sometimes after restart (#401)

2018-08-18 Thread desavil
Closed #401. -- 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/401#event-1795969923-- Check out the

[Savonet-users] liquidsoap as a small icecast server?

2018-08-18 Thread drew Roberts
I often run setups like this. liquidsoap sends an icecast stream to a local icecast server. A remote icecast server with better bandwidth picks up/relays a single stream from the local icecast server and makes it available to listeners. Over many years, we have found this to be much more

Re: [Savonet-users] [savonet/liquidsoap] Documentation overhault (#571)

2018-08-18 Thread Gilles Pietri
is there an easy way to include up to date doc/signatures for functions on secondary pages (not the API one) ? I'm thinking of http://www.liquidsoap.info/doc-1.3.3/smartcrossfade.html e.g., but I noticed others as well. -- You are receiving this because you are subscribed to this thread.

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

2018-08-18 Thread Gilles Pietri
Hi, There is a bit of documentation explaining the video part of liq here: http://www.liquidsoap.info/doc-1.3.3/video.html Liq is a scripting language allowing you to describe what you want it to do. There are a few web front-ends for liq, but I don't know of any focusing on the video part. --

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

2018-08-18 Thread Gilles Pietri
I didn't notice the spec about ocamlc version 4.07.0, though I can get it from opam, I'd rather stick to the distribution version unless I have to, as opam isn't nicely wired yet in our upgrade process. I guess we'll have a test case of the branch+ocaml 4.05 ;) It's running in gdb for the time

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

2018-08-18 Thread Gilles Pietri
I will try the branch, just dumping here the gdb output after I killed the process on 1.3.3 ``` Thread 8 (Thread 0x7fffda9c9700 (LWP 30537)): #0 __lll_lock_wait () at