Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Applet intractive IP camera Live viewer (continuously Motion JPG)

MSCDec 15 2008
I have an applet live image viewer "IP Camera" where the client must continuously download the images from the server . I have a problem with the speed of downloading due to each image being around 25Kb. To show it like a movie it needs to download and play 10 frame "image " per second . So I am trying to copy and replace the images in the memory but i found that the browser is hanging . So I have tried to copy the images to the temporary folder and continuously replace the images and then Play those image as a movie , But I have problem accessing and reading those files from the temporary folder.

Is it possible to suggest to me the right way of working with temp files.

Thanks
Ali Jamali
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 12 2009
Added on Dec 15 2008
0 comments
178 views