Load a video file from Server using applet
Hi all,
I am working in a jmf project right now.
I want to make online meeting .If any one knows the idea plz help me.
it is possible for me to load video file from server .
I used jsp and add applet as a plugin and it is possible to load.
But in this case i wanted to give the full path name like "file:/F:/ditto/asd.avi" .
How can i avoid the this full path name otherwise it shows file not found exception.
So i cant load from another machine.
Plz help me its urgent .
Thanks in advance..
Forget it. You're not going to pull this off. Streaming video is far far more complex than simply loading a file into a JMF application. If you're having trouble abstracting away absolute filepaths, you're not going to manage the rest of it, trust me. Save yourself some disappointment and choose another project
hi why are you discouraging me yaar?
I have the code to capture and playing it.
Its caputrure the video and saving in a local directory
Uploading it using a thred in to the server.
And plating it with another program.
In this case it shows no file accees permission error
so what to do?
> hi why are you discouraging me yaar?
To save you wasting your time. I'm not insulting you by saying you won't manage this, not in the least. It's a very difficult project. You've just grossly underestimated how difficult what you're proposing is.
> I have the code to capture and playing it.
> Its caputrure the video and saving in a local
> directory
> Uploading it using a thred in to the server.
> And plating it with another program.
> In this case it shows no file accees permission
> error
> o what to do?
Nothing. Once you've solved that problem, you'll only find that the movie doesn't play anywhere near as you expected it to, certainly not in any useful way. For videoconferencing et al, merely playing the movie is not enough. It needs to be streamed, and that's an entirely different ball game
yeh i have codes it is by capture video and store it in files and uploading it into server using thread.
and one another applet that down load the video files from ther server and play it .
In this case it shows no permission to access the file .
can you help me to sole this problem?
It's not hard to implement this project. JMF takes care of the streaming part and RTP might just take some burden off you, by offering pretty decent QoS. Bandwidth is the only concern here.
Apart from some headache you might get dealing with those codecs, this project is a simple one. If you take my opinion this, this project is not worth the time you spend on it. It's a waste of time as you won't face anything challenging in this project as things are made too easy for the developer by JMF. Virtually boils down to spoonfeeding by JMF. You would just end up developing an UI for the user with very little work being done by you at the background. as JMF does that for you.
I ave implemented the video conferene.
1) Capture the video for 10 second
2) Store it in local directory
3) Upload it to server
4) Play it from Server
Two applets are used for capture and playing.
its takes some delay . and so many problems.
So i want to implement it using RTP so can any one plz help me to take a decision