Displaying 20 results from an estimated 4000 matches similar to: "Re: oggdec/ogg123 cannot play stream files"
2005 Sep 02
1
oggdec and ogg123 playing audio from an Ogg Theora+Vorbis file?
Are oggdec and ogg123 supposed to be able to extract or play audio from an Ogg
Theora+Vorbis file?
OggDec 1.0 and ogg123 from vorbis-tools 1.0.1 don't seem to be able to do so.
If the programs are not supposed to do this job now, are any improvements
planned so they can do this job in the future?
Thanks for info on this.
2004 Aug 06
1
Transcoding ogg with curl, oggdec, ices2: problem after fallback due to oggdec
On Sun, Feb 01, 2004 at 07:20:40PM +0100, root wrote:
> curl | oggdec | ices will never work to my opinion with fallback setup on source
> because when transfering listeners to fallback, no ogg headers are sent, so
> whatever we do, oggdec will not be happy with the data received...
really? That would be a bug unless it rewrites the stream id instead.
> Chris
P.S. If you're
2004 Aug 06
3
Transcoding ogg with curl, oggdec, ices2: problem after fallback due to oggdec
On Sun, Feb 01, 2004 at 07:20:40PM +0100, root wrote:
> I have more info about that problem...
> curl | oggdec | ices will never work to my opinion with fallback setup on source
> because when transfering listeners to fallback, no ogg headers are sent, so
> whatever we do, oggdec will not be happy with the data received...
I took a look at this. It is true that oggdec does not
2002 Aug 14
0
automake 1.6 compatability patch
This patch cleans up the vorbis-tools Makefile.am files so they work with both
automake 1.4 and 1.6. Some changes to configure.in were also needed in order
to get things to work (and to fix some ac 2.50 issues).
Please remove config.h from cvs as it is a generated file and empty anyway.
automake 1.6 isn't really incompatable with 1.4, it's just more picky about
you sticking to the rules:
2006 Jul 13
0
[vorbis-tools] Some patches coming from Debian bugs
Hello.
Attached are some patches that some Debian users of vorbis-tools have
sent to our BTS over the years (numbers refer to Debian bugs).
It'd be nice to see them integrated. They apply cleanly to SVN as of
today.
The largefile_support one is a bit bigger than just the configure.ac
since the submitter adviced that config.h got included in all C source
files before the standard includes,
2006 Jul 13
0
[vorbis-tools] Some patches coming from Debian bugs
Hello.
Attached are some patches that some Debian users of vorbis-tools have
sent to our BTS over the years (numbers refer to Debian bugs).
It'd be nice to see them integrated. They apply cleanly to SVN as of
today.
The largefile_support one is a bit bigger than just the configure.ac
since the submitter adviced that config.h got included in all C source
files before the standard includes,
2004 Aug 06
0
Transcoding ogg with curl, oggdec, ices2: problem after fallback due to oggdec
On Thursday 05 February 2004 05:09, Ralph Giles wrote:
> On Sun, Feb 01, 2004 at 07:20:40PM +0100, root wrote:
> > I have more info about that problem...
> > curl | oggdec | ices will never work to my opinion with fallback setup on
> > source because when transfering listeners to fallback, no ogg headers are
> > sent, so whatever we do, oggdec will not be happy with the
2004 Aug 06
4
Transcoding ogg with curl, oggdec, ices2: problem after fallback due to oggdec
Hello,
oggdec is a very simple ogg decoder, and it fails in the following case:
a source A has a fallback A'
transcoder curl | oggdec | ices2 is transcoding to lower bitrates ogg
A fails, all the listeners are transfered to A'
oggdec fails because the stream content changed:
[2004-01-29 18:44:47] OggDec 1.0.1
[2004-01-29 18:44:47] Warning: hole in data
<p><p>[2004-01-29
2012 Jul 04
0
oggdec channel ordering bug
Hi.
I just noticed that oggdec channel reordering for WAV is bogus.
With irrelevant clutter removed, oggenc has the following code:
permute = {0,2,1,4,5,3} // oggenc/audio.c:401
for (j)
to_vorbis[j] = from_wav[permute[j]] // oggenc/audio.c:619
While oggdec has the following code:
permute = {0,2,1,5,3,4} // oggdec/oggdec.c:229
for (j)
2006 Dec 05
1
vorbis-tools-1.1.1 build mechanism stubbornly refuses to build with FLAC, ogg123, speex
Hello,
I am trying build vorbis-tools-1.1.1 in the framework of my tool (see signature).
The essence of the tools is that it builds and install everything locally, and, of
course, it uses the available mechanisms to specify search paths for both headers
and libraries; the tool first builds dependencies abd then the target itself.
So, for example, 'configure' for vorbis-tools-1.1.1 is
2008 Sep 18
2
vorbis-tools 1.3.0 BETA - Help testing.
Dear vorbis-dev lurkers, I bring you the first beta release of
vorbis-tools 1.3.0. It has quite a few new features and the final
version will have even more, so I am sure it is to everyone's benefit
that it gets as much tested as possible so we can do a quick release.
Here's the changelog so far:
* Fixed an error in configure.ac; --with-speex/flac work again (#1319)
* Corrected
2009 Mar 18
2
oggdec.exe crash
Hello there.
I can't use bugtracker because it is permanently think that I'm spammer.
--------------
System: Windows XP Service Pack 3
When I trying to decode any *.ogg file with oggdec.exe like this:
oggdec.exe file.ogg
I have an error (it is translate version - I don't have english version of Windows):
Instruction from address 0x7c91b1fa trying to access 0x00000010. Memory
2007 Jul 14
2
vorbis-tools broken
It seems that oggdec in Fedora 7 produces a wav
header followed by lots of zeros. Building
vorbis-tools 1.0.1 from source produces a working
oggdec, so I think the problem is in the
vorbis-tools package.
I can't build vorbis-tools from svn due to some
make problems, but I can build the F7 SRPM.
There are no differences between the share and
oggdec directories, but there are autoconf
related
2003 Jan 11
1
FLAC support in ogg123
Installment #3 on my coding binge:
The latest CVS version of ogg123 (in vorbis-tools) now plays FLAC and
Ogg FLAC files. The FLAC support is optional, so if you don't have FLAC
1.0.4 and the header files, ogg123 will still build without it.
Please give it a whirl and let me know how it works for you.
---
Stan Seibert
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
2003 Sep 28
1
Outdated oggdec tarball
Hello,
While trying to debug a problem with the open-source slimp3 server,
which uses oggdec, I found that the tarball for vorbis-tools 1.0
contains an old version of oggdec, containing at least one bug in the
command line handling code (a missing break statement). The latest code
in CVS appears to be fixed.
Are you planning to release a new tarball for vorbis-tools?
Ori Pessach
--- >8
2008 Jun 25
1
[xiph-commits] r15069 - in trunk/vorbis-tools: oggdec oggenc
On 25-Jun-08, at 3:23 AM, ivo at svn.xiph.org wrote:
> * correctness: make oggdec output help text on stdout instead of
> stderr
Hmm. Doesn't oggdec output the decompressed audio to stdout? IIRC the
help goes to stderr to avoid clobbering that.
If 'corretness' is the windows issue, could it be compile-time switched?
-r
2005 Nov 15
4
Oggenc/oggdec on Mac OS X
Hi,
Has anyone succeeded to build oggenc and oggdec on
Mac OS X with static linking? I can build libogg
and libvorbis and install them as dynamic libraries
(by running ./configure, make and then make install).
Then oggenc and oggdec will load them in runtime
and use them. That works fine.
But I'd like to build these two command line tools
so they're linked with all the libraries they
2016 Apr 20
1
ogg123 playing 24bit flac
Ulrich Windl wrote:
> Hi!
>
> Recently I made some recordings (44.1kH/24bit WAV), and after
> post-processing (normalization, noide reduction) I saved them as flac (still
> 44.1kHz/24bit).
> I noticed that ogg123 can decode these, but it will output 24 bit only.
> Specifically there's no option to transform the output to 16bit.
> When trying to pipe the 24bit WAV output
2006 Oct 24
2
oggdec.exe not using album gain stdout option
This question is mainly directed at John Edwards, I believe. I'm attempting
to use oggdec.exe in a batch conversion of ogg vorbis files for use on a
portable player. I'm using the -o option to redirect output to the LAME
encoder. So far so good.
However, I also want to do volume leveling using the replaygain tags. If I
specify track (radio) gain, everything works fine, however, when I
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.