similar to: seamless looping mp3 files to icecast

Displaying 20 results from an estimated 10000 matches similar to: "seamless looping mp3 files to icecast"

2005 Dec 23
1
WMP mp3 stream trouble
Hello everyone, I made a big effort to provide an mp3 stream on my site to please the unenlightened masses, and then I see in my logs that it doesn't work in Windows Media Player. Doh! There's no Windows machine around to test on so if anyone could help me out, I'd be very grateful. I couldn't find anything in the list's archive or on the web in general, sorry. Details:
2004 Aug 06
1
ices stdinpcm
I testetd it with winamp2 and ogg123, didn't work. cpu usage was around 30% or 35%. the version is from yesterday. this is my config file: <?xml version="1.0"?> <ices> <logpath>ices</logpath> <logfile>ices.log</logfile> <loglevel>4</loglevel> <consolelog>4</consolelog>
2006 Jun 26
0
converting mp3's to aac+ or ogg
Hi, I'll attach my ezstream.xml file to illustrate how ezstream can be "programmed" to do various on-the-fly re-encodings. The basic idea is to treat each <encdec> section as a pair of cmd-line tools: implying a *ix pipe connects the output of the <decode> cmd to the input of the <encode> cmd. The stdout of the <encode> cmd is fed back to ezstream for
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? I've heard of
2005 Mar 16
0
ezstream
ezstream is only for streaming files and playlists. Not live audio. Darkice (ogg and mp3), ices2 (ogg only), or liveice (I think mp3 only, but never used it) are better choices for doing live audio. ezstream is designed to be really simple, so it surprises me that re-encoding was included in it at all. ezstream can only stream one source to one icecast server/mountpoint. To my knowledge the
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 works. --- >8 ---- List archives: http://www.xiph.org/archives/
2005 Mar 03
0
ezstream
On Thu, 03 Mar 2005 14:50:47 +0000, Ben Edwards (lists) <lists@videonetwork.org> wrote: > hi everybody. I am involved in a Internet Radio Station in Bristol UK. > We are using a icecast 2 server and are trying to work out what to use > to upstream. > > Currently we are using darkice which seems to work well. However it > does not support playlists. > > I have
2005 Mar 16
2
ezstream
On Fri, 2005-03-04 at 09:46 +1100, Michael Smith wrote: ... > Compared to ices2, ezstream is very simple - easy to set up, easy to > use. It's also much, much less featureful. ezstream supports some > formats that ices2 doesn't, though. It also runs on some platforms > that ices2 doesn't (notably windows). > > If you really need mp3, you might also consider ices0,
2007 Jun 19
1
m3u list - encode/decode?
I'm now trying to use an m3u formatted list to pass to ezstream rather than stdin. Since all of my audio files are in .wav format, and I have oggenc, I see no reason to decode them before ogg encoding them. Is there a configuration I can use to make this happen? I tried omitting the decode parameter and ezstream complained. Here is what I have now: <ezstream>
2007 Jun 19
0
m3u list - encode/decode?
I'm now trying to use an m3u formatted list to pass to ezstream rather than stdin. Since all of my audio files are in .wav format, and I have oggenc, I see no reason to decode them before ogg encoding them. Is there a configuration I can use to make this happen? I tried omitting the decode parameter and ezstream complained. Here is what I have now: <ezstream>
2012 Jan 09
0
EZSTREAM: Playlist Automation Script for Windows
Hey All, Happy New Year! I have a question regarding EZStream for Windows. I saw in one of the examples, I could use a script, such as a playlist.pl. Is it possible to use a custom .exe file, or a vbs/wsh script instead? Thanks, Doc -----Original Message----- From: icecast-bounces at xiph.org [mailto:icecast-bounces at xiph.org] On Behalf Of icecast-request at xiph.org Sent: Tuesday,
2006 Feb 07
1
guideline for plug-in to icecast2 server
hi actually im trying to add feature to ices2 to able to stream mix file format such as ogg and mp3 in the same playlist.m3u without extra decoding and encoding that function like ezstream. the reason i dont want to use ezstream as source client becoz after going thru decoding and encoding, the audio quality drops. Therefore im trying to find out is there any easy way out to add plug-in to
2005 Mar 04
0
unsubscribe
unsubscribe -----Oorspronkelijk bericht----- Van: icecast-request@xiph.org [mailto:icecast-request@xiph.org] Verzonden: vrijdag 4 maart 2005 15:52 Aan: icecast@xiph.org Onderwerp: Icecast Digest, Vol 10, Issue 5 Send Icecast mailing list submissions to icecast@xiph.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.xiph.org/mailman/listinfo/icecast or, via email, send
2005 Mar 03
2
ezstream
hi everybody. I am involved in a Internet Radio Station in Bristol UK. We are using a icecast 2 server and are trying to work out what to use to upstream. Currently we are using darkice which seems to work well. However it does not support playlists. I have looked at muse-streamer but it is currently far to unstable. Therefore ices or ezstream seem to be the option. From what I can gather
2006 Jun 25
0
converting mp3's to aac+ or ogg
Taking the 128 mp3 and re-encoding to flac won't fix any quality issues you may have as they will retain the same 'flaws'. In the end you'll end up with the same quality as you would have seen going from 128 mp3 to q3 ogg. One nice thing about ezstream is that you can specify decoders for multiple formats so if going and ripping all your media again is too daunting a task you
2015 Aug 22
0
Best source for creating multiple streams
With IceS2 this is easily accomplished by copying the 'ices-playlist.XML' file (I have 3 copies in the same directory with different names). Then define a new mount point in the xml file and point to a different play list file within the XML ( random can be enabled in the xml). Once this is complete, in terminal start ices2 with each xml. ~ $ sudo ices2 /media/music/ices-playlist_s.XML
2012 Jan 10
2
ices2 memory leak on Debian/ARM (The Darkener)
Justin, I'm not a linux guy, or a that well versed on ICES, but, I went thru the code (stream.c) and just kinda nosed around the broadcast part. When we look at distros that this uses, it may be the correct version of the package, but it might actually be a supporting package, like curl or something like that. If you look at the code attached below, it shows there might be some kind of
2006 Jun 26
0
converting mp3's to aac+ or ogg
For archiving from source media (CD usually) to flac? I typically use EAC either from Windows or Wine as it allows for the most configuration. Off the top of my head I think Sound Juicer will do it for *nix, though there are probably others that work just as well. Chris Dave wrote: > Hi, > Thanks. As is usually the case circumstances kind of put this > project on a few days hold,
2004 Aug 06
4
announcement
After far too long under development and testing, this is to announce the release Ices 2.0.0. What is it? Ices is a source client for Icecast v2 streaming server. It takes audio from a stated input and (re)encodes the audio for streaming to icecast for listeners to pick up. <p>What's in this release? * stream Ogg Vorbis to one or more Icecast servers * allow for resampling, dowmixing
2004 Aug 06
4
announcement
After far too long under development and testing, this is to announce the release Ices 2.0.0. What is it? Ices is a source client for Icecast v2 streaming server. It takes audio from a stated input and (re)encodes the audio for streaming to icecast for listeners to pick up. <p>What's in this release? * stream Ogg Vorbis to one or more Icecast servers * allow for resampling, dowmixing