home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 15 / AACD15.ISO / AACD / Online / SpeakFreely / src / sfecho.txt < prev    next >
Text File  |  2000-09-30  |  5KB  |  133 lines

  1.  
  2.  
  3.  
  4. SFECHO(1)                                               SFECHO(1)
  5.  
  6.  
  7. NNAAMMEE
  8.        sfecho - Speak Freely remote echo server
  9.  
  10. SSYYNNOOPPSSIISS
  11.        ssffeecchhoo [ --dduu ] [ --pp_p_o_r_t ] [ --vv_t_i_m_e_o_u_t ]
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.        ssffeecchhoo  is  a server program which receives sound from re-
  15.        mote hosts in the same manner as ssffssppeeaakkeerr, but instead of
  16.        playing  sound  on the workstation's audio output, buffers
  17.        it in memory for ten seconds and then  retransmits  it  to
  18.        the  sending  host.   This allows remote users, even those
  19.        with half-duplex audio hardware, to experiment  with  dif-
  20.        ferent  compression  and encryption modes to optimise end-
  21.        to-end performance without tying up a person on the  other
  22.        end of the connection.
  23.  
  24.        ssffeecchhoo  can echo sound in RTP and VAT protocols as well as
  25.        Speak Freely's native protocol.  To permit this,  messages
  26.        on  both  the  specified port and the next higher numbered
  27.        port are monitored, queued, and retransmitted.
  28.  
  29.        An echo server can invite connections  by  publishing  its
  30.        existence  on  one  or  more  directory  servers.  See the
  31.        ``Look Who's Listening'' section in the  ssffssppeeaakkeerr  manual
  32.        page  for details on how to set the environment variables.
  33.  
  34. OOPPTTIIOONNSS
  35.        --dd     Enables debug output from ssffeecchhoo.
  36.  
  37.        --pp_p_o_r_t Causes ssffeecchhoo to listen on the specified port  num-
  38.               ber  instead of the default port specified by ``IN-
  39.               TERNET_PORT'' in the MMaakkeeffiillee.  To comply with  the
  40.               RTP  standard,  the  port  specified should have an
  41.               even number; the next higher numbered port is  used
  42.               for RTCP control messages.
  43.  
  44.        --uu     Prints how-to-call information.
  45.  
  46.        --vv_t_i_m_e_o_u_t
  47.               When ssffeecchhoo receives a packet from a host it hasn't
  48.               heard from in _t_i_m_e_o_u_t seconds, it will  attempt  to
  49.               find  the host name and print a message on standard
  50.               error noting the new connection and  what  compres-
  51.               sion mode is being used.  If the host name can't be
  52.               found, the numeric  IP  address  is  given.   After
  53.               _t_i_m_e_o_u_t  seconds  of inactivity a message is issued
  54.               indicating the host is  idle.   If  no  _t_i_m_e_o_u_t  is
  55.               specified, 180 seconds is used.
  56.  
  57. BBUUGGSS
  58.        If  ssffeecchhoo runs out of memory to buffer sound awaiting re-
  59.        transmission, packets are discarded without warning.
  60.  
  61.  
  62.  
  63.  
  64.                             8 APR 1996                          1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. SFECHO(1)                                               SFECHO(1)
  71.  
  72.  
  73.        By default, ssffeecchhoo listens on Internet port  number  2074,
  74.        the  same  as  ssffssppeeaakkeerr, and hence cannot run at the same
  75.        time on the same machine as ssffssppeeaakkeerr.  You can specify  a
  76.        different  port  for  ssffeecchhoo  with the --pp option, but many
  77.        users have difficulty connecting to servers with  nonstan-
  78.        dard  port numbers, so this isn't a terribly good idea for
  79.        public servers.  If your server is intended  primarily  to
  80.        echo  messages  in  RTP  protocol, you may want to specify
  81.        port 5004, the default  port  for  RTP  specified  in  RFC
  82.        1890.     Many VAT compatible applications default to port
  83.        3456.
  84.  
  85. AACCKKNNOOWWLLEEDDGGEEMMEENNTTSS
  86.        The implementation  of  MD5  message-digest  algorithm  is
  87.        based on a public domain version written by Colin Plumb in
  88.        1993.  The algorithm is due to Ron Rivest.  The  algorithm
  89.        is described in Internet RFC 1321.
  90.  
  91. SSEEEE AALLSSOO
  92.        ssffssppeeaakkeerr(1)
  93.  
  94. AAUUTTHHOORR
  95.             John Walker
  96.             WWW: http://www.fourmilab.ch/
  97.  
  98.        All  modules  of  SSppeeaakk  FFrreeeellyy developed by me are in the
  99.        public domain.  See the rreeaaddmmee and/or ccooppyyrriigghhtt  files  in
  100.        the  iiddeeaa directory for conditions of use and distribution
  101.        of that component.  This software is  provided  ``as  is''
  102.        without express or implied warranty.
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.                             8 APR 1996                          2
  131.  
  132.  
  133.