similar to: Using vorbis-java to read an existing file?

Displaying 20 results from an estimated 10000 matches similar to: "Using vorbis-java to read an existing file?"

2010 Jan 28
1
Using vorbis-java to read an existing file?
> Assuming so, I'm trying to decide if it's likely 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
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
2010 Feb 03
2
Using vorbis-java to read an existing file?
On Thu, 28 Jan 2010, Nick Burch wrote: > Assuming so, I'm trying to decide if it's likely 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.... I've
2010 Nov 04
4
Fwd: Merging jorbis upstream and the cortado jorbis fork back into one
Of interest to some on the list. Anyone familiar enough with Java to know how we go about detecting/using/incorporating an external Jorbis build into the Cortado jar ? Or are we supposed to download sources into our tree and build the whole ? ---------- Forwarded message ---------- From: Hans de Goede <hdegoede at redhat.com> Date: Thu, 04 Nov 2010 15:31:31 +0100 Subject: Merging jorbis
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) -
2010 Jan 28
0
Using vorbis-java to read an existing file?
On Tue, 26 Jan 2010, Nick Burch wrote: > 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 too different :( Having looked at the Java code some more, and at
2010 Feb 04
1
Using vorbis-java to read an existing file?
On Thu, 4 Feb 2010, Conrad Parker wrote: >> Would there be any interest in hosting this alongside the current >> (definately write-only) java library? > > of course, the more better implementations the better! what vcs are you > using? Currently the vcs isn't anywhere public. I've dropped a snapshot at http://gagravarr.org/misc/vj-20100204-1.tar.gz in case
2005 Apr 07
2
Java and ogg/vorbis
I am a bit confused to how Ogg/vorbis works. This is my understand. Vorbis is an audio codec that can be used instead of MP3 and it is open source. If this is true, what is Ogg? I think it is some kind of wrapper that allows you to stream Audio and Video. Am I right? Also I want to encode short videos in Xvid and then encode the audio in vorbis. Then I want to stream this over the Internet
2010 Nov 30
1
Consistency regarding compiled Cortado 0.6.0 source and the official binary
(I previously sent this message (minus some slight edits) to theora-dev at xiph dot org, but it did not seem to show up in the archives. I do not know if one has to be subscribed in order to post messages.) Among other things, this message concerns the compilation of the downloaded source code for version 0.6.0 of the Cortado Java applet. (the source was probably from a file that was originally
2007 Apr 27
1
Another web-based vorbis player
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This one looks promising: https://core.fluendo.com/flumotion/trac/browser/cortado/trunk/README It is JS-controllable, so if I can force myself to sit down and do some web hacking, I might be able to create a myspace-like player that'll let people select different tracks to listen to. It's not flash, but it seems pretty lightweight. - -ken
2008 Oct 03
8
Flash Vorbis player
Hi, I wanted to let you know that I have just made available the sources to the ogg + vorbis implementation in haXe, which I've been working on for last couple of weeks. The code compiles to an swf file playable in Flash Player 10. A demo of a simple player implementation (latest Flash 10 required): http://people.xiph.org/~arek/pg/hx/test.html and the sources, in a bzr branch, currently
2008 Oct 03
8
Flash Vorbis player
Hi, I wanted to let you know that I have just made available the sources to the ogg + vorbis implementation in haXe, which I've been working on for last couple of weeks. The code compiles to an swf file playable in Flash Player 10. A demo of a simple player implementation (latest Flash 10 required): http://people.xiph.org/~arek/pg/hx/test.html and the sources, in a bzr branch, currently
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.
2000 Dec 21
1
About Encoding decoding and playing vorbis in a java application ...
Hi all , I wanna know if there already some code in java to encode , decode and playing ogg vorbis format , thanks... --- >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.
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
2009 Oct 27
2
New release of the Cortado java player
Earlier this year, Xiph.org took over maintenance of the Cortado java applet, primarily used as a player for Ogg Vorbis and Ogg Theora files on systems which don't have native support. Originally developed by Fluendo SA and more recently the Wikimedia Foundation, it was hoped and agreed that moving the 'official' hosting for this open source project under the Xiph.org Foundation's
2009 Oct 27
2
New release of the Cortado java player
Earlier this year, Xiph.org took over maintenance of the Cortado java applet, primarily used as a player for Ogg Vorbis and Ogg Theora files on systems which don't have native support. Originally developed by Fluendo SA and more recently the Wikimedia Foundation, it was hoped and agreed that moving the 'official' hosting for this open source project under the Xiph.org Foundation's
2007 Sep 14
8
Cortado java applet
I looking for a simple way to use cortado java applet on my website, help --------------------------------- Sick of deleting your inbox? Yahoo!7 Mail has free unlimited storage. Get it now. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora/attachments/20070915/2df326af/attachment.htm
2006 Oct 20
1
non-threaded Ogg/Vorbis/Theora player implementation(java)
hi, i'm a student of Udine University in Italy. I'm writing a project for Java Micro Edition to send a video stream from pc to phone. The player in that Java Platform doesn't work so I have to write "some" code. I'm looking for a java implementation for h263-mpg codec. Can you help me please? I'was looking for that since 10 days without results very glad for any