home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 123 / af123sub.adf / WebVision.lzx / WebVision / WebVision21.readme < prev   
Encoding:
Text File  |  1999-03-02  |  3.1 KB  |  83 lines

  1. Short:    The ultimate webcam viewer (MUI)
  2. Author:   troels@stud.cs.uit.no (Troels Walsted Hansen)
  3. Uploader: troels@stud.cs.uit.no (Troels Walsted Hansen)
  4. Type:     comm/tcp
  5. Replaces: comm/tcp/WebVision20.lha
  6.  
  7. Introduction
  8. ¯¯¯¯¯¯¯¯¯¯¯¯
  9. WebVision is a viewer program for a fairly recent phenomenon on the World
  10. Wide Web - web cameras.  Web cameras are recorded images published on the web
  11. and updated at regular intervals.  They may show everything from a TV channel
  12. or somebody's living room to the weather in a city in northern Norway.
  13.  
  14. You can view these images with a regular webbrowser, you can even have it
  15. update the page at regular intervals, but WebVision offers a more specialized
  16. and optimized approach.  Web camera sites are configured in a special
  17. window and viewing one opens a dedicated window, which is sized exactly to
  18. fit the camera image.  Update delay, save directory and other parameters
  19. are easily configured individually for each camera.
  20.  
  21. For registered users, an Internet update server is available that allows you
  22. to exchange sites with other WebVision users.  At the last count, this
  23. database contained over 250 webcams, with more being added all the time.
  24.  
  25. Requirements
  26. ¯¯¯¯¯¯¯¯¯¯¯¯
  27.  · AmigaOS 3.0 or higher.
  28.  
  29.  · A JPG datatype like akJFIF or Prodev-JFIF.
  30.  
  31.  · MUI 3.8 or higher.
  32.  
  33.  · An AmiTCP compatible TCP/IP stack (like AmiTCP, Miami or TermiteTCP).
  34.  
  35. Features
  36. ¯¯¯¯¯¯¯¯
  37.  · Highly multithreaded operation, busypointers are practically banned 
  38.    and all operations can be aborted.
  39.  
  40.  · Many advanced configuration possibilities.
  41.  
  42.  · Extremely flexible autosave function for saving camimages.
  43.  
  44.  · Update the hierachical list of camsites automatically over the Internet.
  45.  
  46.  · Carefully designed MUI GUI.
  47.  
  48.  · Supports CyberGraphX Video Layers for 16 bit images on 8 bit screens.
  49.  
  50.  · Supports many advanced HTTP features such as HTTP proxy (with 
  51.    authorization), streaming webcams, Basic authorization, downloading only 
  52.    updated images, etc.
  53.  
  54. Version history
  55. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  56. WebVision 2.1 (17.2.99)
  57.  · Added scaling of images, including submenu with presets in the Site menu.
  58.  
  59.  · Added busypointer while saving/loading sites.
  60.  
  61.  · Added option to disable online check, for example to trigger dial-on-demand.
  62.    (John S Burger)
  63.  
  64.  · Simplified MiamiIsOnline() check and some MUI code for smaller size.
  65.  
  66.  · Changed HTTP request code to allow non-HTTP requests when using a proxy.
  67.  
  68.  · Changed HTTP response parser to allow for a bit of non-RFC compliance on
  69.    the server part. (Buggy site supplied by Skyclad)
  70.  
  71.  · Opening and closing the aboutwindow had a high probability of leaving an
  72.    orphan "WebVision Flame Render Process" in the system.  Should be
  73.    completely harmless, but a waste of resources of course.
  74.  
  75.  · Added workaround to Listtree.mcc bug that would seem to delete sites and
  76.    groups outside the "Automatically updated" group, though it was only a
  77.    visual effect. (David Gerber)
  78.  
  79.  · Fixed a couple of cases where "Pragma" and "Proxy-Authorization" headers
  80.    would be sent even if they shouldn't.
  81.  
  82.  · Camlist update on startup wouldn't work unless program update check was
  83.    enabled too.