Search code examples
javavideo-streamingvideo-capturevlcj

Java live video capturing/streaming


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.


Solution

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