Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Java Compatable Compression/Decompression

From: er86::operamail::com at: 16-Feb-2002 12:50

I have run into a Java based webcam viewing solution that really stinks. I thought I would implement one in REBOL since the .JPEG files used for the video are stored on a HTTP server. Unfortunately, the .JPEG files on this server apparently use some feature of JAVA to compress the files since they are not viewable by any of my software (I have no problems grabbing .JPEG files with REBOL from other servers.) I tried the decompress option without REBOL, but it does not seem compatible. Has anyone reverse engineered what type of compress JAVA uses?