Displaying 20 results from an estimated 1000 matches similar to: "DJ Priority with ices-cc or liquidsoap"
2020 Apr 26
2
Icecast Auto DJ
Hello,
I’ve a question. I have a station now with Shoutcast and shoutcast transcoder for 2 bitrates. 192kbps mp3 and 64 kbps aac+.
I want to transfer these to Icecast. I’ve an working icecast server but i need an auto dj that can encode 2 bitrates, 192kbps mp3 and 64kbps aac.
I had a working setup, but my nonstop machine is not on the icecast server but externally. Now in shoutcast transcoder i
2019 Dec 09
4
No ssl capability
Hello all,
I’ve a problem to set up ssl on icecast server. I’ve tried 2/3 certificates and i compiled a new icecast server file with ssl but i still get the error:ssl, no ssl capability in error log icecast. I cant find the solution.
I use centos 7 with centova cast panel
Who can help me?
Thanx in advance
Marv
2019 Dec 10
1
No ssl capability
Thanks chip!
Thats working.
Thanks a lot
Kind regards,
Marv
Op 10 dec. 2019 om 19:51 heeft Chip <chiapas at aktivix.org> het volgende geschreven:
>
>
> How about this:
> https://serverok.in/centovacast-enable-ssl-on-icecast
> You're welcome. Don't mention it :o)
>
> Chip Scooter
>
> On Mon, 9 Dec 2019 at 12:54, Marvin | OveralWiFi.nu <marvin at
2014 Mar 03
2
CentOS AutoDJ Problem
Hey
You'll see, i have one CentOS icecast server and i want it to make it
autoDj when no Dj will be streaming live through the radio.
Please have in consideration than i want it to make it eventualy fully
commands, i don't wanna use the graphic interphase forever.
With all of this, which one will be the best source to put it work the
autoDj (in case of i need set one on the Server
2005 Oct 27
1
InstRails FAQ: FreeRIDE
Does it help to observe that in the ..\ruby\freeride directory created
by 1CI there are batch files run.bat and runw.bat that can invoke
FreeRIDE for you?
Waiting patiently but with ''bated breath for InstRails-pre3
Thanks for your continuing efforts -
DeeJay, Leicester, UK
2020 Apr 29
0
Icecast Auto DJ
On Sun, Apr 26, 2020 at 11:32:10PM +0200, Marvin | OveralWiFi.nu wrote:
> I’ve a question. I have a station now with Shoutcast and shoutcast
> transcoder for 2 bitrates. 192kbps mp3 and 64 kbps aac+.
>
> I want to transfer these to Icecast. I’ve an working icecast server
> but i need an auto dj that can encode 2 bitrates, 192kbps mp3 and
> 64kbps aac.
>
> I had a working
2010 May 24
7
Icecast2 Station with multiple scheduled DJs?
I have been playing with Icecast only for a couple of days, and I am trying to figure out how to do something.
I want a listener to have to only deal with one stream, but I want to be able to switch the source of that stream between multiple sources (DJs). The core idea is that the listener only deals with /live.mp3 while in the background I can problematically switch between a series of live
2020 Jan 21
6
Server
Hi we don't have a stream with autodj atm how can I achieve getting icecast
onto my windows laptop with autodj
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/icecast/attachments/20200121/98d160a6/attachment.html>
2015 Nov 16
2
fallback mount points?
Hello, this is coming from our radio station's icecast config. change at
your needs and feel free to use this.
<mount>
<mount-name>/stream.mp3</mount-name>
<fallback-mount>/live.mp3</fallback-mount>
<fallback-override>1</fallback-override>
<hidden>1</hidden>
</mount>
<mount>
2015 Nov 17
2
fallback mount points?
Each MountPoint has a different URL, but in the ways that I have
described, you don't use it like that. You can have 2 or 3 MountPoints
but, one you can just serve as a fallback for all 3 of them. Let's take
this example for a few seconds. Say for example, if you had,
"http://yourdomain.com:8000/mount1" that will just serve as the listener
MountPoint. "/mount2"
2010 Sep 25
1
Icecast2 Station with multiple scheduled DJs?
is it free and will it work with my shoutcast server?
On 9/25/10, John List <johnlist at gulfbridge.net> wrote:
> At WXBH-LP we had a similar need, and we solved it using mpd (music
> player daemon) to coordinate our feed to icecast.
>
> mpd is a music player (supporting playlists, etc.) originally designed
> for local network streaming, but it has several attributes that
2015 Nov 13
4
Ice cast multiple dj's
Hello,
Im new to ice cast and was wondering how I would go about setting it up to allow multiple DJ's for different locations.I would like to have an auto dj playing and then Dj's want to broastcast the auto dj stops, and when the dos stop the auto dj kicks back in straight away.
If anyone has any idea on how to do this that would be great!
Thanks Hannah
-------------- next
2006 Sep 17
0
Liquidsoap 0.3.0
Hi list,
The Savonet team is proud to announce a new release of its
programmable audio stream generator, liquidsoap 0.3.0. Liquidsoap is a
simple ruby-like script language allowing one to build audio stream
sources from various elementary sources, source combinators and audio
outputs. It is mainly intended to be used as an icecast client for
internet radios through the use of the shout output
2014 Mar 05
1
CentOS AutoDJ Problem
Thanks a lot man
But i have another question
how can i install it?
i try to do it but it wasn't be successfull on it,
I try a tutorial about it from a GitHub, but wasn't successfull
is it really necesary install airtime to play liquidsoap?
and i notice than installing it, some of the Development tools necesary to
install it doesn't install
any idea or suggestion would be much
2007 Feb 13
1
Dead-air detection
I'm starting on a bit of a long term project (for myself) to implement dead
air detection with an icecast stream.
Basically at the location where we have icecast implemented it's a radio
studio and it'll be good if we have the system automatically detect if the
dj output is dead.
To which I am firstly posting on here to find out if anyone's already
implemented such a system and
2005 Aug 29
1
MySQL user cant log in
Hi,
I configured dovecot IMAP for MySQL authentification.
--- start dovecot.conf ---
auth_userdb = mysql /etc/dovecot/dovecot-mysql.conf
auth_passdb = mysql /etc/dovecot/dovecot-mysql.conf
--- end dovecot.conf ---
--- start dovecot-mysql.conf ---
db_host = localhost
db_port = 3306
db_unix_socket = /var/run/mysqld/mysqld.sock
db = users
db_user = users
db_passwd = xxx
db_client_flags = 0
2006 Apr 05
3
Shall we release 3.0.1?
Hi everybody!
At least xen 3.0 packages seem to be working, tested, and in a pretty good
shape... (I haven't personally tested xen-unstable, so I cannot say) I propose
releasing rev150 in unstable or at least experimental in the next few days...
No, this is not a late april's fool... :D
Comments? Ideas? Suggestions? Rants?
Guido
2014 Mar 04
0
CentOS AutoDJ Problem
Hello,
?here are my personal suggestions on the matter. I will stick to the
Icecast and streaming part of it, as other questions in your message regard
the difference between Linux distributions in general (CentOS is one flavor
of Linux, different from Ubuntu or Debian). Note that there are many other
solutions available.
2014-03-03 15:07 GMT+01:00 Jo se <kulturu01 at gmail.com>:
>
2015 Nov 13
2
fallback mount points?
I?m currently doing a show until one my time, ending in about two hours. After that, you can call our radio station number.
325-480-1039
> On Nov 12, 2015, at 10:49 PM, Scott Winterstein <0turn1 at gmail.com> wrote:
>
> If you send me a landline number (cheaper for me on int calling im in Germany) I will call and see what I can do to help
>
> Sehr geehrte Damen und Herren,
2004 Nov 22
2
Re-Assembling SongData in Icecast Streams..
Like any other major radio station we output our music from automation
software via analog audio through a mix board in a studio, where we
insert other stuff like live DeeJays, etc. only to have that stream
re-encoded by hardware MP3 encoders for distribution to our network of
IceCast servers.
The chain of song information gets broken as soon as we output from the
Automation software,