updated on Thu Jan 12 00:00:55 UTC 2012
[aur-mirror.git] / ihu / ihu.1
blobb88904630b1246a20184d8ff4ee6dbac2aa97781
1 .TH "ihu" "1" "January 2007" "I Hear U" "User Commands"
2 .SH "NAME"
3 .LP 
4 IHU \- Peer-to-peer (P2P) Voice-over-IP (VoIP) application
5 .SH "SYNTAX"
6 .LP 
7 ihu [OPTIONS]
8 .SH "DESCRIPTION"
9 .LP 
10 I Hear U (IHU) is a Voice-over-IP (VoIP) application for Linux that
11 creates an audio stream between two computers easily and with the
12 minimal traffic on the network.
14 Its main features are:
16  * Peer-to-Peer: the communication takes place directly between the
17    computers (UDP and TCP both supported), without need of session
18    protocols (such as SIP or H323) or other servers in the middle.
20  * Good audio performance: IHU was born to give the best audio
21    performance, low latency above all. For this purpose IHU is
22    compatible with ALSA, now the default Linux sound architecture,
23    but also with JACK, a low latency sound server. For the audio
24    compression, IHU uses Speex, a codec optimized for speech.
26  * Crypted stream: you have also the possibility to Encrypt/Decrypt the
27    stream using a fast hybrid cryptographic system (RSA + Blowfish)
29  * Command-line support: the Qt GUI is not strictly necessary, you can run
30    also a textual IHU from command-line (for example if you need to run
31    the program on remote computers).
33 The possibilities of use of IHU are endless, for example you can use it
34 like a phone to talk with your friends all around the world, or at home
35 or work to talk between computers in the LAN (talkback), etc.
36 .SH "OPTIONS"
37 .TP
38 .B \-\-wait
39 Wait for incoming calls
40 .TP
41 .B \-\-call  HOST
42 Call HOST (DNS or IP address)
43 .TP
44 .B \-\-file  FILE
45 Play a IHU FILE
46 .TP
47 .B \-\-encrypt
48 Encrypt the outgoing stream
49 .TP
50 .B \-\-noinput
51 Disable audio INPUT
52 .TP
53 .B \-\-nooutput
54 Disable audio OUTPUT
55 .TP
56 .B \-\-nogui
57 Start without GUI (no interaction)
58 .SH "FILES"
59 .TP
60 \fI~/.qt/ihurc\fP
61 This is where IHU reads its config information. You have to edit this
62 file to change the settings directly when using the --nogui option.
63 .br 
64 .SH "SEE ALSO"
65 .LP
66 http://ihu.sourceforge.net/
67 .SH "AUTHORS"
68 .LP 
69 Matteo Trotta <mtrotta@users.sourceforge.net>
70 .PP
71 This manual page was written by Darwin Bautista <djclue917@gmail.com> for
72 Arch Linux (but may be used by others).