Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question

1 Answer

up vote 4 down vote accepted

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

share|improve this answer
+1 for using VLCJ – YumYumYum Aug 27 '11 at 9:50
-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

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.