Click to See Complete Forum and Search --> : Java Multimedia Framework


retesh_gondal
09-19-2004, 07:07 AM
hi,
need to develop a robust online video streaming application. I hve choosen java applet to make the streaming application.

Things i like to know are:
1)how feasable it is to make a java video streaming application.
2)will it be difficult to programm for a novice "java" programmer
3)will my application work on PDA's or Mobile Phones

Thanks
Retesh...

Java_Warrior
10-12-2004, 04:30 PM
1)how feasable it is to make a java video streaming application.
Yes, this is quite feasible, as there are different methods for accomplishing this task but you could consider RTP streaming.


2)will it be difficult to programm for a novice "java" programmer
In most cases, yes. This is for more experienced Java programmers. If you have not used the JMF before, then you should start with something much more basic. Start with media playback...work your way up.


3)will my application work on PDA's or Mobile Phones
No. The JMF is only supported on desktop environments such as Windows/Linux/Solaris for applications/applets, so you cannot accomplish this on a cell phone using the JMF. But there are other ways to stream audio/video without using the JMF! ;)

retesh_gondal
01-01-2005, 11:58 AM
now that i hve read a lot about JMF...i stated to program ...but i am badly stuck at the player installation. Can anybody tell the logic behind the player to be used in JMF.