search for: stdinpcm

Displaying 20 results from an estimated 21 matches for "stdinpcm".

2004 Aug 06
2
ices stdinpcm
I have problems with the stdinpcm module in ices2. The player fills its buffer and doen't play anything and fill the buffer again and this repeats (with winamp). when I download the stream with wget I can play it from hard disk... is this a common problem with ices2 or do only I experience this behaviour? the oss module wo...
2004 Aug 06
1
ices stdinpcm
...<name>Example stream name</name> <genre>Example genre</genre> <description>A short description</description> </metadata> <input> <module>stdinpcm</module> <param name="rate">48000</param> <param name="channels">2</param> </input> <instance> <hostname>radiostudio.org&l...
2005 Aug 26
0
Broken pipe of stdinpcm on asterisk-ices.xml
hi, I installed icecast-2.2.0.tar.gz and ices-2.0.1.tar.gz on Fedora3 linux-2.6.12-1.1372_FC3). It works fine for playlist.ogg from the other CPU, such as 'xmms http://192.168.0.3:8000/listplay.ogg'. But when I use 'stdinpcm' like 'asterisk-ices.xml' which send voip's voice udp packets to 'asterisk-ices.xml' such as; .......(snip)...... <stream> <!-- metadata used for stream listing --> <metadata> <name>Example stream name</name>...
2004 Aug 06
0
ices stdinpcm
On 2002.12.02 21:46 smoerk wrote: > I have problems with the stdinpcm module in ices2. The player fills its > buffer and doen't play anything and fill the buffer again and this repeats > (with winamp). when I download the stream with wget I can play it from > hard disk... is this a common problem with ices2 or do only I experience > this behaviour...
2005 Dec 13
1
seamless looping mp3 files to icecast
Hello, The previous message seems to confirm that I'm posting to the right place - apologies if not. I have a project where I'm streaming live software-generated PCM audio to icecast via ices 2.0 stdinpcm - this works great for ogg vorbis (thanks very much guys!) I haven't been able to find a stdin-based solution for PCM->mp3->icecast, is there one? From the docs, it looks like ices 0.4 can't do this. Piping PCM to lame to ezstream does work, but it uses a lot more CPU than ices2/st...
2004 Aug 06
2
ices and stdin module?
I'm trying to wedge an input filter in front of ices (latest nightly from 5/5), and if I'm using the 'stdinpcm' input module, ices segfaults on me after a few seconds. I'm running on FreeBSD-4.8. Here's the relevant section of my config file: <input> <module>stdinpcm</module> <param name='rate'>8000</param> <p...
2004 Aug 06
1
ices: Metadata for im_stdinpcm
Hi, I added metadata support for the stdinpcm module of ices. The metadata have to be submitted via file (as stdin is already used for the strem). Please apply this patch to the current cvs sources. <p>Deti <p> Index: im_stdinpcm.c =================================================================== RCS file: /usr/local/cvsroot/...
2004 Aug 06
2
Using ices or shout with continuously growing files?
I also tried such things: lxserv:/mnt/fatbass# tail -f recording.mp3 | /usr/local/icecast/bin/ices -M stdinpcm -h localhost -p 40044 -P password Logfile opened Could not find a valid playlist file. Ices Exiting... In this case I try to KEEP READING the mp3 file (which becomes continuously larger), and pipe it to ices (how should I do this?). But ices isn't nice to me and keeps asking for a playlist, wh...
2004 Aug 06
1
Source deconnection bug in icecast?
Hello, Yesterday evening, I installed icecast kh13 with your latest libshout. We have to wait 1, 2 or three days to see what is happening... Yes, the samplerate 19404 is exactly what I asked ices to do... Just a compromise between bitrate and samplerate to have a better sound quality. Regarding to that, I didn't found the option to set the ouput rate in ices kh47, and also I was wondering how
2004 Aug 06
0
various patches to ices2 using dsp
...Mike is away. All these came about because of some DSP input checking. metadata fix Remove race of pthread conditional at start, allowing the metadata thread to service metadata requests. Avoid clearing of metadata flag on interrupted read. metadata-to-input-sleep diff Make only playlist and stdinpcm inputs sleep, can cause some severe audio problems with live input, verified against a known SB-Live setup. metadata-2 fix Add parameter "metadatastartup" to dsp input to read the metadata immediately at startup (no initial signal required). This patch also adds a logging of the metada...
2004 Aug 06
2
reencoding mp3 as vorbis live
What I want to do is put up an icecast 2 server streaming vorbis, but the original live stream is mp3. It seems that I want to do something like this (with all the options left out for clarity): mpg123 | lame | something where the "something" is some command that sends the bits to icecast like ices. Does such a thing exist for ogg/vorbis? Is there a better way to do this?
2011 Feb 14
3
audio sample rates
I have an Icecast server and an Asterisk dialplan containing a call to ICES(/my/ices.xml). So Asterisk launches "ices /my/ices.xml" where /my/ices.xml contains: <input> <module>stdinpcm</module> <param name="rate">8000</param> <param name="channels">1</param> </input> and <encode> <samplerate>8000</samplerate> <channels>1</channels> </encode> If I place a call through Asterisk so...
2005 Jun 04
2
icecast sound compressor
Hi, I searched the Internet to find an answers, but I didn't find anything useful, so I'm turning to you, maybe someone has the answer. I want to make a realtime broadcast from a Linux box. The source is the soundcard's line-in, and it sends the stream to an Icecast server. I would like to have realtime compressor/limiter functionalities on this Linux box, so the outgoing signal
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
4
announcement
...basis. * Use one of the following input modules for providing the audio streams Live input . OSS - commonly used audio system for a various unix-like systems . ALSA - new audio system for Linux based systems. . Sun - Audio driver used on Sun Solaris and OpenBSD Additional modules . stdinpcm - Raw PCM fed via stdin for encoding . playlist - Read a playlist of Ogg Vorbis files. The playlist can be a static file or created from another program. * most input modules have the ability to insert metadata (eg artist and title) into the stream. * Documentation is provided i...
2004 Aug 06
4
announcement
...basis. * Use one of the following input modules for providing the audio streams Live input . OSS - commonly used audio system for a various unix-like systems . ALSA - new audio system for Linux based systems. . Sun - Audio driver used on Sun Solaris and OpenBSD Additional modules . stdinpcm - Raw PCM fed via stdin for encoding . playlist - Read a playlist of Ogg Vorbis files. The playlist can be a static file or created from another program. * most input modules have the ability to insert metadata (eg artist and title) into the stream. * Documentation is provided i...
2004 Aug 06
1
Was Re: build problems, now XML config syntax
...</metadata> <input> <!-- For the stdin Module in combination with esdmon it is important to set the rate to 44100 and 2 channels --> <module>stdinpcm</module> <param name="rate">44100</param> <param name="channels">2</param> </input> <instance> <!-- Server details:...
2004 Aug 06
2
ice2 CVS build problems under Solaris 7
Hi: If you want to use icecast 2 for streaming vorbis audio then don't get it from the CVS repository at icecast.org. That's ancient developer stuff in there. Instead get it from the xiph.org CVS repository (see http://www.xiph.org/cvs.html which I see now lists the icecast stuff (yay!). You'll need the icecast module plus the avl, httpp, log, net, thread and timing modules (check
2004 Aug 06
4
suggestion: add mp3 support to ices2
It says here there hasn't been much interest in handling mp3 with ices2: http://www.icecast.org/files/ices_docs/faq.html I just wanted to mention that I'm interested in doing so. I use ices for a web-based jukebox project called Tunez. I have tried the other suggested icecast streamers and have had major problems with both of them (muse and liveice). It would be really cool if the
2004 Aug 06
3
cannot get icecast and ices totalk...authenticationfailed
> On Wed, 9 Apr 2003, Eric L. Brown wrote: > >> WARN playlist-builtin/playlist_read Corrupt or missing data in file >> >> When I try to play a basic playlist with 2 files (that are fine, and do >> exist). > > You're not trying to play MP3 files, by any chance? Ices2 only plays ogg > and raw PCM at this time. ah. Ok, so is there any way to play my mp3