Final year project in JAVA

Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
Closed Thread

Join Date: Jul 2008
Posts: 26
Reputation: mdew_47 is an unknown quantity at this point 
Solved Threads: 0
mdew_47 mdew_47 is offline Offline
Light Poster

Final year project in JAVA

 
0
  #1
Jul 25th, 2008
I am thinking of building a media player that could read all the audio ,video file types as my final year project using java in the linux environment( fedora core 4).

But i don't know from where should i start, pls is there anyone who can help. I will be very glad.

Thanks in advance.
Quick reply to this message  
Join Date: Jan 2007
Posts: 706
Reputation: stultuske is a jewel in the rough stultuske is a jewel in the rough stultuske is a jewel in the rough 
Solved Threads: 84
stultuske's Avatar
stultuske stultuske is offline Offline
Master Poster

Re: Final year project in JAVA

 
1
  #2
Jul 25th, 2008
no idea? and you're in the final year??
well, if you're fixed on making a media player, you might start on the gui, easiest part I figure.
try to decide what formats you want to be able to play (all might be a little much ) and what you need to get it played.
for instance, audio: to play wav files you need nothing added to your java install, but if you want to play .mp3 files, you might want to look into JavaMediaFramework or the JLayer1.0 package (open source code that easily allows you to play .mp3 files)

look into what you need (which classes, ..) and start creating, I guess
Quick reply to this message  
Join Date: Jun 2008
Posts: 973
Reputation: Alex Edwards is a jewel in the rough Alex Edwards is a jewel in the rough Alex Edwards is a jewel in the rough Alex Edwards is a jewel in the rough 
Solved Threads: 107
Alex Edwards's Avatar
Alex Edwards Alex Edwards is offline Offline
Posting Shark

Re: Final year project in JAVA

 
0
  #3
Jul 25th, 2008
Originally Posted by stultuske View Post
no idea? and you're in the final year??
well, if you're fixed on making a media player, you might start on the gui, easiest part I figure.
try to decide what formats you want to be able to play (all might be a little much ) and what you need to get it played.
for instance, audio: to play wav files you need nothing added to your java install, but if you want to play .mp3 files, you might want to look into JavaMediaFramework or the JLayer1.0 package (open source code that easily allows you to play .mp3 files)

look into what you need (which classes, ..) and start creating, I guess
A Media player would be a GREAT idea for a java project.

The concept is simple--

*let user specify file to play
*flag warning if incorrect format
*if correct format play the file
*allow commands such as pause, play at current pause location, time elapsed, etc

--

Hell, if you want to be more daring create a chatting program that allows video streams from one individuals webcam to the other.

That would be worthy of a true Final year project.
Quick reply to this message  
Join Date: Jun 2008
Posts: 412
Reputation: sciwizeh is on a distinguished road 
Solved Threads: 22
sciwizeh's Avatar
sciwizeh sciwizeh is offline Offline
Posting Pro in Training

Re: Final year project in JAVA

 
0
  #4
Jul 25th, 2008
if you don't know how to play sounds i suggest you look here, it has all that you need to know to use the javax.sound to play sound, there are however additional APIs/plugins you will need to get if you really do want to play all file types, such as mp3, this site has a list, but there are probably more

video would be much harder, i don't know if java has an API for webcams.

in my seaches for java audio i also found Java Speech, an API for speech recognition and speech synthesis.
Last edited by sciwizeh; Jul 25th, 2008 at 9:12 am.
My site, random PM's from people I haven't hear from before will be DELETED
"If people are good only because they fear punishment, and hope for reward, then we are a sorry lot indeed.",
"If we knew what it was we were doing, it would not be called research, would it? "
-Albert Einstein
Quick reply to this message  
Join Date: Jul 2008
Posts: 26
Reputation: mdew_47 is an unknown quantity at this point 
Solved Threads: 0
mdew_47 mdew_47 is offline Offline
Light Poster

Re: Final year project in JAVA

 
0
  #5
Jul 25th, 2008
Thanks dudes,

And hey Alex, i have built an online community for LAN in my pre-final year mini project, there i have done all sorts of socket programming, session controls, etc. and it would be a great idea to add video conferencing to that project,

so if you can help pls refer me the sites where i could get the necessary belongings.
Quick reply to this message  
Join Date: Aug 2008
Posts: 1
Reputation: oumah is an unknown quantity at this point 
Solved Threads: 0
oumah oumah is offline Offline
Newbie Poster

Re: Final year project in JAVA

 
0
  #6
Aug 12th, 2008
Hi guyz
Am a final year and also has the same problem identifying a final project. Your suggestions will be highly appreciated.
Quick reply to this message  
Join Date: Jul 2008
Posts: 26
Reputation: mdew_47 is an unknown quantity at this point 
Solved Threads: 0
mdew_47 mdew_47 is offline Offline
Light Poster

Re: Final year project in JAVA

 
0
  #7
Aug 12th, 2008
i switch to building a compiler using JAVA and C? What do you think?
Jorhat Engineering College, Csc-11/05
Quick reply to this message  
Join Date: Aug 2008
Posts: 3
Reputation: anilforproject has a little shameless behaviour in the past 
Solved Threads: 0
anilforproject anilforproject is offline Offline
Newbie Poster

Re: Final year project in JAVA

 
-2
  #8
Aug 20th, 2008
Originally Posted by mdew_47 View Post
I am thinking of building a media player that could read all the audio ,video file types as my final year project using java in the linux environment( fedora core 4).
But i don't know from where should i start, pls is there anyone who can help. I will be very glad.

Thanks in advance.
i have same project
<snip email>
Last edited by Ancient Dragon; Aug 20th, 2008 at 7:53 am. Reason: snip email
Quick reply to this message  
Join Date: Dec 2004
Posts: 4,217
Reputation: peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of 
Solved Threads: 489
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: Final year project in JAVA

 
-1
  #9
Aug 20th, 2008
Somebody was really lucky this morning as I'm still sleepy. This was supposed to be negative reputation
Please read forum rules - no emails in posts.
Have look on appropriate use of tags in the post
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)

LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
Quick reply to this message  
Join Date: Aug 2008
Posts: 6
Reputation: jOhN_pRattZ has a little shameless behaviour in the past 
Solved Threads: 0
jOhN_pRattZ jOhN_pRattZ is offline Offline
Newbie Poster

help pls i need to make a java program that has a three equation and three unknown

 
-1
  #10
Aug 20th, 2008
hello pls help me i know that you can hepl me on how to make a program that has three equation and three unknown
pls A.S.A.P
Quick reply to this message  
Closed Thread

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC