Tutorials on Java Media Framework

Triggs picture Triggs · Nov 12, 2011 · Viewed 11.5k times · Source

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:

Answer

Costis Aivalis picture Costis Aivalis · Nov 12, 2011

In java2s.com you can find sample JMF applications.

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