home *** CD-ROM | disk | FTP | other *** search
/ Rat's Nest 1 / ratsnest1.iso / windows / cusebeta.arj / FAQ.TXT < prev    next >
Text File  |  1995-12-18  |  11KB  |  238 lines

  1. FAQ.TXT                       12-1-95  Richard Kennerly <rbk1@cornell.edu>
  2.  
  3. CU-SeeMe for Windows Frequently Asked Questions:
  4.  
  5. *  What Video Capture card/Sound card/Winsock Stack will work with CU-SeeMe?
  6. *  QuickCam doesn't work with Win'95
  7. *  "GetHostByName() failed (nnnnn)" error.  Hostname Requirement for CU-SeeMe
  8. *  "No Response from <ip address>" error.
  9. *  Capture card is not detected by CU-SeeMe
  10. *  "WSAAsyncSelect blew chow (11004)" error.
  11. *  LAN WorkPlace - CU-SeeMe can't connect.
  12. *  Audio does not work, even though I've got an audio card and speakers
  13.  
  14. ---------------------------------------------------------------------------    
  15. What Video Capture card/Sound card/Winsock Stack will work with CU-SeeMe?
  16.  
  17.    See COMPAT.TXT
  18.  
  19.    The latest copy of COMPAT.TXT is available via FTP at 
  20. cu-seeme.cornell.edu/pub/CU-SeeMe and on the web at: 
  21. http://cu-seeme.cornell.edu/PC.cuseeme.html)
  22.  
  23. ---------------------------------------------------------------------------    
  24. QuickCam doesn't work with Win'95
  25.  
  26. Here are the steps to take to install a QuickCam with Window '95
  27.  
  28. 1) Run the QuickCam installer.
  29.  
  30. 2) Make sure the capture driver, called QUICKCAM.DRV, is in the
  31.    /WINDOWS/SYSTEM directory.
  32.  
  33. 3) Check the file SYSTEM.INI (in the /WINDOWS directory) and make sure
  34.    there's an entry in the [drivers] section for msvideo like this:
  35.  
  36.    msvideo=quickcam.drv
  37.  
  38.    If you've had another capture driver installed you might see another
  39.    driver listed as msvideo and another entry, msvideo1=quickcam.drv.  In
  40.    this case you should switch the quickcam to be msvideo and the other
  41.    driver to be msvideo1.
  42.  
  43. 4) Use the Win'95 Control Panel for Multimedia.  On the 'Advanced' section,
  44.    double click on the Video Capture Devices icon.  You should see an
  45.    entry for QuickCam.  Double click on the icon for QuickCam.  Make sure
  46.    the "Use the video capture device" choice is selected.
  47.  
  48. 5) Restart Win'95.
  49.  
  50. ---------------------------------------------------------------------------    
  51. "GetHostByName() failed (nnnnn)" error.  
  52. Hostname Requirement for Windows CU-SeeMe
  53.  
  54.    Your Windows machine will need a hostname.  CU-SeeMe for Windows 
  55. will not work without it (this requirement may disappear soon).  
  56. The way to provide a hostname is to make an entry into the hosts file
  57. called "hosts" (with no extension):
  58. The format for the hosts file is:
  59.  
  60.                  
  61. <your IP address>   <name for your PC>    
  62.  
  63.    For example, you might decide to use the hostname WillieBob.  If 
  64. your IP address was 128.32.64.88, the entry in your hosts file would 
  65. look like:  
  66.  
  67. 128.32.64.88    WillieBob
  68.  
  69.    Your HOSTS file should be in your Windows Sockets directory (the 
  70. same directory that contains your 'winsock.dll').  This directory must
  71. be in the PATH before windows is started.  Note: the HOSTS file needs
  72. to be accessed by the Winsock stack, not CU-SeeMe - putting the HOSTS
  73. file in the directory with CU-SeeMe will not accomplish anything.
  74.  
  75.    If you don't already have a hostname for your PC, you may want to 
  76. contact your network administrator about getting one assigned.  If your
  77. host name is defined in a Domain Name Server (DNS) accessible to your
  78. PC, you won't need to have a HOSTS file.  Keep in mind, in this case,
  79. that if you can't reach your DNS, you'll get the "GetHostByName() Error"
  80. message.
  81.  
  82.    While this issue has been a problem for many it has worked on all
  83. stacks after some work (The FTP software hitch mentioned below took
  84. many phone calls to a very patient user at NSF before solving).
  85.  
  86. Things to verify:
  87.  
  88. *) Verify that you've only got one HOSTS file (there might be a bad one
  89.    earlier in your path).  Use FILE MANAGER, File Menu, Search - Search
  90.    for hosts, start from c:\, check the 'Search All Subdirectories box.
  91.    If you find entries other than the one you expect to find in your
  92.    Winsock directory, consider removing or updating them.
  93.  
  94. Possible stumbling blocks:
  95.  
  96. *) You're using FTP PCTCP and you've something set in the "Domain 
  97.    Completion" box.  This can cause your software to not find its real
  98.    hostname in the hosts file.
  99.  
  100. *) When Defining your hostname with your Winsock Customization software,
  101.    do not include the domain name in the hostname specification.  For
  102.    example, if WillieBob is in the domain cit.cornell.edu, do NOT specify
  103.    WillieBob.cit.cornell.edu as the hostname.  Just enter WillieBob and
  104.    enter the domain in its place.
  105.  
  106.  
  107. ---------------------------------------------------------------------------    
  108. "No Response from <ip address>" error.
  109.  
  110.    Assuming that you have tested other winsock network applications so you
  111. know you have basic network connectivity, there are several possible reasons
  112. why you might be getting this response:
  113.         
  114. * The reflector machine is down - Try to telnet, FTP, or PING the host
  115.   address to check this.  Even if you can't log in, any 'login' -type response 
  116.   will indicate that the host is on the net.
  117.         
  118. * The reflector software is not currently running on the reflector host.  Try
  119.   a couple of reflector sites - it is not likely that too many will be down at
  120.   the same time.
  121.         
  122. * You have a 'firewall' somewhere at 'your end' - between your local network
  123.   and the Internet.  A firewall prevents traffic of certain types from 
  124.   passing in and out of a network or networks.  For example, a 'firewall'
  125.   may exist to reduce traffic volume by disallowing UDP packets - this will
  126.   prevent PING and NFS (Network File System) packets from passing through.
  127.   And, since CU-SeeMe uses UDP, it will not work either.  It is also possible
  128.   for a firewall to disallow certain UDP port and allow others.  Your network
  129.   provider can decide what type(s) of 'firewall' restrictions if any to 
  130.   impose on your network.
  131.           
  132.   It can be difficult to determine whether or not there is a firewall in
  133.   place on your network.  If you can telnet to a reflector host (even though
  134.   you can't log on) but CU-SeeMe doesn't work then it could be a firewall.
  135.   You can contact your network provider to see if there are any restrictions
  136.   on the traffic passing in and out of your network.  CU-SeeMe uses UDP 
  137.   (not TCP) on UDP port 7648.  You can ask your network provider to allow
  138.   UDP traffic on port 7648 to get through the 'firewall'.
  139.  
  140.   Or, if you're using a PC with Winsock, it could be:
  141.         
  142. * There is a DNS IP address problem or 'proxy' DNS is being done.  Somehow,
  143.   with Winsock, it is possible for the machine to make a DNS query to the
  144.   network for its own address which is not really the actual address of the
  145.   Windows PC.  CU-SeeMe uses this address in the CU-SeeMe packet header which
  146.   is different from the address in the IP header (apparently).  This can be
  147.   caused by having two DNS servers with different IP addresses or, by a
  148.   machine doing 'proxy' DNS where it claims to be 'you' so it will get
  149.   your packets which it will then forward to you.  This latter example has
  150.   been found in a situation where SLIP IP addresses were being 'spoken for'
  151.   by the slip server.  Unfortunately, we don't have good information about
  152.   what can be done to really solve this problem.  I would recommend having
  153.   your host and actual IP address in a HOSTS file locally so the DNS call
  154.   is either not made or not favored over the local hosts entry.
  155.  
  156. * You're using TIA.  Here's a quote from a knowledgable user:
  157.  
  158. "TIA will not work with CU-See me because CU-SeeMe needs an IP address of the
  159. machine you are connecting with.  TIA does not give your machine an IP address
  160. but gives you the IP address of the machine you are connecting to, so instead
  161. of trying to connect back to your machine CU-SeeMe is connecting back to your
  162. providers machine (the machine that you are running tia on).  In order for
  163. CU-SeeMe to work you need a PPP or SLIP account where you have your own 
  164. individual IP address."
  165.  
  166.             
  167. ---------------------------------------------------------------------------    
  168. Capture Card is not detected by CU-SeeMe
  169.  
  170.    Sometimes a video capture card (especially Creative Labs Video Blasters)
  171. can be installed in the system
  172. and the Video Capture program supplied by Creative Labs works fine.  But,
  173. CU-SeeMe does not generate a local video picture and the 'File-Video Devices'
  174. option is greyed out.
  175.  
  176.    Edit your system.ini file in the /windows directory and, in the [drivers]
  177. section, make sure there's an entry for msvideo=.  For example, one user with
  178. a blaster FS200 has the entry:
  179.  
  180. msvideo=fs200cap.drv
  181.  
  182. in system.ini.  Check your installation guide to see what it should be for
  183. your model.  This entry is needed for software to locate the driver; apparently
  184. the Creative labs software itself does not require this.
  185.  
  186. For Windows '95 you should also check:
  187.  
  188. * Use the Win'95 Control Panel for Multimedia.  On the 'Advanced' section,
  189.   double click on the Video Capture Devices icon.  You should see an
  190.   entry for QuickCam.  Double click on the icon for QuickCam.  Make sure
  191.   the "Use the video capture device" choice is selected.
  192.  
  193. ---------------------------------------------------------------------------    
  194. WSAAsyncSelect blew chow (11004)!
  195.  
  196.    Some Winsock stacks, especially Lan WorkPlace for Dos, often report
  197. this error.  The error 11004 means that your winsock stack either does
  198. not support UDP or is not set up to do so.  Check the configuration
  199. options for your network installation to make sure UDP is enabled if
  200. possible.  If you're using LAN WP see the other FAQ answer for LAN WP.
  201.     
  202. ---------------------------------------------------------------------------    
  203. *  LAN WorkPlace - CU-SeeMe can't connect.
  204.  
  205.   We received a report about an IMPORTANT configuration detail
  206.   required for CU-SeeMe.  In the NET.CFG file you can specify the number
  207.   of sockets for TCP and UDP.  You must change this number to 30 or less
  208.   in order for CU-SeeMe to work:
  209.  
  210.   tcp_sockets     30
  211.   udp_sockets     30
  212.   raw_sockets     1
  213.  
  214. ---------------------------------------------------------------------------    
  215. *  Audio does not work, even though I've got an audio card and speakers
  216.  
  217.    Audio will only work if you've got enough bandwidth to support it.  At
  218. this point, you need to have at least a 28.8K modem, ISDN at 64K or 128K,
  219. or a faster network connection to the Internet.  If you have a 28.8K modem
  220. you STILL will only receive audio if the sender has set their audio encoding
  221. method to DeltaMod 16K.  Unfortunately, at this point, there's no way to
  222. tell what method they're using - you just won't hear them (or perhaps you'll
  223. hear pops and tiny segments of sound).
  224.  
  225. IMPORTANT NOTE: If your computer is audio capable but you DON'T have
  226. a camera you can only choose the audio encoding method by editting
  227. CUSEEME.INI.  The two choices for audio encoding method are:
  228.  
  229. [Audio Settings]
  230. Encoding Method=Delta-Mod (16 Kb/s)
  231.   --or--
  232. Encoding Method=Intel DVI (32 Kb/s)
  233.  
  234.    If you are using a MODEM at 28.8 or less you MUST use Delta-Mod
  235. encoding!!!!
  236.  
  237.  
  238.