Inline MPEG - 1 - player in JAVA (with MPEG layer I decoder)

JIT - version


Here shell be an Applet. You can't see it because you don't use a Java capable WWW browser or you didn't enable Java. Please check: Options --> Preferences --> Languages --> Enable Java 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!

LICENSE

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License (http://www.fsf.org/copyleft/gpl.html) for more details.

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


upBack to Java-inline-MPEG-Player