similar to: relay icecast to shoutcast

Displaying 20 results from an estimated 10000 matches similar to: "relay icecast to shoutcast"

2004 Dec 05
0
permissions, permissions
Hello, Clueless newbie using ices 0.4 and icecast 2. Situation: a small closed network, no worries about security. Error I am bumping into: [devprog1@localhost ices-0.4]$ ices Logfile opened Playing /home/devprog1/mp3/01.mp3 Error during send: Mount failed on http://127.0.0.1:8000/ices, error: Login failed Following are my two config files, could anyone help me out? TIA, Bert <icecast>
2004 Oct 03
2
Can't connect winamp source to icecast server
Gidday, I have a winamp 2.95 source that cannot upload the stream to my icecast server. Since icecast is compatible with shoutcast surely a winamp source should be able to connect? any help appreciated, Greg My icecast.xml follows: <icecast> <limits> <clients>100</clients> <sources>2</sources>
2015 Jul 11
0
non latin1 characters in titles/artist et cetera
> On Jul 11, 2015, at 2:53 PM, Marvin Scholz <epirat07 at gmail.com> wrote: > > On 11 Jul 2015, at 18:27, Stephen Jones wrote: > >> What is the correct way for me to configure icecast.xml? > > Please show us your config file, but with removed/changed passwords of > course. Thank you .. here it is: <icecast> <limits>
2014 Jul 30
0
can't use icecast2 in ubuntu 12.04
El mi?, 30-07-2014 a las 21:41 +0200, Simone Dal Maso escribi?: > Hello, > first of all thank you for your patience and having answered you. > I tried to change port from 8000 to 8001 but nothing happened. I am > using a vps server so I don?t need to open port from router. > I paste here all my icecast.xml configuration file. > can you please give a llok and tell me if all seems
2011 Feb 23
0
Server startup failed. Exiting
THANK YOU FOR YOUR ATTENTION...WE TRIED A FEW THINGS AND BASICALLY THINGS RESULTED IN THE SAME ERROR... Server startup failed. Exiting WE SCRUBBED THE ICECAST.XML FILE AND VALIDATED IT AND NO ERROR WERE FOUND...WE THANK YOU FOR TAKING THE TIME TO LOOK OVER THE XML CONFIG FILE INCLUDED IN THE EMAIL AND SEE IF MAYBE OUR ISSUES FOR NOT BEING ABLE TO START THE ICECAST SERVER SUCCESSFULLY ARE HIDDEN
2005 Jan 12
1
Always question about live and playlist
Hi everyone, My first mail was: "I'm a french user of icecast2 on a distant serveur. I have 1 stream running on the serveur (with ices) that play random mp3 and when i want to do a live i connect my PC (winamp+oddcastv3) to the icecast and then i have 2 stream on the icecast serveur. The question is "How can i replace the first stream (playlist) by my live stream, and when i've
2011 Jun 16
1
Need help with config file
Thank you for your time...we made some changes to our config file and the server doesn't want to start with the command icecast -c /path/to/icecast.xml giving the error: 'Could not create listener socket on port 8000 Server startup failed. Exiting' can you look at the config file bellow and let us know of any changes that might help. we need to be able to have 10,000 clients
2004 Dec 28
2
Liveice startup error message..
Hello, I have been trying to use liveice with icecast to stream live audio. I am getting an error message that I can't seem to find an answer to. FIrst of all, I start Icecast (Version 2.2.0) and it seems to come up fine.Then I start liveice, and I get the following error message: liveice -c /usr/local/bin/liveice.conf 0 Initialising Soundcard 16Bit 22050Hz opening connection to localhost
2004 Dec 30
2
XML parsing error I can't find
Hello, I'm running Debian/Linux and installed the Debian package of Icecast. It's 2.2.0 one. I got a parsing error I can't detect. When launching Icecast : [...] Starting icecast2: Starting icecast2 Detaching from the console I/O warning : failed to load external entity "/etc/icecast2/icecast.xml" FATAL: error parsing config file (/etc/icecast2/icecast.xml) XML config parsing
2004 Dec 23
2
Icecast 2.2.0 and Ices2: no audio
Folks: I'm trying to set up a streaming server under Fedora Core 2 using Icecast 2.2.0. Everything compiles; everything runs. There are no indications of a problem in any of the log files. When I look at http://192.168.0.128:8000/status.xsl, everything looks ok. But when I click on "Click to listen", it brings up xmms, but there's no indication of audio, and xmms shows a bit
2012 Feb 19
2
Fw: Icecast doesn't bind to my external network interface?
-----Originalmeddelande----- Fr?n: "Per Gunnarsson" <per at 80-244-81-186.customer.t3.se> Till: per.gunnarsson at lappstockholm.se Datum: 2012-02-19 17:45 ?mne: Icecast doesn't bind to my external network interface? I can listen to my stream with mplayer -cache 1024 http://localhost:8000/ices.mp3 but not mplayer -cache 1024 http://80.244.81.186:8000/ices.mp3 This
2004 Dec 02
2
icecast dies regulary
Hi, I am running Icecast 2.1.0 on a Debian Sarge with a 2.6.8 Kernel. After upgrading to the new version i have the problem that the icecast2 process. It is regularly dying after running 20-26 hours. There are no messages in the icecast logfile nor in any other logfile. The only message, which is written to the shell which started the process, is xsltApplyOneTemplate: template was not compiled
2014 Jul 30
1
can't use icecast2 in ubuntu 12.04
Hello, in the first listen socket, I put 8001 to make a test, generally it is always set to 8000. should I change also the second listen socket? Il giorno 30/lug/2014, alle ore 22:15, Jos? Luis Artuch <artuch at speedy.com.ar> ha scritto: > El mi?, 30-07-2014 a las 21:41 +0200, Simone Dal Maso escribi?: >> Hello, >> first of all thank you for your patience and having
2006 Mar 25
2
static file streaming
Hi All, Maybe I do something completely wrong and I make some trivial mistakes but the static streaming doesn't work for me. I describe my setup. Thanks, Ivan - I try to reach the following URLs but neither of them worked: http://my.server.hu/try.mp3 http://my.server.hu/try.mp3.m3u http://my.server.hu/list.m3u - The /usr/share/icecast2/web directory contains the following files: try.mp3
2016 Nov 01
0
Icecast mount points help
Hi Mark, Add extensions to all of your mountpoints for the appropriate audio codec/format you're using. For example, <mount-name>/test.opus</mount-name> for an Ogg/Opus stream. Don't forget to add extensions in the <fallback-mount> sections, too. I didn't look too closely at your config otherwise, that error was standing out. Cheers, Jordan P.S. Please
2008 Jan 19
0
sound card input stream
? am newbie about icecast and darkice. Here is my informations about runnings and configs. Can u help me what i have to do in configs? -su-2.05b$ icecast -b -c /usr/local/etc/icecast.xml Starting icecast2 Detaching from the console -su-2.05b$ [2008-01-19 10:27:19] INFO main/main Icecast 2.3.1 server started [2008-01-19 10:27:19] DBUG yp/yp_recheck_config Updating YP configuration [2008-01-19
2014 Jan 03
2
Regarding fallback mount points.
Hi all. I finally got my automating stream working. now, I do have a question for you all regarding fallback mount. I believe I have them setup correctly. but what I would want to do is when I go to http://kjscradio.com:8000/stream.mp3.m3u, I would like it to fallback to the mount point that I have setup for my automation stream. Then, when a source drops the connection from the /stream.mp3.m3u
2016 Oct 17
0
Icecast help
Marc, Lines with a <!-- and --> are commented and not used. You need to remove these around the mount items. The <<!-- looks like it needs fixing. Ross. -----Original Message----- From: Mark [mailto:mark at tafn.org.uk] Sent: Monday, 17 October 2016 9:35 p.m. To: Ross Levis Subject: Re: [Icecast] Icecast help Hi Ross, First many thanks for your help I have done what you
2019 Aug 01
0
mount points down in relay after a network problem
Hello. I have a problem in a master-relay scenario. Sometimes, when a stream is down in master server and after a while the stream is fine again (e.g. after a network problem), relay/s server can't get the stream again, so I have to restart icecast in relay server to make it work: 1- An incoming stream is stopped in icecast master 2 - The stream is up again in icecast master 3 - Relay
2019 Aug 01
0
mount points down in relay after a network problem
Hello. I have a problem in a master-relay scenario. Sometimes, when a stream is down in master server and after a while the stream is fine again (e.g. after a network problem), relay/s server can't get the stream again, so I have to restart icecast in relay server to make it work: 1- An incoming stream is stopped in icecast master 2 - The stream is up again in icecast master 3 - Relay