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:
Places I’ve tried and fail:
In java2s.com you can find sample JMF applications.
Also JavaWorld have a nice tutorial, which although it is old it is fairly useful.