Video doesn't play over the internet

Hello guys,

I have an applet using JMF (JMF is installed on my local system). i have placed the applet on a remote server (win 2000, IIS). The applet works perfectly locally but not from the server, can someone plz tell me why...

this is the error i get:

Could not find error.connectionerror

java.io.IOException: Unable to open a URL connection

NoPlayerException Error instantiating class: com.sun.media.protocol.http.DataSource : java.io.IOException: Unable to open a URL connection

FATAL ERROR: Could not create player for ........

guys reply quickly...

[605 byte] By [mamathareddya] at [2007-10-2 9:59:10]
# 1
could you please elaborate as to how are you trying to access it over the server and what exactly are you specifying in the code as the DataSource,
classPuneeta at 2007-7-17 0:04:30 > top of Java-index,Security,Cryptography...
# 2

Hello,

The applet is a pretty simple one. The html which loads the applet along with the applet is placed in a folder "abc" on a iis server from where my website is hosted. i tried calling the html "www.xyz.com/abc/aaa.html", but i get the error mentioned before. i guess the protocol used to access media is http. I am also reading some data files from the same applet and that works fine. i am passing the url of the media file to the 'Manager' that creates the 'Player'.

mamathareddya at 2007-7-17 0:04:30 > top of Java-index,Security,Cryptography...
# 3
Hello,I am also working on the similar one.. In that I have to present live video as well as live audio in a web page.. please give me some suggestions to accomplish this job. Can we present these by Using RTPManager class? please answer me....Regards,Krishna.
grandhi.krishnaa at 2007-7-17 0:04:30 > top of Java-index,Security,Cryptography...