Record Java Streaming Video

8,186

JMF is old and pretty much abandoned but its libraries are still available for download and fully functional.

Yes, you can use the JMF-based freeware called krut. It runs fine on Windows 7 64-bit (I haven't tested it on other machines). You select the area of the screen you want to capture and the program dumps the pixels into a list of jpeg frames and encodes them in mov format. The program has its limitations but is perfectly competent within them. To get audio as well, enable "wave out-mix" under system Sounds/Recording in Control Panel (or whatever the analog is on your system).

The krut source code is also downloadable, but necessarily can't include the proprietary Sun code for the JMF library classes. I have played around with it using NetBeans IDE 7.1.1.

For source code at the level of the JMF binaries, try the open sources available from FMJ.

Share:
8,186

Related videos on Youtube

John
Author by

John

Just a random person looking for ways to expand my knowledge and passion for technology.

Updated on September 18, 2022

Comments

  • John
    John over 1 year

    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.

  • John
    John over 12 years
    @ 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?
  • harrymc
    harrymc over 12 years
    Sorry, I never used these products.
  • FiveO
    FiveO about 11 years
    Krut runs also on Windows 8 64bit. Easy tool and works just perfect. With a better compression (with Handbrake) the videos are usable.