Displaying 20 results from an estimated 9000 matches similar to: "Newbie questions"
2005 Nov 02
1
ices0, lame, and m4a
Ok, I don't know what I'm doing wrong here, so I
signed up to the mailing list. Here's the situation:
I have an extensive music collection and have just
purchased an iPod. I already have ripped a few of my
CDs (about 4Gb worth) in an mp3 format (previously had
an mp3 CD player), but I'm not planning to rip the
rest of my CD collection in an mp3 format. At the
moment, I'm
2001 May 30
2
fixed point math
While vorbis works fine sending through the net PCM samples
from a Plan 9 machine (a 686) to a compaq Ipaq, it would be
great if it could work within the ipaq. I think that would
require fixed point math instead of using the FPU all the times.
the mp3 mad player seems to do just that.
Any plans to go along the same lines and provide a fixed point
decoder?
--- >8 ----
List archives:
2006 Jun 25
0
converting mp3's to aac+ or ogg
Yeah, ezstream is a source client just like ices0, but the manner in
which they go about processing files or playlists may differ. I don't
know too much about ices0 but in the configuration for ezstream you can
either specify a single file to stream or you can point it to an m3u
playlist and it will play though that, I'm not sure this is compatible
with how you currently queue media.
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
2000 Aug 08
0
OGG Vorbis jukebox program from PhatNoise (fwd)
------- Forwarded Message
From: Wesley Negus <wnegus@email.com>
To: webmaster@xiph.org
Subject: OGG Vorbis jukebox program from PhatNoise
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: mail.com
X-Originating-IP: 63.206.8.2
X-UIDL: 64dec87f799d0b3baef420fbed173f2d
Return-Path: <wnegus@email.com>
Hi -
I'm writing to tell you
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
0
building a multi-user-jukebox with icecast..need some advice
hi
I'm trying to build a prototype for something I've had in mind
for quite some years and finally is approaching to become reality.
But let me explain the circumstances:
I have a collection of albums (5000+) ripped to HQ VBR MP3's and
use my own web-interface to operate my jukebox (written in php,
does all I need, playlist manipulations, add whole albums, search
my whole collection
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
5
Freedomaudio player
Hi folks
Got Icecast2 running on Redhat8 with IceS2 as a source, streaming some OGG
files. All works nicely (not _especially_ reliable :) but it seems to lock
up the Freedomaudio java player between tracks.
Everytime a new file begins, the player stops and says 'Loading'.
I'm wondering if it's somehthing to do with metadata -
is there a way of disabling metadata from IceS2? (i.e.
2005 Mar 10
1
Creating playlists in real-time
I've been working on a jukebox application for a
while. My wife recenlty asked "You spend so much time
coding that and ripping CDs... Is there a way I can
listen to the songs at work?".
So...I made a simple web script to add songs to the
play queue and I added the ability to stream the raw
audio to stdout and linked it up with ices2.
My problem is I think the jukebox decodes
2005 Jan 30
0
Icecast 404 in the stats page
Hi,
When I open the stats page on the icecast server, I get the basic info,
but images and stuff generate 404's, although all the files are there
and readable by the user that icecast runs under:
This one works:
80.127.65.160 - - [30/Jan/2005:18:15:08 +0000] "GET / HTTP/1.1" 200 44
"-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; nl-NL; rv:1.8b)
Gecko/20050129" 0
2005 Jan 30
0
Icecast 404 in the stats page
Hi,
When I open the stats page on the icecast server, I get the basic info,
but images and stuff generate 404's, although all the files are there
and readable by the user that icecast runs under:
This one works:
80.127.65.160 - - [30/Jan/2005:18:15:08 +0000] "GET / HTTP/1.1" 200 44
"-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; nl-NL; rv:1.8b)
Gecko/20050129"
2002 Feb 20
1
Re: [iPAQ] Ogg Vorbis fixed-point math anyone ?
Actually, we have a integerized version of the vorbis libraries that are
available, royalty free, with a simple attribution requirement. These
libraries are 100% C code and run faster than real time on a cirrus
7312-74mhz processor (arm core). My guess is they should run at about
20-30% cpu utilization on a strongarm/200. Monty has this same code, but
his version doesn't play b4 content real
2004 Sep 10
3
ERROR: mismatch in decoded data, verify FAILED!
On 24-Jun-2001 Josh Coalson wrote:
> hmm, I didn't see a bug report yet... can you make the .wav file
> available for download? also, what version and options did you
> use? this is interesting; I haven't seen a verify error in a
> long time.
>
> Josh
I also had this verify error encoding a wav I ripped from a CD. I didn't
report this as it happended on flac
2004 Aug 06
0
Freedomaudio player
On 2002.11.11 10:16 Leo Currie wrote:
> Hi folks
>
> Got Icecast2 running on Redhat8 with IceS2 as a source, streaming some OGG
> files. All works nicely (not _especially_ reliable :) but it seems to lock
> up the Freedomaudio java player between tracks.
Is it just the java player that seems to be unreliable. There is a couple
of outstanding bugs in ices for network socket error
2004 Aug 06
0
Freedomaudio player
On Mon, 11 Nov 2002, Leo Currie wrote:
> Got Icecast2 running on Redhat8 with IceS2 as a source, streaming some OGG
> files. All works nicely (not _especially_ reliable :)
Do you have any reliability issues other than what you've mentioned? for
the most part, I've found ices and icecast to be pretty stable.
> but it seems to lock
> up the Freedomaudio java player between
2009 Jan 12
1
Deliver *sometimes* delivers via /tmp?
Hi,
I'm running dovecot (1.1.7) deliver and sieve (1.1.5) on a Fedora 9
platform, using selinux targetet mode.
Most of the mail deliveries goes well, but once deliver tried to copy
the mail to the /tmp directory, which it seems it not allowed by
selinux. I guess that deliver wants to sanitize the mail or something
and therefore copies it to /tmp.
Before I ask for selinux to allow this, I
2012 Nov 29
1
ices0 systemd package?
Not sure what the ices0 development plans are regarding Fedora systemd
support. A basic start may be as listed below. Just note that after
install, depending on the instance of ices0 being started, use
'systemctl start ices0 at 0.service'. See the installed unit service file
ices0 at .service for additional information.
Spec file: ftp://ftp.bkyoung.com/pub/specs/ices0.spec.tgz
Maybe to
2011 Sep 05
4
Winamp streaming to icecast2
Hello,
I'm trying to set up winamp to stream a live event to an icecast2
server. I've got the icecast2 server set up, and to date have streamed
playlists only via ices0 or ices2, now I'm wanting to stream live
using winamp.
Software wise, I'm needing to use free or open source software, the
icecast2 server is a Linux machine, the Winamp will be on either a
Win7 or a WinXP
2005 Apr 12
2
Adding authenticated mountpoints
I've got a jukebox type programme streaming out through multiple Ices
(0.4) sources, and an Icecast (2.2) server streaming to the listeners
over the web.
As a new user starts to play tracks on the jukebox, it writes a new
ices.conf file (with the specific mountpoint, bitrate etc for that user)
and spawns an instance of Ices to stream out that user's music. As it
stands today Icecast