"How to start with JMF" question

I read couple of documents of JMF and realized that it can be used as stand alone only. Please let me know if i am wrong in my understanding.

My requirement is :

I want to create a webpage on tomcat server and on that web page i want to use media player to run the songs on my machine.

Is JMF the solution if yes then how i can embed it in my JSP page

if not then what else is the solution for my requirement

~Aman

[451 byte] By [aman_mahajana] at [2007-11-27 1:17:08]
# 1

> I read couple of documents of JMF and realized that

> it can be used as stand alone only. Please let me

> know if i am wrong in my understanding.

IT depends what you mean by 'stand alone'.*

> I want to create a webpage on tomcat server and on

> that web page i want to use media player to run the

> songs on my machine.

>

> Is JMF the solution if yes then how i can embed it in

> my JSP page

Web start launch - launched from a web page,

but not 'embedded' in it. Note that web pages

that 'start making sound' annoy most people.

For an example of web start launch, see

http://www.javasaver.com/testjs/jmf/#test3

(You could probably get away with a significantly

smaller download, if you only need support for

a limited range of media.)

AndrewThompson64a at 2007-7-11 23:52:47 > top of Java-index,Security,Cryptography...
# 2

hi

Step 1: write simple music player (JMF) applet and inset to ur jsp page (no other way)

step 2: write transmitter using servlet or plain old java and deploy

visit following url .here some jmf rtp samples are avaliable

http://javasolution.blogspot.com/

http://javasolution.blogspot.com/2007/04/simple-application-for-voice.html

Arunssofta at 2007-7-11 23:52:47 > top of Java-index,Security,Cryptography...