[Savonet-users] playlist and check_next, loop!

2018-07-27 Thread Gilou
Hi,

I want to use check_next to avoid global repetitions on a given source,
but if check_next makes the playlist run out, it's going in a crazy
loop, which was somehow expected...

But how to handle that case (if not by not using playlist and feeding
the files myself) ?

Maybe if we skip x tracks in a row it could fail?

Cheers,

Gilou

--
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] Progress on liquidsoap 1.3.4

2018-07-27 Thread Normando Hall via Savonet-users
Thanks for all the work Romain

Regards,

Normando Hall


El 26/07/2018 a las 09:37 p.m., Romain Beauxis escribió:
> Hey guys,
>
> There has been some good progress on cleaning up the code for a bugfix
> release. I have been focused mostly on the audio part for this one &
> will look more at the video side after it is released. I would love to
> at least fix the issues we're seeing with gstreamer.
>
> There are still a couple of issues that I would like to address but
> we're looking at a release some time in early August.
>
> I have tried to rewrite the installation instruction
> here: http://www.liquidsoap.info/download.html Feel free to check them
> out and report here what could be enhanced with them.
>
> Thanks y'all!
> Romain
>
>
> --
> 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

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


[Savonet-users] Insert Metadata on Stream

2018-07-27 Thread Bruno Lima
Hi, I described my problem in more details here:

https://github.com/savonet/liquidsoap/issues/584


I have a jackd input on liquidsoap and mp3 and opus outputs. I need to get the 
metadata from a MySQL table and update it on the output stream every 10 seconds.


The metadata is Title and Artist.


I have already checked the page describing metadata mechanisms as suggested but 
couldn't see how I can implement that as I am not very experienced with this.


If anyone could give me an example of how I could do it would be great!
--
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] Audio stream becomes blank (#572)

2018-07-27 Thread Romain Beauxis
Hi,

Thank you very much for these details, this is super helpful.

Could you try to disable one by one the intermediate operators and see if the 
bug keeps happening? Start with removing ladspa, then the crossfade, then 
`skip_blank`. The idea would be to either narrow down a minimal script to 
reproduce the issue or single out one operator responsible for the bug.

Thanks!

-- 
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/572#issuecomment-408275755--
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


[Savonet-users] Progress on liquidsoap 1.3.4

2018-07-27 Thread Romain Beauxis
Hey guys,

There has been some good progress on cleaning up the code for a bugfix
release. I have been focused mostly on the audio part for this one & will
look more at the video side after it is released. I would love to at least
fix the issues we're seeing with gstreamer.

There are still a couple of issues that I would like to address but we're
looking at a release some time in early August.

I have tried to rewrite the installation instruction here:
http://www.liquidsoap.info/download.html Feel free to check them out and
report here what could be enhanced with them.

Thanks y'all!
Romain
--
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] Sending extra metadata in-stream (#582)

2018-07-27 Thread Romain Beauxis
Closed #582.

-- 
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/582#event-1756270190--
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] Sending extra metadata in-stream (#582)

2018-07-27 Thread Romain Beauxis
Hi!

This is a little tricky. Mp3 format does not specify how to send metadata. 
Thus, there has been many layers added over the years, id3v1, id3v3, etc.. 

For streaming with icecast, the format for metadata was introduced in the 
antiquity of the internet by shoutcast, it's explained here: 
https://cast.readme.io/docs/icy

> Metadata
> If the client sends the Icy-MetaData:1 header this means the client supports 
> ICY-metadata. The server should respond icy-metaint: 8192. 8192 is the number 
> of bytes between 2 metadata chunks. It is suggested to use this value as some 
> players might have issues parsing other values. In these chunks 
> StreamTitle='title of the song'; send the new song title. There also is a 
> StreamURL field which should be able to also send album art links or more 
> info. The exact implementation is however unknown.

As you can see, the only fields accepted is are title and url. Most client 
split the title along the format `$(title) - $(artist)` or something like that 
but this is not reliable.

Long story short: I'm afraid that passing specifically a `COMMENT` tag won't be 
possible. Alternatives would be to pass this comment tag inside the title or 
artist . Alternatively, you can use formats with more structured support for 
metadata such as any one using the `ogg` container.

-- 
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/582#issuecomment-408274856--
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] Insert Metadata in Stream (#584)

2018-07-27 Thread Romain Beauxis
Closed #584.

-- 
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/584#event-1756264691--
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] Insert Metadata in Stream (#584)

2018-07-27 Thread Romain Beauxis
Closing since I don't think this is an issue. Feel free to keep the 
conversation going at savonet-users@lists.sourceforge.net 

-- 
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/584#issuecomment-408273970--
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] Insert Metadata in Stream (#584)

2018-07-27 Thread Romain Beauxis
`jack` inputs do not have metadata or track marks, so you mapping never gets 
executed. Do you know when you want to insert the metadata? In this case you 
might be better off using the metadata insert mechanism as described here: 
http://www.liquidsoap.info/doc-1.3.3/metadata.html

-- 
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/584#issuecomment-408273892--
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] of_json types issue (#581)

2018-07-27 Thread Romain Beauxis
Closed #581.

-- 
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/581#event-1756262302--
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] Liquidsoap freezes in production with no aparent reason (#583)

2018-07-27 Thread Romain Beauxis
That could indeed trigger that kind of behavior. You can selectively 
enable/disable replaygain by adding or not the replaygain: protocol prefix.

-- 
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/583#issuecomment-408273458--
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] High memory usage if too many connections failed (#541)

2018-07-27 Thread Romain Beauxis
I've been running a test script for a long time without issues. Unless you can 
reproduce I will set this issue aside for the coming release.

-- 
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#issuecomment-408272965--
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] Ubuntu / Debian packages are v1.1.1 (#398)

2018-07-27 Thread Romain Beauxis
Thanks! I'll try to test it soon. Glad you're feeling better.

-- 
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/398#issuecomment-408272872--
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