Displaying 20 results from an estimated 300 matches similar to: "binary downloads (www.vorbis.com down?)"
2001 Jun 08
1
ogg123 plays too fast
Ogg123 plays too fast. Trying to listen to RMS
talks at NYU and ogg123 plays at what seems to be
twice the normal speed. I have searched the web and
the mail archives here at vorbis but have seen nothing
that resembles this problem. 
ogg123 -help doesn't clear things up for me. 
Could anyone please help? 
Please reply off the list since I am not 
subscribed. 
Thanks. 
2001 Oct 05
2
DarkIce 0.6 and Lame 3.89: underlying sink error
Hey,
I've compiled DarkIce 0.6 dynamically linked to LAME 3.89. I'm running
Slackware 8 and using gcc 2.95.3. Running DarkIce yields the following
output:
  DarkIce 0.5 live audio streamer, http://darkice.sourceforge.net
  Copyright (c) 2000-2001, Tyrell Hungary, http://tyrell.hu
  
  Using config file: darkice.cfg
  Using POSIX real-time scheduling, priority 98
  LAME version 3.89 (beta
2004 Aug 06
1
DarkIce make problem
Yea, I figured it out...brain fart on my part.  Got it working, but getting
some sort of TCPSocket error now...  still trying.  :)
[root@jabez etc]# darkice -c /usr/local/etc/darkice.cfg
DarkIce 0.6 live audio streamer, http://darkice.sourceforge.net
Copyright (c) 2000-2001, Tyrell Hungary, http://tyrell.hu
Using config file: /usr/local/etc/darkice.cfg
Using POSIX real-time scheduling, priority
2004 Aug 06
1
Re: DarkIce 0.6 and Lame 3.89: underlying sink error
Samuel,
I had the same problem.  I think it's because the port in darkice does not
match the port icecast or shoutcast is listening on.  I thought it was 8000
but it was actually 8001.  Check that.
Matt
-----Original Message-----
From: owner-icecast@xiph.org [mailto:owner-icecast@xiph.org]On Behalf Of
Samuel Hathaway
Sent: Friday, October 05, 2001 2:43 PM
To: icecast@xiph.org
Cc:
2004 Aug 06
2
Lame, Bitrates, ReEncoding I
I'd like to use the Bitrate and Reencode features of ices and understand I
must recompile with lamelib.
However, it's Very Unclear where to begin here. This is noted in the
ices-0.2.3 INSTALL file:
        I installed lame as a debian package so lame.h is in
/usr/include/lame/lame.h
        and libmp3lame.a is in /usr/lib. configure finds everything automatically.
