Is there any idea how to implement a java programm that captures video/audio from a webcam /microphone and stream it to multiple clients. I know about JMF but it is quite old and not well document or supported.
Asked
Active
Viewed 2,927 times
4
-
openCV is another choice. Please visit http://opencv.org/ for more details. – Ishwor Dec 11 '13 at 07:58
1 Answers
3
I found a very good way via vlcj. Vlcj is a java wrapper for vlc.

kkon
- 79
- 1
- 8
-
1-1 for being very helpful. can't find a single thing on google on how to actually use vlcj – Brammie Nov 18 '11 at 11:58