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