Design and Implementation of Java Media Player

Abstract

As the technology evolving the need for media communication and interchangeability increased, Result in introduce a vast variety of media files with different type and format incurring different software for processing these files. As the name suggests this paper presents the design and implementation of Media Player which is software used to play different media files (audio and video). It's accept media file format like (mp3, wav, mpg, mpeg, mov,…etc). This Media Player can works on any operating system (Windows, Linux, Mac,…..,etc) because it is written in J2SE (Java 2 Standard Edition) language which is a platform independent language, along with JMF (Java Media Framework) class library for supporting a wide rang of media files. The aim to design media player as possible as like Windows Media Player but it have owns characteristics likes changing the speed of the player with different speed, can also change the size of the video screen in different scale (big, small, full screen), can also playing online stream media file from Internet, and other features. The prerequisite of the System JMF install for respective operating System (JMF available for most operating system).