search for: holth

Displaying 16 results from an estimated 16 matches for "holth".

Did you mean: holt
2004 Feb 22
1
videolan
...eex, theora headers with its own code. There's an ogg demuxer (the file I patched) and the codecs are each in separate files, of course including an ogg-encapsulatable non-xiph codec or two. libtheora happily decodes video packets when it doesn't have the corresponding keyframe. - Daniel Holth -------------- next part -------------- A non-text attachment was scrubbed... Name: vlc-theora.patch__charset_ANSI_X3.4-1968 Type: text/x-patch Size: 1053 bytes Desc: vlc-theora.patch__charset_ANSI_X3.4-1968 Url : http://lists.xiph.org/pipermail/theora-dev/attachments/20040223/2c3f7e77/vlc-theora....
2005 Dec 29
1
edit those theora comments?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 http://dingoskidneys.com/~dholth/oggzcomment-0.0.1.tar.gz This is a program that is capable of altering vorbis and theora comments in a combined stream. It requires python, libogg, and liboggz. Compile thusly: gcc oggzdc.c -o oggzdc -logg -loggz gcc oggzrc.c -o oggzrc -logg -loggz 1. Dump comment headers to a simple comments-on...
2004 Jan 31
1
FLAC streaming over HTTP
If FLAC is to be streamed over http, it makes sense that ogg123 ought to be able to recognize flac on http when it sees it. http://dingoskidneys.com/shoutpy/httppeek.patch It seems to work. - Daniel Holth --- >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...
2004 Aug 06
2
better icecasts?
I've noticed that there are forks of icecast with interesting new features (specifically the one on savannah.gnu.org with the ability to stream speex). Are there plans to merge any of these forks with the icecast.org icecast? --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to
2004 Feb 21
2
lib-multiogg
...out would need, but perhaps it could be extended to do decoding or even encoding. It might turn out kindof like VorbisFile only not just for vorbis. If there's interest I can clean up my code so more people can play with this. The future of open source streaming media is waiting. - Daniel Holth -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 190 bytes Desc: This is a digitally signed message part Url : http://lists.xiph.org/pipermail/theora-dev/attachments/20040222/3d4d847a/signature-0001.pgp
2006 Jan 25
2
shout python
Hi, I discovered shout-python. I use it to straem theora to an icecast server. But works quite right except some times, it hangs, with no reasons. I built it against libshout 2.2 The server i an IceCast 2.3.1 I have some notes: The stream type, in the example could be vorbis | mp3. Wouldn't it be the time to change it to ogg | mp3? As well as theora can be in a ogg. Is there any known
2004 Aug 06
1
vorbis streaming internals
hi. I'm looking at the source and I'm trying to figure out how the ogg/vorbis streaming works, specifically the decoding parameters that have to be transmitted to the clients separately from the compressed audio data. If I saved two megabytes of an icecast stream with wget, then cut it in half, could I play it with ogg123 if I knew where to cut? thanks, daniel --- >8 ---- List
2004 Aug 06
1
ultra-preliminary C++ wrapper for ogg & vorbis
...No conveniences, no frills. No helpful higher-level abstractions. Just a translation from ogg_method_foo(ogg_method* data) to classes that hold the ogg_stream_state etc., so you may type mypage.bos() instead of ogg_page_bos(&this->data); http://dingoskidneys.com/shoutpy/oggcc.h - Daniel Holth --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe mess...
2004 Aug 06
0
better icecasts?
On Tuesday 03 February 2004 05:29, Daniel Holth wrote: > I've noticed that there are forks of icecast with interesting new > features (specifically the one on savannah.gnu.org with the ability to > stream speex). Are there plans to merge any of these forks with the > icecast.org icecast? > We're very happy to take any co...
2006 Jan 25
0
shout python
...ll the codecs enclosed in your ogg stream. Or, do the timing yourself (liboggz may be able to help) and use the non-timed send - data function. Sorry, but I cannot provide a working hacked libshout. I think someone else has done the necessary work in the two years since I tried though. - - Daniel Holth -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFD19PPVh4W2pVfoMsRAmQsAJwJzhug4EVPm6FSj7T+VJorKsXmvACfaqoU 4UC51RKoBqRQ1U7M0spOG+A= =Py7L -----END PGP SIGNATURE-----
2004 Feb 23
1
coding standards
Is there a demand for reformatting the theora source so that, for example, there is always the same amount of whitespace between variables in function declarations? It would make it much easier to read. --- >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 'theora-dev-request@xiph.org'
2004 Mar 10
0
boost.python wrapper for parts of theora
...see the video yet. It is implemented as a set of straightforward C++ classes around xiph libraries. Then boost.python is used to expose those classes to Python. The URL is http://dingoskidneys.com/oggpy/ ; binaries are provided for Debian Unstable + Python 2.3 Thanks for your feedback, Daniel Holth -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 190 bytes Desc: This is a digitally signed message part Url : http://lists.xiph.org/pipermail/theora-dev/attachments/20040311/13168d87/signature-0001.pgp
2004 Feb 16
0
C++, Python wrappers for libogg and libvorbis
...in some ways to the original C interface than pyogg/pyvorbis. however, it takes longer to compile and the object size is larger. (run strip on the end product) I would appreciate feedback related to whether this early release compiles on interested persons' UNIX-like systems. Thanks, Daniel Holth -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 190 bytes Desc: This is a digitally signed message part Url : http://lists.xiph.org/pipermail/vorbis-dev/attachments/20040216/d8e238f9/signature-0001.pgp
2005 Aug 26
3
Reg. vorbis for real-time audio
Hi, From the vorbis decoder specification, it is clear that the decoder needs to have all the codebooks before decoding can actually begin. I will appreciate if someone can clear the following questions: 1. I guess the codebooks are derived from the actual input data. Probably the encoder may be making two passes through the input. The first pass finds out the frequency of different symbols
2006 Jan 25
2
shout python
On Wed, 2006-01-25 at 12:38, Daniel Holth wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Rakotomandimby Mihamina wrote: > > > Hi, > > > > I discovered shout-python. I use it to straem theora to an icecast > > server. But works quite right except some times, it hangs, with no > >...
2006 Jun 05
3
ogg only encoding
So, I abandoned the hope of using the ogg python bindings to do pure ogg container encoding. I started looking at the libogg in the hopes of retooling the bindings to follow a better object model and it actually looks like the problem is down in libogg, not the bindings. Am I crazy or does libogg rely on libvorbis to return ogg_packets, and that there are no functions that will build an ogg_packet