similar to: Fwd: Merging jorbis upstream and the cortado jorbis fork back into one

Displaying 20 results from an estimated 900 matches similar to: "Fwd: Merging jorbis upstream and the cortado jorbis fork back into one"

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
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) -
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 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
2010 Nov 04
0
Fwd: Merging jorbis upstream and the cortado jorbis fork back into one
On Thu, Nov 4, 2010 at 11:46 AM, Hans de Goede <hdegoede at redhat.com> wrote: > Note that I'm not packaging it (advertising the package) as an applet > for in browser use / for serving over http, but rather packaging > it as a java media playback framework, because it is used as such by > several java games which we package. As such it only gets used > with (and has been
2005 Sep 16
1
RE: Vorbis-dev Digest, Vol 16, Issue 10 ogg streaming
Thanks for the reply.. I am very new to this field (streaming players) have some experience in java/php/vb, however would like to know from you experts where/how to start...what is the best option, what I am looking at is something like the jorbis player; we simply place the url and it plays the stream...the idea is to cut off all the other unnecessary stuff, and to just get the simple code which
2001 Apr 24
0
low-bitrate streams and pure Java Ogg Vorbis player
Hi there, I have developed pure Java Ogg Vorbis decoder, JOrbis. By the recent improvements on JOribs, its 'simple' player, JOrbisPlayer, will enable you to enjoy low-bitrate/mono streams on the web browser with J2SE 1.3(or later)Plug-in; Java plug-in; I have provided digitally signed JOrbisPlayer at http://www.jcraft.com/jorbis/player/JOrbisPlayer.php # This signed applet is signed
2004 Aug 06
1
Moving clients and JOrbis
I'm having trouble with the "Move clients" command in the admin interface. All the clients using JOrbis (a java vorbis decoder) just stop playing, and don't switch to the new stream. I'll assume this is a JOrbis problem rather than Icecast2; has anyone else had trouble with this combination before? Thanks. <p> -- Luke Stodola minus273point16c@fastmail.fm --
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
2004 Aug 06
3
mac player for ogg streams
Hullo Would JOrbis work? http://www.jcraft.com/jorbis/ It's a java applet that plays vorbis streams. I can't think of another. But then I don't get to uses macs often :( Leo <p>On Thu, 31 Jan 2002, adam wrote: > Hi, > > I have 2 Icecast2 servers set-up (1 unix and 1 win32) that I have been > testing with live streams using Oddcast. I can get the stream playing
2002 Apr 16
0
JRoar can dish out pure Java Vorbis player.
Hi, I have developed the streaming server JRoar(http://www.jcraft.com/jroar/). In the recent improvement, JRoar can dish out pure Java Vorbis Player and become the applet host. You may know that you can get JOrbisPlayer applet from http://www.jcraft.com/jorbis/player/JOrbisPlayer.php , however that applet is digitally signed. By this hack, you can enjoy the live ogg vorbis stream by the applet
2000 Aug 08
0
pure Java Ogg Vorbis decoder
Hi there, I have develope pure Java Ogg Vorbis decoder and its working version is now available at http://www.jcraft.com/jorbis/ . Of course, it is under LGPL. I think that the ubiquitousness of Vorbis decoder will leverage the popurality of Ogg Vorbis. Current version can decode Ogg Vorbis bitstreams, but its outputs are extremely noisy and more works must be done. I'm very happy if I
2004 Mar 04
0
Error after half-blocksize
Hi I've got serious problem with my Vorbis-Decoder. The error seems to happen in the inverse Mdct. Before the imdct the values seems to be correct (compared with those of jOrbis (www.jcraft.com/jorbis/)). But after the transformation the values shows a strange behaviour. In [0, blocksize/2] the values are correct, but in [blocksize/2, blocksize] the values are wrong. The difference in
2004 Sep 10
0
Java?
I'd like to see something that works as a decode plugin to JMF -----Original Message----- From: smoerk [mailto:smoerk@gmx.de] Sent: Thursday, November 29, 2001 4:53 AM To: dev Subject: RE: [Flac-dev] Java? On Wed, 28 Nov 2001 15:18:48 -0800 (PST), Josh Coalson wrote: >Decoding FLAC is relatively simple, compared to other codecs >like MP3. The three decoder layers are under 3000
2004 Aug 06
0
streaming ogg player embedded in web page
have you tried jorbis? http://www.jcraft.com/jorbis/index.html <p>adam <p><p><p>On Fri, 30 Apr 2004, Warren J. Beckett wrote: > Hi List, > > For the last week I have been have playing with icecast 2.0.0 and ices > for a streaming project I am working. The streaming is working with > multiple sources and fallback using XMMS and Winamp as the clients. All
2004 Dec 24
0
release of cortado 0.1.0
Hi everyone ! As a special Christmas present, Fluendo is releasing the source code to the java-based "Cortado" media player. See http://www.flumotion.net/ for more details, or check our demo streams (with applet) at http://mirror.fluendo.com/ This player has great support for Ogg/Vorbis/Theora, using the Jorbis code and the Jheora port of Theora to Java written by Wim Taymans. Keep
2010 Oct 13
2
total newbie issue with Cortado player using new java 1.6.0_22
is anybody else having problems with the new java 1.6.0.22 ? i am tried both cortado-ovt-debug and cortado-ovtk-debug - neither seem to work anymore once i installed the new java. once i go back to the old java 21 everything works fine. my jar file downloads for console messages (below) came from: http://downloads.xiph.org/releases/cortado/cortado-ovtk-debug-0.6.0.jar i have included
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
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