| This is a demonstration of the JIT version of the inline player for MPEG files. The difference to the original version is that this version doesn't save the frames for later display phase. It is assumed that a JIT system (like in IExplorer on WINDOWS 95/NT) is fast enough to decode 5 - 7 frames per second. |
To use the MPEG player download the classfiles and place a text like this on your web page:
<APPLET CODE="MPEG_Play.class" WIDTH=410 HEIGHT=310> <PARAM NAME=FILENAME VALUE="myfile.mpg"> </APPLET>
If you don't have a GNU-Tar you can download the classfiles as ZIP archive here: jitclass.zip. Note! Windows-95 users must not use the old 16bit "unzip.exe" because it cannot handle the 5-letter suffix ".class"! Refer to http://www.cdrom.com/pub/infozip/ or use "winzip" which is available on many sites in Internet!
Likewise you can use the player as application. In this case call:
java MPEG_Play <myfile.mpg>
To produce this version from source read the README file of the source archiv!
If the program runs as Java applet it isn't "interactive" in the sense of the GNU General Public License. So paragraph 2c doesn't apply.
J.Anders,
Professur Rechnernetz u. verteilte Systeme
TU-Chemnitz-Zwickau
Java-inline-MPEG-Player