search for: ceol

Displaying 5 results from an estimated 5 matches for "ceol".

Did you mean: ceo
2017 Mar 20
2
IO error when writing to disk
...trBuf, sdec); } } - Rconn_printf(con, "%s", tmp); + + if(Rconn_printf(con, "%s", tmp) < 0) { + error(_("IO error, cannot write table.")); + i = nr; + break; + } } - Rconn_printf(con, "%s", ceol); + if(Rconn_printf(con, "%s", ceol) < 0) { + error(_("IO error, cannot write table.")); + break; + } } } else { /* A matrix */ @@ -1163,20 +1182,36 @@ for(int i = 0; i < nr; i++) { if(i % 1000 == 999) R_CheckUserInterrup...
2019 Nov 25
0
Making the playlist history publicly accessible.
...ut I am more comfortable with C# over Javascript. Some day, I should really document this solution. There are so many scripts handling the automation of this, if I ever tried to get someone else to maintain the streams, it would be hard for them to work out the various flows. An example is at www.ceol.fm/NowPlaying<http://www.ceol.fm/NowPlaying> From: Icecast <icecast-bounces at xiph.org> On Behalf Of Darragh ? H?iligh Sent: Thursday 21 November 2019 13:00 To: Icecast streaming server user discussions <icecast at xiph.org> Subject: [Icecast] Making the playlist history public...
2017 Jun 07
1
title streaming with ices
...e. I'd really like to be able to expose this as well. I'm using EZStream but I think the configuration / exposure needs to be configured on the Icecast2 side. Regards Darragh Ó Héiligh Websites: Personal: www.digitaldarragh.com Professional: www.computersupportservices.ie Music: www.ceol.fm -----Original Message----- From: Icecast [mailto:icecast-bounces at xiph.org] On Behalf Of Philipp Schafft Sent: Tuesday 6 June 2017 19:04 To: Icecast streaming server user discussions <icecast at xiph.org> Subject: Re: [Icecast] title streaming with ices Good evening, On Tue, 2017-06-...
2017 Jun 06
3
title streaming with ices
Hi all: Recently Stream Licensing LLC has changed their requirements so that streaming internet stations in the US must title stream the album along with the song title and artist. I use ices for the backup automation when no live programming is taking place. Ices shows the song title and artist on the player with no problem. My question is how I configure ices to show the album as
2019 Sep 10
7
multiple instances? Updated
Hello, Thomas_B._Rücker, Initially I was asking for a working example file with more than one stream instance. Something that I can take as an example to work from. I've not gotten that yet, despite posting 2 config files; both that came with the install package. Trust me, if there were other choices for streaming servers than just icecast and shoutcast; I'd be running there to see if