Displaying 20 results from an estimated 10000 matches similar to: "Java API Record - Read"
2001 Jun 28
4
Java wrapper?
Hi,
a few months ago it has already been discussed, but without final
solution it seems...
Is there anybody who is working on a Java JNI wrapper for libvorbis
etc.?
Greetings
k.j.
--- >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
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
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 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
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
2004 Aug 06
5
streaming ogg player embedded in web page
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
work splendidly.
Next on my todo list is find a simple Ogg player that I can embed in a
webpage and play from the icecast stream.
I have so far looked at jlGui Applet 2.2 which
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 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
2004 Aug 06
2
Stream from webserver
Hello.
I want to know how I can put files (mp3s or oggs) on my webserver, make a
plsylist and stream them directly from the webserver.
I had found an apps witch could do that on the old website, but not on the
new one..
I also want to know what app you advise me for stream mp3s to a icecast
server (in ogg) under linux.
Because I've seen DSP for winamp, but no apps for streaming from a linux
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
2002 Nov 24
2
ISO Website-embedded Ogg player
Since Flash has MP3 support built in, it is possible to create a
Flash movie that will play a streaming MP3 file. This is useful
for when someone wants to have a radio broadcast using MP3 files
and they want to create a flash "applet" for playing the
broadcast, which could keep the viewer/listener still attached
to the website to enjoy other content at the same time. Perhaps
such a
2006 May 10
2
Codebook decoding help
Dear Sir or Maddam,
we're in the progress of developing a multimedia framework for Java. We started with programming a Vorbis (ogg) codec and demultiplexer and have still some problems with this.
The problem occured when trying to read the setup header of a vorbis file.
After a certain time we have to decode the codebook_lengths but this does not work.
We followed the instructions in the
2004 Dec 05
3
multicast vorbis stream
Hi all,
is there a software to multicast vorbis streams? I could not find any, so I
tried myself. However, I have timing problems. Can you point me to any
documentation or sample code snipets where for example the timing issues of
vorbis multicast are addressed?
How do I make sure, the stream is not put out faster than the clients can
process the data? Synchronization is not an option,
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
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
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
3
Client Problems
Thanks for the help, I can have people connect that are still on my local
network at school. People outside of it always get timed out.. Is there
something special I'm not doing (that i should) to give outsiders access ?
<p>>From: Moritz Grimm <gtgbr@gmx.net>
>Reply-To: icecast@xiph.org
>To: icecast@xiph.org
>Subject: Re: [icecast] Client Problems
>Date: Wed, 30
2001 May 03
8
icecast 2.0 semi-permanent test stream
Icecast 2.0 and Ices 2.0 are both fairly usable now.
I have set up a semi-permanent test stream for people to bang on at:
http://i.cantcode.com:8888/ices.ogg
Please report any problems you have.
I say semi-permanent, because it will probably crash now and then, and I
will be developing and putting up the new versions on a regular basis.
If it stops working for more than an hour, somethings
2001 May 03
8
icecast 2.0 semi-permanent test stream
Icecast 2.0 and Ices 2.0 are both fairly usable now.
I have set up a semi-permanent test stream for people to bang on at:
http://i.cantcode.com:8888/ices.ogg
Please report any problems you have.
I say semi-permanent, because it will probably crash now and then, and I
will be developing and putting up the new versions on a regular basis.
If it stops working for more than an hour, somethings