Displaying 20 results from an estimated 800 matches similar to: "low-bitrate streams and pure Java Ogg Vorbis player"
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
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
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
2002 Jan 24
0
Ogg streams from JRoar for testing.
Hi folks,
I'm developing ogg streaming server JRoar(http://www.jcraft.com/jroar/).
At present, two JRoars are running at following URLs,
* http://ogg.radiostudio.org:8000/
* http://61.207.105.109:8000/
and you will find some streams on them. If you have ogg vorbis player,
please try them. The newest source code is available at
http://www.jcraft.com/jroar/jroar-0.0.5-pre8.zip
JRoar has
2004 Oct 31
3
a question about Bitstream Header.
Hi,
I have a question about the format of Theora bitstream header.
It seems to me that there are differences between the specification[1]
(version 2004 Oct 1) and its reference implementation in
libtheora 1.0alpha3 released at 2004 Jun 1.
I mean that... please refer to Section 6.2 'Identification Header Decode'
in that specification[1] and the function
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 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
2002 Jul 17
2
yet another Ogg Vorbis decoder.
Hi there,
According the page,
http://www.atoker.com/phonic/
it seems there exists Ogg Vorbis decoder in C#.
Is it well known?
--
ymnk
--- >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-request@xiph.org'
containing only the word 'unsubscribe' in the body. No
2004 Oct 04
0
relaying http://mirror.fluendo.com:8800/
Hi all,
Thanks to Fluendo test stream at http://mirror.fluendo.com:8800/,
I have done some quick hacks on my streaming server JRoar
(http://www.jcraft.com/jroar/) and, now it can relay OggTheora streams.
If you are interested in it, you can try
http://jroar.jcraft.com:8800/test.ogg
If you are interested in relaying OggTheora streams by yourself,
try following steps,
1. download
2003 Aug 06
2
'cancel-tcpip-forward' is not supported.
Hi there,
I'm developing ssh client in pure java and, recently, I'm trying
to improve the port forwarding support on that stuff.
However, it seems to me that sshd of OpenSSH has not supported
'cancel-tcpip-forward' request.
http://www.ietf.org/internet-drafts/draft-ietf-secsh-connect-17.txt
says that
| A port forwarding can be cancelled with the following message.
|
2004 Dec 18
0
Still the big Icecast problem!
Easy... when I made this java applet :
http://rbg.online.stalig.net/jplayer/radio-bro-gwened.html
I used a signed lib from jorbis without modifying it. I just made a
subclass of JOrbisPlayer which change the behaviour for what I wanted.
I can provide my wall JBuilder project for those interested to use it.
Easy way:
- just change the html file to feed it with your ogg stream url
- do what you
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
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)
-
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
2003 Jan 19
2
signal forwarding support
Hi,
I have a question about signal forwarding support in sshd of OpenSSH.
http://www.openssh.org/txt/draft-ietf-secsh-connect-15.txt says that
|4.9 Signals
|
| A signal can be delivered to the remote process/service using the
| following message. Some systems may not implement signals, in which
| case they SHOULD ignore this message.
|
| byte SSH_MSG_CHANNEL_REQUEST
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
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
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