Is there a way to record streaming video in Java? Perhaps a way without using a recorder that just records everything on screen? An example might be something like a Saba Centra presentation, a Javanti presentation, a Blackboard Collaborate presentation, or even an Elluminate session.

I have been searching for a while and I have found programs that record everything but Java streams.

link|improve this question
feedback

1 Answer

You could have a look at the FMJ Project, an open-source project with the goal of providing an alternative to Java Media Framework (JMF), while remaining API-compatible with JMF.

Java Media Framework (JMF) itself is pretty old and abandoned, but probably still works. You could check out David's solution using JMF.

Another possibility is the open-source JMyron library.

link|improve this answer
@ harrymc - Thanks for the ideas. Do you know if any of these can be ran as an application within Windows to capture the audio and video that is produced from a streaming session? – John Oct 3 '11 at 21:21
Sorry, I never used these products. – harrymc Oct 4 '11 at 4:49
feedback

Your Answer

 
or
required, but never shown

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