I don't get the reason why do i obtain the following exceptions :
Exception in thread "videoDecoder" java.lang.IllegalArgumentException: The picture is not complete.
at com.xuggle.xuggler.video.AConverter.validatePicture(AConverter.java:289)
at com.xuggle.xuggler.video.BgrConverter.toImage(BgrConverter.java:159)
at com.xuggle.xuggler.Utils.videoPictureToImage(Utils.java:322)
at VideoPlayer.VideoDecoder.analyzeVideoPackets(VideoDecoder.java:138)
at VideoPlayer.VideoDecoder.access$000(VideoDecoder.java:18)
at VideoPlayer.VideoDecoder$1.run(VideoDecoder.java:40)
at java.lang.Thread.run(Thread.java:729)
when i try to run the code given here.
The code is too large to be presented here .
What that code is meant for is to decode and then play video (with sound) . But i get run time exception when i run the code. Please tell what the problem is ? Why do i get the exception ? I have used xuggler to decode video files.