<p>I assume we
2020 May 19
4
DHCP Updates to DNS - Multiple Entries with Same IP
Thank you to Rowland, L.P.H. van Belle, the entire samba team, and others that help. I've been running samba in our fire department for over a year.
I'm running a self compiled samba version 4.11.9, bind version 9.11.3, BIND9_DLZ, isc-dhcp-server version 4.3.5 with fail over (between the 2 DC's) on Ubuntu 18.04 on Odroid N2 aarch64. I have 2 identical DC's on the network FDDC10
2004 Aug 06
2
Trying to stream to a Nanocaster/2.0 server
Hi Akos, 
--- Akos Maroy <darkeye@tyrell.hu> wrote:
> well of course, the nanocast server uses some different login
> protocol 
> than icecast or shoutcast. is there a site for this server? maybe a
> spec 
> on the source login protocol? then I could add support for it to
> darkice
Hmm.. I thought nanocaster was similar to shoutcast? I can use the
shoutcast plugin for
2001 Oct 06
3
DarkIce make problem
Using RH71.  Got Lame, Vorbis, gcc3 and everything installed.  When I try to
make DarkIce I get this error.  Can anyone help?
$ make
make  all-recursive
make[1]: Entering directory `/usr/src/download/darkice-0.6'
Making all in src
make[2]: Entering directory `/usr/src/download/darkice-0.6/src'
c++ -DHAVE_CONFIG_H -I. -I. -I..     -O2 -Wall -c DarkIce.cpp
In file included from
2015 Mar 24
5
EZStream 0.5.6 Says No Such Share Object
On Fedora 20 (Heizenbug), when the command:
/usr/local/bin/ezstream -q -c "{some-file}.xml"
is executed, the error message:
/usr/loca/bin/ezstream: error while loading shared library:
libtag_c.so.0; cannot open shared object file: no such file or
directory
is displayed. "find" shows it's in /usr/lib64, which is a link to
/usr/lib64/libtag_so.0.0.0. Is there something I
2001 Mar 15
6
kolabore.de now vorbisized, up and running angain
Hi!
FYI, the web site http://www.kolabore.de/ where we offer our own music
is now completely vorbisized. :-)
Because of the many releases we switched from direct download links to a
simple database/cgi, so if you stumble over any problems, please let me
know!
Thanks and bye,
Moritz
--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To
2013 Aug 29
4
[PATCH] Notify caching_thread()s to give up on extent_commit_sem when needed.
caching_thread()s do all their work under read access to extent_commit_sem.
They give up on this read access only when need_resched() tells them, or
when they exit. As a result, somebody that wants a WRITE access to this sem,
might wait for a long time. Especially this is problematic in
cache_block_group(),
which can be called on critical paths like find_free_extent() and in commit
path via
2001 Mar 12
2
need feedback on OGG info page
Hi!
While vorbisizing our web site, I also wrote an information page about
OGG Vorbis in order to help our visitors to both understand what OGG is
all about and learn how to (easily) play our and others .ogg files.
Since English is not my native language, I could use some
help/feedback/proofreading on that page. What I want in the end is
understandable, plain English (that can also be understood
2013 Apr 02
1
Rpy2 and Mac OS X 10.8.3
I am having a strange problem. I have been using python + rpy2 on my Mac
for quite sometime now. I recently upgraded to OS X 10.8 from 10.6 and
that's when the problem began.
Now, when I try to load some R packages (like zoo) using robjects.r, python
crashes with seg fault 11. Here's an example below:
>> import rpy2.robjects as ro
>> ro.r(''' library(zoo)
2013 Apr 02
1
Rpy2 and Mac OS X 10.8.3
I am having a strange problem. I have been using python + rpy2 on my Mac
for quite sometime now. I recently upgraded to OS X 10.8 from 10.6 and
that's when the problem began.
Now, when I try to load some R packages (like zoo) using robjects.r, python
crashes with seg fault 11. Here's an example below:
>> import rpy2.robjects as ro
>> ro.r(''' library(zoo)
2007 Dec 29
2
Cirpack KeepAlive packets causing SIP errors
Hi list,
After a recent upgrade to Asterisk v1.4.14, my message log is now  
filling up with
the following error messages:
<------------->
[Dec 29 17:24:52] WARNING[10655]: chan_sip.c:6645  
determine_firstline_parts: Bad request protocol Packet
--- (1 headers 0 lines) ---
bitis*CLI>
<--- SIP read from 82.101.62.99:5060 --->
Cirpack KeepAlive Packet
<------------->
Seeing
2001 Feb 07
3
International Standard Recording Code
Hi!
First, here's some background information: Some friends and I are making
music with our computers for some years now. We release our tracks on
the Internet for free for private use, both in the original module
format and currently MP3. Within the next weeks or months (depending on
the leisure time i get), our web site www.kolabore.de will be vorbisised
for reasons I won't have to
2015 Jul 22
1
Trouble with EZStream
The following behavior began about a day ago. NO changes have been
made to the Fedora 20 (Heizenbug) system on which these things run.
For no obvious or accountable reason, EZStream has stopped streaming.
Here's a copy of the output from the ezstream command itself:
# ezstream -c "/home/admin/ezstream/dn.xml"
ezstream: Connected to http://localhost:8000/broadband
ezstream: Streaming
2001 Dec 06
3
TAG-mess
Hi,
<p>here's my €0.02 on that topic.
First of all, all those new tags are total overkill to be standardized.
They're only useful for people who both tag OGG files for a living and
listen to classical music only. Imagine what will happen when the Jazz
fans, and the Techno fans, and the Rock fans and who knows else demands
his very own, customized + standardized set of tags. And
2005 Mar 19
3
Wine success: HABit Wordstar Converter (version 3)
I had need of a bit of computer archeology (oddly enough, for a couple
of archaeologists, but that's another story). I used Henry Bartlett'
HABit Wordstar Converter (version 3)
(http://www.hotkey.net.au/~hambar/habit/wsconvrm.htm) to convert some
Wordstar for Mess-DOS files to text and HTML. It worked just fine
under wine (http://www.winehq.org). wine-20041201-1fc3winehq on Fedora
Core 3
2020 May 20
0
DHCP Updates to DNS - Multiple Entries with Same IP
On 19/05/2020 22:29, Mark Petersen via samba wrote:
> I'm having difficulties with dhcpd updating DNS entries.
>
> When I look in DNS in my Forward Lookup Zone via Windows 10 I have multiple A Host records with the
> same ip address but the names are like this:
>
> Aarons-iPad Host(A) 172.20.10.152 static
> Aarons-iPadCNF:134dd19a-e0fd-4230-8108-40b4ae3328d9 Host(A)