similar to: ices2 metadata, script module

Displaying 20 results from an estimated 7000 matches similar to: "ices2 metadata, script module"

2005 Aug 15
5
ices2, metadata, bumps and crashes
I'm using ices2's metadata facility to update the name of a track in a vorbis stream: <input> <module>alsa</module> <param name="rate">44100</param> <param name="channels">2</param> <param name="device">hw:1,0</param> <param name="metadata">1</param>
2004 Aug 06
0
ices2 ans ALSA
Hello, I'm using ices2 on ALSA 0.9.6 drivers. After some troubles, it works. This is my ices-alsa.xml config file: <?xml version="1.0"?> <ices> <background>0</background> <!-- run in background? (unimplemented) --> <logpath>/tmp</logpath> <!-- where logs, etc go. --> <logfile>ices2.log</logfile>
2005 Oct 01
1
fm-tuner and ices2
Hi all. These is my first post to this list, and I want to ask about using of ices-2.0.1 with fm-tuner. I can`t find any useful docs about such usage. Here is my ices.xml : --------------------------------------------------------------- <?xml version="1.0"?> <ices> <background>1</background> <logpath>/var/log/ices</logpath>
2004 Oct 01
2
Problems getting Ices2 to work with live input.
I've got icecast2 and ices2 working with a playlist of ogg files and it works fine. I've been playing for a few days with getting my audio to work at all. I've now got my audio where I can play an ogg file from ogg123 -d oss filename.ogg. When I run ices ices-live.xml I get the following error in my log file: [2004-09-30 09:38:07] INFO ices-core/main IceS 2.0.0 started...
2004 Aug 06
2
Ices2 / Icecast2 / Long connect and no sound
> On Tue, 2003-05-27 at 21:06, adam leigh wrote: > > Unfortunately, ices2 isn't writing anything to the logs. I've got them on > > debug mode, but there still isn't anything being written to indicate it's > > having a known problem. > > well thats a problem, you should at least see > ices started > if not then try to resolve that first. Email
2004 Aug 06
0
Ices2; Metadata and special chars
I have the same problem with status.xsl. Special characters such as “é” are truncated. Is there any solution? Cheers, MAX -----Original Message----- From: owner-icecast@xiph.org [mailto:owner-icecast@xiph.org] On Behalf Of Ross Levis Sent: Wednesday, March 03, 2004 4:58 AM To: icecast@xiph.org Subject: Re: [icecast] Ices2; Metadata and special chars I reported this several months
2004 Aug 06
2
ices2 + stdin + metadata
Hi, does anybody know some info about posting metadata to ices2 via stdin? My system is based on a PHP-script wich sends PCM-data from the player (mpg123 or ogg123) over a pipe to ices2. As i understand the documentation, metadata is sent as normal clear text within the PCM-data when using stdin. I tried the following format: \n artist=foo\n title=bar\n (\n is, of course, a normal
2004 Aug 06
0
ices2 + stdin + metadata
On Tue, 2004-02-03 at 15:05, Thomas Weber wrote: > Hi, > > does anybody know some info about posting metadata to ices2 via stdin? > My system is based on a PHP-script wich sends PCM-data from the player > (mpg123 or ogg123) over a pipe to ices2. As i understand the documentation, > metadata is sent as normal clear text within the PCM-data when using stdin. no it's
2005 Jan 18
3
Several Questions about Ices2 & icecast2
Hi, i have got a linux debian woody box with icecast2 and ices2 on it. I'm running a 24/7 stream with a huge playlist on my server, but I've got some questions about it: 1. Is it possible, that ices updates Metadata (Artist - Track) to the icecast Server in playlist mode? 2. Is there any possibility of controlling ices2 by a webinterface with functions like nextrack, stop and play,
2004 Aug 06
1
Ices2; Metadata and special chars - SOLVED
I just had contact with an ices-developer about this issue. This is not a bug in ices, it is a documentation-bug. What the documentation not says is, that the metadata should be sent in UTF-8 encoding. Simply change from Ascii to UTF-8 and ALL esoteric characters will be sent, i've just tested this. ----- Original Message ----- From: "MacSym" <macsym69@yahoo.fr> To:
2004 Aug 06
2
Difficulties with Ices2
I have been successful in running a playlist through Ices and Icecast... I have run into difficulty running a live stream through the soundcard, however... The following is the log when I attempt to run ices ices-mylive.xml: INFO ices-core/main ices started... EROR input-oss/oss_open_module Couldn't set sample format to AFMT_S16_LE EROR input/input_loop Couldn't initialise input module
2004 Aug 06
0
Difficulties with Ices2
On Tue, 2003-08-05 at 21:22, Matthew Fields wrote: > I have been successful in running a playlist through Ices and Icecast... > I have run into difficulty running a live stream through the soundcard, > however... > > The following is the log when I attempt to run ices ices-mylive.xml: > > INFO ices-core/main ices started... > EROR input-oss/oss_open_module Couldn't
2004 Aug 06
4
ices2 compile error, ignore previous msg
Oops! I accidently sent the previous message before I finished it, sorry! However, the problem remains the same. I cannot succesfully compile ices2 for some reason. I've followed some instructions I found on the web at http://www.6809.org.uk/kja3/ices2-howto.shtml. So far, what I've done is: 1) Installation of Slackware 8.1 (with libxml2 2.4.22, gcc 2.95.3) 2) Update of the oggutils
2004 Aug 06
2
ices2 + pid-file (was: ices2 + stdin + metadata)
Ok, so i have to know the PID of ices to send the update-signal. I've added this to my ices.xml: <pidfile>/home/www/bin/ices.pid</pidfile> (directly under the node <ices>) I thought i've seen this somewhere in the manual. However, when i start ices, no pid-file is created :-/ Is this the right way? <p>----- Original Message ----- From: "Karl Heyes"
2004 Aug 06
2
Ices2; Metadata and special chars
Hi there! I am currently developing a broadcast solution with ices2 (feeded over pipe, stdin). I use a metadata-file and signals to update the streams metadata. The problem is, names of songs and artists are cut off at special chars like & or at a german umlaut. For example: artist=Test title=foo & bar is sent to the clients as "Test - foo ". Do i have to use some kind of
2004 Aug 06
0
Ices2; Metadata and special chars
On Wednesday 03 March 2004 14:18, Thomas Weber wrote: > Hi there! > > I am currently developing a broadcast solution with ices2 (feeded over > pipe, stdin). I use a metadata-file and signals to update the streams > metadata. The problem is, names of songs and artists are cut off at special > chars like & or at a german umlaut. > > For example: > artist=Test >
2004 Aug 06
0
ices2 not compiling on OpenBSD 3.3 -> ices 0.3 cofig problem?
> > Playlist streaming works well on OpenBSD, of course. The > first step to > > actually fix this would be improving the autodetection to > disable Sun > > audio on OpenBSD automatically - next would be to write im_bsd.c. ;P > > Hmm, I would need that for live streaming. How about ices 0.3? Ices 0.3 compiles OK, but I have troubles to make a config file. Here is
2005 Aug 16
0
ices2, metadata, bumps and crashes
[In case anyone is wondering, the missing message is because I emailed Mike directly, not realising I wasn't sending to the list.] On Tue, Aug 16, 2005 at 12:56:57PM +0200, Michael Smith wrote: > On 8/16/05, Paul Martin <pm@nowster.zetnet.co.uk> wrote: > > On Tue, Aug 16, 2005 at 10:31:09AM +0200, Michael Smith wrote: > > > > > This shouldn't cause any
2004 Aug 06
3
Ices2; Metadata and special chars
I reported this several months ago. I was using Oddcast to send and Winamp to listen. Winamp showed the title truncated at any extended character. >From memory, status.xsl didn't show the title correctly either. Regards, Ross Levis. ----- Original Message ----- From: "Michael Smith" <msmith@xiph.org> To: <icecast@xiph.org> Sent: Wednesday, March 03, 2004 4:27 PM
2004 Aug 06
2
problems setting the sample rate with icecast2 and darkice
At present my stream is at 11.025 kHz and I want it to be at 44.1 kHz. Input is coming from line-in on my sound blaster card under linux (RH 9) using the sb driver. I presume that it is icecast that sets the sample rate on the dsp in the card, though when I change the settings in icecast.xml and darkice.cfg as show below the stream becomes choppy; or rather the sampling doesn't seem to