Live Video in an Applet
I have a program which captures live video from a video card and puts it on a frame.
When I try to put this in an appplet the sound streams through from the datasource but I can not get the visual aspect to come through.
Are there any issues putting live video into an applet versus putting it into a frame? Are applets capable of
displaying live video?
Thanks
Melissa
You can display visual video components using JMF2.0 (Java Media Framework). You can call getVisualComponent() method of your Player and add it to a Frame on your applet. However the Player has to be realized b4 you can call the getVisualComponent. It's a little tricky, so let me know if you have problems realizing your player. I'm also looking for a Video Player Applet that does not require JMF. So let me know if you find one yourself :)