Forum Moderators: phranque
I am wondering if it is possible to write an application that would run from a browser (therefore not needing a download) and that would capture a live video feed from a computer's webcam and broadcast that to a web server?
I was thinking that a Java Applet would be the only technology strong enough to do this within a browser. I discovered some APIs called JMF, but their description is from 1999 and it seems no one is really using this.
Can someone help?
Basically, I would like to do like Skype, have a video chat, but without needing a downloaded application on the client's computer.
Thanks a lot.