4

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.

Michael Berry
  • 70,193
  • 21
  • 157
  • 216
kkon
  • 79
  • 1
  • 8

1 Answers1

3

I found a very good way via vlcj. Vlcj is a java wrapper for vlc.

kkon
  • 79
  • 1
  • 8