Re: [Savonet-users] LiquidSoap Icecast Radio Station

2016-01-25 Thread Romain Beauxis
Hi Nick! 2016-01-24 3:05 GMT-06:00 Nick Simoneaux : > > Hey guys, my name is Nick Simoneaux -- I use Liquidsoap as part of my > raspberry pi radio station. I broadcast improvised electronic music from my > apartment in Denver, Colorado. > > I am very thankful for your project, and would like to

[Savonet-users] LiquidSoap Icecast Radio Station

2016-01-24 Thread Nick Simoneaux
Hey guys, my name is Nick Simoneaux -- I use Liquidsoap as part of my raspberry pi radio station. I broadcast improvised electronic music from my apartment in Denver, Colorado. I am very thankful for your project, and would like to be added to the list of radio stations on your website. My URL is

Re: [Savonet-users] liquidsoap + icecast + current listeners

2015-08-27 Thread Detrick Merz
So here's what I came up with: use Logitech Media Server and squeeze-lite. Turns out it does everything I wanted to do, I just had to stumble across it. On Fri, May 29, 2015 at 4:47 PM, Alex LaBranche wrote: > there are similar functions that are built into wowza server that behave > this way wh

Re: [Savonet-users] liquidsoap + icecast + current listeners

2015-06-08 Thread Romain Beauxis
Hi all, A possibly simpler solution -- specially if you only stream in your own home -- could be to let liquidsoap also be the icecast server using output.harbor. The output has on_connect/on_disconnect callbacks that would be quite simple to use to count the number of listeners and make whatever

Re: [Savonet-users] liquidsoap + icecast + current listeners

2015-05-29 Thread Alex LaBranche
there are similar functions that are built into wowza server that behave this way when using a source/edge setup. the edge server will sit idle until a request is made (tune in), then it will pull from the source server. when there are no more listeners connected to that particular stream, it wi

Re: [Savonet-users] liquidsoap + icecast + current listeners

