Displaying 20 results from an estimated 5000 matches similar to: "ogg123 HTTP streaming"
2001 Jan 14
3
Wave Header Question
I'm reordering the code in ao_wav.c that writes wav files to prevent the
problem we had earlier. If ogg123 was improperly terminated (Segfault,
kill -9, etc.), the output wav file was not even recognizable because the
header was totally blank.
I have found that at the start of playback (from libao's perspective), I know
all of the wav header info except two things:
1) The length of the
2001 Nov 04
5
ogg123 running under MacOS X
I finally managed to compile ogg123 under MacOS X, after creating a PB
project for it.
Rillian, do you want to include the PB project in cvs? (it needs a LOT
of polishing, though).
----------
Ogg123 from PACKAGE VERSION
by Kenneth Arnold <kcarnold@arnoldnet.net> and others
Usage: ogg123 [<options>] <input file> ...
-h, --help this help
-V, --version display
2001 Mar 28
1
Whining about the raw driver.
Hi, I'm whining again about the inclusion of the raw driver in libao. Can
someone please commit the patch I posted in message:
http://www.xiph.org/archives/vorbis-dev/0098.html
(which will turn into http://www.xiph.org/archives/vorbis-dev/200103/0098.html
in 4 days.)
I've got people who want it included asking me what's the hold up.
---
Stan Seibert
--- >8 ----
List archives:
2000 Jun 20
1
Manpages
Here is patch with manpages for ogg123(1), mp3tovorbis(1) and vorbize(1).
Manpages are in pod format,
because it is the most readable man source,
and are compiled by pod2man.
all and clean for man/ work.
Install and uninstall for man/ seem to work.
Manpages are GPLed of course.
<HR NOSHADE>
<UL>
<LI>text/plain attachment: manpages.diff
</UL>
-------------- next part
2000 Dec 29
2
ogg123 / Solaris
Speaking of ogg123 fixes and Solaris... <getopt.h> doesn't appear to
exist in Solaris. Hence, ogg123 won't compile on Solaris at all (even
with gcc).
I originally mentioned this back in November
(http://www.xiph.org/archives/vorbis-dev/200011/0291.html).
Can this be fixed?
{+} Jeff Squyres
{+} squyres@cse.nd.edu
{+} Perpetual Obsessive Notre Dame Student Craving Utter Madness
2001 Jan 08
2
[fwd] ogg123 (from: pfk@fuchs.offl.uni-jena.de)
A feature request that sounds reasonable and a bug report.
----- Forwarded message from Frank Klemm <pfk@fuchs.offl.uni-jena.de> -----
Delivery-Date: Sat Jan 6 06:35:21 2001
Date: Sat, 6 Jan 2001 15:26:43 +0100
From: Frank Klemm <pfk@fuchs.offl.uni-jena.de>
To: xiphmont@xiph.org
Subject: ogg123
X-Mailer: Mutt 1.0.1i
For ogg123 I need the following feature:
- Decode one .ogg file
2001 Mar 14
1
get_latency() ?
I was looking back through the libao source after some time away from it and I
noticed the addition of a plugin_get_latency() function to the plugin
API. What is the purpose of this function and what was the motivation for
adding it?
---
Stan Seibert
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a
2001 Feb 27
1
Ogg123 buffering
I tried to use ogg123 -b to play from a slow HTTP server, and I realized that
ogg123 starts to play immediately even if the buffer isn't full, so if it can't
read the ogg fast enough it skips, even with a huge buffer. Is this the way
it's supposed to work? It seems to me like the buffer shouldn't start playing
until it's full. Am I misunderstanding the purpose of having a
2001 Jan 23
2
feature request: control in ogg123
Hi people!
I think it would be cool if ogg123 had a mode in which you could conrol it
with stdin. pausing, quitting/stopping and seeking would be enough imho.
mpg123 already has something like this (I think -e). I'd do it myself but I'm
busy. Shouldn't take much time.
Bye,
Peter Surda (Shurdeek) <surda@bigfoot.com>, ICQ 10236103, +4369910964300
--
The dark ages
2000 Jun 18
3
Makefile dependencies in vorbis-tools
I've been trying to tackle the vorbis source. I ran across what I think is a
missing dependency in the vorbis-tools directory. Since ogg123 and vorbize
are staticly linked to libvorbis and vorbisfile, when those file change, the
executables should be rebuilt. Below I've attached a patch. (I hope it
works. I am sort of new to patch and diff.)
BTW, I've been trying to find a good
2001 Apr 19
2
Re: ogg123 and stdout
>I've made something. It wasn't done in exactly 10 minutes because I had to
>translate the headers to Pascal, but the GUI was certainly done in about
>30 minutes.
[...]
>http://www.xs4all.nl/~walterln/vorbis_play_17apr.zip (259K)
would it be hard to add streaming support? a small and simple player,
which could also stream vorbis would be cool.
also a command line tool for
2001 Jun 21
1
ogg123, buffering, tag
I was just about to commit a big buffer overhaul when I realized that
it would probably break a lot of stuff and I'd get yelled at, so it's
in the kcarnold_work tag (or will be momentarily...). Have a look at
it, try to make it deadlock. If I messed up the CVS tagging, also let
me know -- I know only enough about CVS to be dangerous :)
This should also reduce CPU usage noticably. The
2001 Aug 21
2
ao changes
Why has ao been changed so that there are now two open() functions ?
IMHO the original ao_open() was fine - if you wanted to set the
filename for output, you could add an option via ao_append_option
and if you wanted to avoid overwriting an existing file, you could
stat() it yourself.
Having ao_open_live() and ao_open_file() just makes more work for
the user of the library for no gain, AFAICT.
2001 Aug 21
2
ao changes
Why has ao been changed so that there are now two open() functions ?
IMHO the original ao_open() was fine - if you wanted to set the
filename for output, you could add an option via ao_append_option
and if you wanted to avoid overwriting an existing file, you could
stat() it yourself.
Having ao_open_live() and ao_open_file() just makes more work for
the user of the library for no gain, AFAICT.
2000 Oct 01
4
CVS Problem
I've been kind of busy lately, but I wanted to see what's up with ao after the
build change. I was able to check out the vorbis module, but when I tried to
check out the ao module I saw this:
[stan@volsung vorbis]$ cvs -d:pserver:anoncvs@cvs.xiph.org:/usr/local/cvsroot
co -r branch_postbeta2 ao
cvs server: Updating ao
cvs server: Updating ao/doc
cvs server: Updating ao/include
cvs
2004 Jun 16
2
ogg123 volume?
Hi,
I need to adjust the output volume from ogg123 the same way that
mpg123 has the "-f n change scalefactor [32768]" option. I need to
do this within ogg123, instead of alternatives that involve pipes,
such as piping the output to sox.
I do not believe that this is currently possible in ogg123, and I'm
looking for some suggestions as to how it can be accomplished by
modifying
2004 Jun 16
2
ogg123 volume?
Hi,
I need to adjust the output volume from ogg123 the same way that
mpg123 has the "-f n change scalefactor [32768]" option. I need to
do this within ogg123, instead of alternatives that involve pipes,
such as piping the output to sox.
I do not believe that this is currently possible in ogg123, and I'm
looking for some suggestions as to how it can be accomplished by
modifying
2001 Mar 17
1
ogg123 doesn't destroy shm segment
Every time ogg123 -bXXX is run, it creates another shared memory
segment but fails to destroy it on exit. Thus an increasing number
of shm segments keeps piling up and eat all the (often rather
limited amount of) available shared memory.
The patch below corrects this and also fixes the bizarre abuse of
stat() permission bits for shmget().
On systems that support it, I'd very much like to
2000 Sep 02
1
libao endian fix (attempt 2)
Okay, here's the patch that should fix byte-ordering madness. The basic rule
with libao is that samples have to be in native byte order. All of the
drivers will assume this, and libao provides a ao_is_big_endian() function for
library clients (and sometimes drivers) to test their byte ordering. I would
appreciate it if someone on a big endian platform test ogg123 and make sure
that it works
2001 Mar 06
1
ao patch (fwd)
Can someone apply this patch? It corrects a silly typo on my part.
---
Stan Seibert
---------- Forwarded message ----------
Date: Wed, 07 Mar 2001 01:20:48 +0100
From: Markus Keller <markus@mercury.net.dhis.org>
To: indigo@aztec.asu.edu
Subject: ao patch
Hi,
I just noticed a small typo in ao_esd.c. Here is a patch for it:
--- ao_esd.c~ Sun Feb 25 03:06:05 2001
+++ ao_esd.c Wed