If you’re new to Xuggler, you may want to start with the MediaTools API first. But if you want to use the more complex Xuggler Advanced API, keep reading.
Hi there,
If all has gone well, you’ve alredy seen how to use Xuggler to decode and play audio. In this tutorial we expand on the concepts there to show you how to decode video in a media container, and display the video with the right timing in a window on your desktop.
Part 1
Part 2
Part 3
Part 4
Source Code
You can find the documentation for the com.xuggle.xuggler.demos.DecodeAndPlayVideo application here, and you can get the actual source code here

January 26, 2009 at 5:11 pm
Hi,
thanks for tutorials. Xuggle is great!
“source code here” – 404
January 26, 2009 at 7:05 pm
Hi there, and thanks for the kind words. Looks like http://www.xuggle.com was having some troubles when you looked, but the site is back up now. You can also find all of our source at at http://xuggle.googlecode.com/
- Art