2015-05-29 Thread Detrick Merz
Ah yes, it makes sense but is different from what I'm trying to do. I have an input stream or playlist that is (effectively) always available. That gets output out to a different icecast2 server. Ideally I'd like to temporarily stop the input stream or playlist and switch to something generated (ma

Re: [Savonet-users] liquidsoap + icecast + current listeners

2015-05-29 Thread Sarah k Alawami
Yeah. I modified the code in the cook book, section on harbor mount, to suit my needs. So for me I have it branching in to 3, one day 4, streams when I go live, then fall back to my playlist which is on a constant loop. That playlist also branches out to the 3 streams. I hope that makes sence.

Re: [Savonet-users] liquidsoap + icecast + current listeners

2015-05-29 Thread Detrick Merz
If I understand right, your example will default to playing the live stream, but fallback to the playlist if the live stream stops coming in. Does that seem right? tnx de detrick On Tue, May 26, 2015 at 6:29 PM, Sarah k Alawami wrote: > Ok, what I did was set up a harbor stream. here's my code

Re: [Savonet-users] liquidsoap + icecast + current listeners

2015-05-26 Thread Sarah k Alawami
Ok, what I did was set up a harbor stream. here's my code with passwords changed of corse. pasted.co/d63e0c67 . > On May 26, 2015, at 3:22 PM, Detrick Merz wrote: > > In my case, I have a liquidsoap+icecast2 server. Liquidsoap presently > uses an Internet stream as a

Re: [Savonet-users] liquidsoap + icecast + current listeners

2015-05-26 Thread Detrick Merz
In my case, I have a liquidsoap+icecast2 server. Liquidsoap presently uses an Internet stream as an input, and outputs to icecast. Nodes within my house connect to my local icecast server. When no nodes are connected it seems like it would be polite to also have Liquidsoap stop using the Internet s

Re: [Savonet-users] liquidsoap + icecast + current listeners

2015-05-26 Thread Sarah k Alawami
do you mean switch to an automation stream? or what. Can you maybe give us an example of what you want to do? Iv'e never heard of this but that does not mean it's not out there. Take care. > On May 26, 2015, at 2:06 PM, Detrick Merz wrote: > > Before I go trying to reinvent the wheel, does a

[Savonet-users] liquidsoap + icecast + current listeners

2015-05-26 Thread Detrick Merz
Before I go trying to reinvent the wheel, does anyone have a code snippet that will default to noise() or something when the number of active listeners drops to 0? It seems like the json status that newer versions of icecast2 have should make this possible if I'm thinking about it right. Thanks,

Re: [Savonet-users] liquidsoap icecast

2015-03-18 Thread Russ
Turned out that mksafe did the trick ? Thanks though. Russ On 18 Mar 2015 16:48, Dane Streeter wrote: Hi Russ I think this is because you don't have a function to receive or use the meta data from the source encoder. When sending meta data direct to Icecast from EZstream its sent "out of band"

Re: [Savonet-users] liquidsoap icecast

2015-03-18 Thread Dane Streeter
Hi Russ I think this is because you don't have a function to receive or use the meta data from the source encoder. When sending meta data direct to Icecast from EZstream its sent "out of band" in a direct HTTP GET request to the icecast mount point. I dont believe harbour has this function

Re: [Savonet-users] liquidsoap icecast

2015-03-17 Thread russ e
@lists.sourceforge.net Subject: Re: [Savonet-users] liquidsoap icecast Have you looked in the code cook book to see if there's an example? Take care. On Mar 17, 2015, at 6:49 AM, russ e wrote:Hello , I have been trying to use liquidsoap to feed icecast . all good , running mp3 stream from a dire

Re: [Savonet-users] liquidsoap icecast

2015-03-17 Thread Sarah k Alawami
Have you looked in the code cook book to see if there's an example? Take care. > On Mar 17, 2015, at 6:49 AM, russ e wrote: > > Hello , > > I have been trying to use liquidsoap to feed icecast . all good , running > mp3 stream from a directory (windows) . > > I ran into marci app to grab

[Savonet-users] liquidsoap icecast

2015-03-17 Thread russ e
Hello , I have been trying to use liquidsoap to feed icecast . all good , running mp3 stream from a directory (windows) . I ran into marci app to grab metadata from the stream and acquire album art etc . Using the above config i get no metadat to marci ( unkown artwork and n/a title ) I tr

Re: [Savonet-users] liquidsoap /icecast / google/gmail voice chat

2012-07-26 Thread Samuel Mimram
Hi, I think the most easy solution at the moment is to use harbor, which makes Liquidsoap act as an icecast server, and use a tool such as darkice to send the audio to Liquidsoap protocol (possibly fetching the audio from alsa). In theory, we should be able to broadcast google-talk but I could ne

[Savonet-users] liquidsoap /icecast / google/gmail voice chat

2012-07-24 Thread m1chael
hello, I am running the latest version of ubuntu with liquidsoap and icecast. I'm interested in broadcasting a live interview with this setup. Do I use ALSA somehow? How would this work? Does anyone have any information on this? ~Mike ---

Re: [Savonet-users] liquidsoap: icecast mp3 stream to 64kbps mono impossible / nrj not working

2012-03-31 Thread David Baelde
Hi, 2012/3/29 Alexander Dal Farra : > output.icecast(%mp3(bitrate=64,stereo=false), > > fallible=true,mount=radio,host=icecasthost,port=icecastport,password=icecastpassword, > s) This is or should be an FAQ. You have to convert explicitly, using mean() in your case: output.icecast(%mp3(bitrat

[Savonet-users] liquidsoap: icecast mp3 stream to 64kbps mono impossible / nrj not working

2012-03-29 Thread Alexander Dal Farra
Hi all I am trying to setup an icecast stream with liquidsoap that generates a 64kbps MONO stream. From various source files with different bitrates. However, I have tried following: output.icecast(%mp3(bitrate=64,stereo=false),fallible=true,mount=radio,host=icecasthost,port=icecastport,password