similar to: yp.shoutcast.com 404 errors...

Displaying 20 results from an estimated 600 matches similar to: "yp.shoutcast.com 404 errors..."

2004 Aug 06
0
yp.shoutcast.com 404 errors...
unfortunately, the kind folks over at Nullsoft axed all icecast entries on their YP... Quote from Tom Pepper : "I also had to pull support for icecast today from the directory, since I found no less than 40% of the server operators sending in doctored listener counts. garf." oddsock At 09:25 AM 1/23/2002 -0600, you wrote: >My icecast server (1.3.11) has been getting 404 errors
2004 Aug 06
0
yp.shoutcast.com 404 errors...
In trying to find out why neither icecast nor shoutcast no longer lists my radio station (I thought it might be the connectivity issues which plagued me this month), I find this: >> unfortunately, the kind folks over at Nullsoft axed all icecast entries on >> their YP... >> Quote from Tom Pepper : >> >> "I also had to pull support for icecast today from the
2003 Oct 16
1
CVS and Garf
Hello: Does anyone know if Garf's tunings have been integrated into CVS yet? I am waiting for that before upgrading. Charles -- "Problem solving under linux has never been the circus that it is under AIX." (By Pete Ehlke in comp.unix.aix) -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 190 bytes
2003 Aug 13
4
Ogg streaming on low bandwidth
Hi, Was wondering if any gurus could tell me if it is possible to stream Ogg on very low bandwidth links (for example satellite phone) where the expected bandwidth would almost certainly be less than 19Kbps, and probably more like 10Kbps. I am not after great audio at this bitrate, mono with an audio bandwidth less than 5KHz. I have done some testing (not streaming though) listening to 8Kbps MP3
2003 Aug 22
3
Which encoder ver to use?
Hello, I'm seeking advice here as I'm intend in the not to distant future to start encoding my CD collection, and I'm not sure what to use. Do I use the still current v1.0, or am I better off using a newer build? Also, I've started to notice mention of versions 1.0.1 and 1.1 in these mailing lists. Are these worth holding out for? I'll probably encode at about Q7, and am using
2003 Jan 20
2
Location of fileinfo
hello there, I just started using ogg files. And want to thank you all for this new format. I have written an addon for mirc (chatclient for irc chat networks) to play and exchange soundfiles and I am almost done with implementing the ogg vorbis format into this application. The mirc-scriptinglanguage provides me a command to read a specified number of bytes starting at a specified location of
2010 Sep 25
1
improve CELT
Hi, In paper" A High-Quality Speech and Audio Codec With Less Than 10 ms Delay", you are mention that: There are still several ways to improve CELT, such as by incorporating better psychoacoustic masking in the dynamic bit allocation. This is a difficult problem both because there are few bits available for coding the allocation and because the analysis window is short. it is
2002 Jul 11
2
Testing
Q: Is there any testing against a collection of known "hard-to-encode" clips before new releases? It would be an obvious thing, if you want to be serious about quality. I brought this up because I tried latest cvs version of oggenc on one of these standard clips I have. It's a 6 sec long clip of an applause. Heavy noise is easy to hear with qualities 0 to 5,99. (This corresponds
2001 Nov 10
3
rc2 incompatibilities ?
Files encoded with rc2 (comes from the latest RPM available at vorbis.com) seems to be unreadable for ogg123 < rc2 version (for example, beta4) Is that normal ? Will this file be readable with ogg123 >= rc2 ? Are plugins for windows player updated, can they read ogg files encoded with ogg123 rc2 ? --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage:
2004 Feb 04
2
Audo quality problem
Hello. First of all, thanx for that great codec. I would encode all my music with Ogg Vorbis in the future, if it hadn't been for some samples I encoded for test purposes: Everything was great as long a I used "natural" sounds/music, but certain pieces of synthesized music (specially techno) contained very audible artifacts even at high bitrates. So I just went on using mp3 for
2003 Jan 09
1
encoding to fixed window length vorbis file
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi! I want to encode wav file into fixed window length vorbis file. I don't know if "window" is good name for that, but i mean MDCT buffer size. This buffer is passed to mdct_backward() as "in" and it's size is determined by "init->n" variable which is also passed to this function. So, when I say "window
2004 Aug 06
1
Newbie question about soundcards
Here's what I got: a running shoutcast server, and doing just fine thanks. machine is a crapola with a 486 dx/4 24meg, running SuSE kernel 2.2.16, no X, no soundcard, runs secondary DNS and serves NFS. nothing else, hell, doesn't even have a monitor attached. http, sendmail and others run on another box that has more *oomph*, in case you're wondering. icecast 1.4.0 compiled on the
2001 Oct 25
1
Fwd: Re: Clarification on pshycho-acoustic in Vorbis (your non-MP3 guide)
After reading http://mp3.radified.com/mp3.htm I sent Rad an explanation of some things as I understand them. He liked it and posted it on his site (still unlinked, use the URL below). Can somebody with better understanding of psycho-acoustic terms and the vorbis model check it and comment on it? In particular I didn't know how vorbis handles quantization noise. If you reply with
2001 Sep 04
3
I hate myself for asking this, but...
I'm going to encode ~2000 CDs soon. All genres, but 90% of it has distorted guitars... Everything from punkrock to metal to industrial to goth to synthpop to classical to techno to whatever... I've heard that RC2 has some hearable artifacts, even in 192/256 kbps... There have been quite a few "bugreports" since RC2 with people sending samples that even I can differ from the
2003 Aug 04
3
128k listening tests completed
http://audio.ciara.us/test/index.html http://audio.ciara.us/test/128extension/results.html AAC, MPC, Vorbis, WMA 9/Pro, Lame & Blade were tested at 128k vbr. MP3Pro, AAC-Pro/Plus(?) and older versions of WMA were not tested. Looks like Vorbis tied with AAC, MPC and WMA 9/Pro for first. Although it was a four way tie, Vorbis was on the low end. And LAME was only slightly lower, comming in
2009 Jul 16
2
[LLVMdev] Removal of IA-64 target
Hello, LLVM's IA-64 target has not been maintained for a few years, and it is currently unable to compile many simple testcases. I'm planning to remove it from the tree soon, unless someone objects. Dan
2010 Jan 21
4
[LLVMdev] how to compile asm output for x86 with Micorsoft's ML
> Nope, llvm's .s output is only compatible with GAS and other at&t syntax > assemblers.  It turns out that MASM syntax is highly ambiguous and MASM is > not production quality for use by a compiler.  This is why visual studio > doesn't go through it.  Long term, we'd like LLVM to be able to write out .o > files directly, if you're interested in adding PECOFF
2016 Dec 04
4
[OT] firefox 45.5.1
read 'announce' of new release for firefox-45.5.0, then for firefox-45.5.0, decided, wrongly, to upgrade. my bad. nothing but problems. on opening what moz devs considered as 'latest and greatest', found that it was more crapola from moz devs. first run was to login with my isp, only to find page would not fully load and a message bar saying; Firefox prevented this page from
1998 Jul 09
1
lwn reports the Samba team could use coders and documenters
I read in todays (July 9, 1998) edition of the Linux Weekly News that "the Samba team could use coders, documenters and packagers as a result of a temporary dip in the volunteer resources available to them (caused by an unfortunate set of co-incidences, though we haven't heard the details yet)." and "This has slowed the Samba effort a bit." The full text of this news
2001 Jan 02
3
now i'm a real vorbis guy.
unemployed like you ex-icast folks :) (half the company was axed) Erik. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be