buffer.getFormat always returns null (Urgent)

Hi,

I'm trying to grab the frames of a web located Quicktime/Cinepak movie

into images, but when I do buffer.getFormat(), it always returns null.

I tryied with several formats (avi/rgb,avi/yuv, etc) but keep getting the same

error.

I checked and the buffer returned by frameGrabbingControl.grabFrame()

is not null, though not sure whats in it.

The grabbing starts when the event StartEvent is triggered (the movie is starting)

and the movie displays perfectly on the applet, so Im quite confuse, don't

think is a format problem.

any hints, highly appreciated

regards,

Jonathan

[659 byte] By [jrsosaa] at [2007-9-19]
# 1
I discover that if I load the movie locally, I can get the videoformat withoutany problem.It seems that, when loading from web, can't get the format.do anyone has any advice for this? pleasethanks
jrsosaa at 2007-7-8 > top of java,Security,Cryptography...