Tutorials on Java Media Framework

11,763

In java2s.com you can find sample JMF applications.

Also JavaWorld have a nice tutorial, which although it is old it is fairly useful.

Share:
11,763
Triggs
Author by

Triggs

Network scholar with a desire to code

Updated on June 29, 2022

Comments

  • Triggs
    Triggs almost 2 years

    My main goal is to capture video to a data source and place it on the web.

    I've spent almost eight hours looking for information on JMF. I have found a lot of information on the JMF structure and learned a lot from the API guide and bloggers, but the examples I've seen and tried to implement didn't work for me. They were either to advanced or the source code didn’t compile I learn best by examples and manipulating the examples.

    So I was wondering:

    1. Where did you learn how to implement the Java Media Framework into you're project(s)?
    2. Can you provide some links to good examples (maybe something that is step-by-step)?

    Places I’ve tried and fail: