Hi all,
I was trying to display a live video from Web Cam into a
jsp page(Jsp and webcam are on same machine).
Initially I played with JMF API and was able to get access to web cam using
Java class.
Then I returned to JSP, and tried displaying a simple video(saved on my Hard Disk) into it using HTML <object>
Now I wanted to integrate above two things. I tried to do it with what ever knowledge I have but could not succeed.
Went on the Net to search if anyone trying similar things. In some forum, for similar question I found reply as follows
Create a java application which can capture the video from your webcam.
Once done that, create a servlet which gets an inputstream from it and writes it to the outputstream of the response.
Once done that, embed a player in your JSP which points to the servlet and supports the stream format in question.
I am unable to grasp last line of above paragraph "Once done that, embed a player in your JSP which points to the servlet and supports the stream format in question."
Can anyone put light on this ?
Note: I don't want to display web cam video in
Applet.
Good, Better, Best, Don't take rest until, Good becomes Better, and Better becomes Best.
Sidd : (SCJP 6 [90%] )