Displaying 7 results from an estimated 7 matches for "jorbisplay".
Did you mean:
jorbisplayer
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 by JCraft,Inc. and his key has been issued by...
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 player
without security concerns. If you have Java2 plug-in, try
http://radio.jcraft.com:8000/JOrbisPlayer?play=/tes...
2004 Aug 06
5
Java Examples
Where should I look for an example of how to connect to Icecast from Java?
(I have a MySQL/Tomcat application with MP3's in the DB and need to stream
them using Java and Icecast.)
Thanks,
Mike D.
_________________________________________________________________
Discover the best of the best at MSN Luxury Living. http://lexus.msn.com/
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 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 want in JStaligPlayer.java
Works on Mac (tester on 10.3.6 java 1.4.2), Win, Linux
I strongl...
2010 Nov 04
4
Fwd: Merging jorbis upstream and the cortado jorbis fork back into one
...ado bundled copy is missing the following bugfixes / improvements:
Changes since version 0.0.16:
- change: refactoring code to improve the performance;
suppressing frequent GC in Residue.
Changes since version 0.0.15:
- feature: added a property 'jorbis.player.playonstartup' to JOrbisPlayer
applet to play given stream at 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".
Chang...