search for: jogg

Displaying 13 results from an estimated 13 matches for "jogg".

Did you mean: jgg
2010 Nov 04
4
Fwd: Merging jorbis upstream and the cortado jorbis fork back into one
...t the start-up time. Refer to 'play/JOrbisPlayer.html'. Changes since version 0.0.14: - bugfix: case-insensitive matching in Comment was broken. - bugfix: query for the tag "ART" would match the tag "ARTIST". Changes since version 0.0.13: - added com.jcraft.jogg.Buffer.readB method for Fluendo's theora decoder. - added com.jcraft.jogg.Page.copy method for handling grouped ogg streams. Changes since version 0.0.12: - fixed resorce leaks in com.jcraft.jorbis.VorbisFile class. Note that the: - added com.jcraft.jogg.Buffer.readB method for Fluendo's...
2010 Nov 30
1
Consistency regarding compiled Cortado 0.6.0 source and the official binary
...luendo/plugin/VideoSink.class ./com/fluendo/plugin/VorbisDec$1.class ./com/fluendo/plugin/VorbisDec$2.class ./com/fluendo/plugin/VorbisDec.class ./com/fluendo/utils ./com/fluendo/utils/Base64Converter.class ./com/fluendo/utils/Debug.class ./com/fluendo/utils/MemUtils.class ./com/jcraft ./com/jcraft/jogg ./com/jcraft/jogg/Buffer.class ./com/jcraft/jogg/Packet.class ./com/jcraft/jogg/Page.class ./com/jcraft/jogg/StreamState.class ./com/jcraft/jogg/SyncState.class ./com/jcraft/jorbis ./com/jcraft/jorbis/AllocChain.class ./com/jcraft/jorbis/Block.class ./com/jcraft/jorbis/ChainingExample.class ./com/j...
2010 Jan 28
1
Using vorbis-java to read an existing file?
...ikely to be better to port the > missing read parts from C to Java, or start again with something with a > more "Java like" api. Having read rfc 3533, I don't think doing a > read-only ogg layer api using Java conventions should be too hard to > implement.... There is the jogg and jorbis combination (used in Cortado) which sound like what you want.
2007 Aug 27
1
Pure Java theora implementation - LGPL
I've started working on a pure-java port of Theora under the LGPL, as a subproject of FMJ, the open-source implementation of JMF. It is similar to and dependent on the jogg/jorbis libraries from jcraft. The Cortado implementation is nice, but since it is GPL, that is too restrictive for FMJ, which is LGPL. This is, naturally, a large undertaking, and any help by anyone interested would be appreciated. Feel free to contact me. Ken Larson FMJ project, fmj.sourcefo...
2006 Oct 26
2
RELEASE: Cortado 0.2.2 'Really Tested Verily Exceptionally'
This mail announces the release of Cortado 0.2.2 'Really Tested Verily Exceptionally'. This is Cortado, a multimedia framework for Java written by Fluendo. It contains: - JST, a port of the GStreamer 0.10 design to Java - jcraft, a copy of the JCraft JOgg/Jorbis code - jheora, an implementation of Theora in Java - codecs (currently only containing the Smoke codec, a variant on Jpeg) - JST plugins for: - HTTP source element - Ogg and Multipart demuxers - Theora, JPEG and Smoke video decoders - Vorbis and MuLaw audio decoders - Java 1.1 sun...
2005 Feb 09
4
Question about range select for static file serve in icecast
Hi, i'm trying to use range in a static file served by icecast 2.2 I can't find an example of an http request. Is something like http://my-icecast-server.com:8000/my-static-file.ogg?range=bytes%3D120000- correct? I can't get that working. Maybe I forgot an option on icecast side. I tried to open that file (without range) in winamp 5, but it downloads all the file while playing and
2007 Apr 16
0
serialised cmml examples
...extractor plugin[1]. The plan was to try to do the de-serialising in C code, but it's much easier to just pass the raw XML upwards and let Java do it; hence don't actually need full test files now anyway. [1] Might actually finish something that works. Baulked at implementing my own JOgg, so going to have a go at using JNI to implement a method that can pull the raw metadata out of Ogg (comments, CMML, raw XML streams) and make it available to do things to it in Java. -- imalone
2005 Feb 13
1
Question about range select for static file serve in icecast
On Sun, 13 Feb 2005 23:02:07 +0100, Iceuse - Kris <iceuse@wwlang.net> wrote: > Hello, > > >I think the header should be something like: > >Range: bytes=10000- > > > > > This seams to "work" for fetching the file. But my player (based on > JOGG) is unable to recognize the data as an ogg stream, certainly > because it receives no ogg header. > Maybe something else, but I don't know. Yes, if you're doing this with vorbis data, this will be insufficient. You'll have to do multiple requests, get the headers, etc. Using ice...
2007 Jan 05
1
Icecast protocol
...urce client to automatize song selection, decoding/encoding and maintaning a few tasks on my website (listeners requests, current playing song and playlist, etc...) I've understood that basically icecast protocol is http, then pure ogg or mp3 data. I've found a lot of usefull library (JOgg, JFlac, etc). Thanks for the help, I'm digging into ezstream source code now ;)
2007 Aug 24
2
serialised cmml examples
On 15/04/07, Silvia Pfeiffer <silviapfeiffer1@gmail.com> wrote: > Hi Ian, > > hmm, there was a whole bunch up on media.aidabrowser.com, but it seems > that CSIRO have taken that site offline. > > I thought there was a version of the media in cmmlwiki that produces > annodex files, but there may be a bug on the server that prevents > that. Conrad - is this a known
2010 Jan 26
3
Using vorbis-java to read an existing file?
Hi All I was hoping to be able to use the vorbis-java library to read the comments attached to an ogg vorbis audio file. The snag is that I can't see how to work with an existing file, only to create new ones. The encoding example only writes, doesn't read. The javadocs don't appear to tell you what you need to do. I tried to follow the C examples, but the APIs just seem to be
2007 Sep 18
4
FOSS Codecs for Online Video: Usability, Uptake and Development - First Draft
Dear Theora/Xiph folk, * FOSS Codecs for Online Video: Usability, Uptake and Development - First Draft* A review of available tools for the creation, playback and embedding of online video using Free and Open Source Software video codecs and a look at the most pressing areas for development to enhance their adoption by social change video projects on the web.
2007 Sep 18
4
FOSS Codecs for Online Video: Usability, Uptake and Development - First Draft
Dear Theora/Xiph folk, * FOSS Codecs for Online Video: Usability, Uptake and Development - First Draft* A review of available tools for the creation, playback and embedding of online video using Free and Open Source Software video codecs and a look at the most pressing areas for development to enhance their adoption by social change video projects on the web.