Displaying 3 results from an estimated 3 matches for "ogg_sync".
2004 Aug 06
1
Can't cnfigure it
Hi there i must present icecast as an exercise in my
university. I have installed libogg-1.0-5 and
libvorbis-1.0-8 as i found them in my fedora cds.
I run ./configure and i get the message
checking for ogg_sync in libog... configure: error:
must have Ogg Vorbis v 1.0 installed
What do u suggest me?
__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepag...
2005 Jun 22
2
ogg_sync_pageout
It seems to me that running ogg_sync_pageout doesn't automatically advance
the page. This is good if you haven't worked with the given page, makes
coding somewhat easier. However, when does a page advance. Is it after a
call to ogg_stream_pagein?
On a side note, I need to do seeking on top of libvorbis, I'd love to use
vo...
2007 Feb 16
1
AW: How to do Theora playback efficiently ?
...tand why these ogg_stream_pagein() calls take so much
time... sometimes more than theora decoding.
Now I try to use a second thread which task is to store as many pages as
needed, to have at least one audio page ready. I think this is a good
attempt but currently it is not working right... because ogg_sync_pageout()
can only reserve memory for 2 pages... nothing about those things are in the
ogg documentation, that's very frustrating.
Storing packets makes so sense in my opinion... because if there are no new
vorbis pages (only all those theora pages) you don't get any new packets and
so run...