tvoip
1.0.0
speakerモジュールのカスタムバージョンを取得します。 (こちらを参照) Linuxでは、正常に動作するはずです。少なくとも私にとってはそうです。
TVOIPは、シンプルなターミナルベースのP2P VoIPアプリケーションです。 Skypeまたは同様のアプリケーションとは異なります。
Usage: node index.js [options]
Options:
-V, --version output the version number
-c, --connect <host:port> Connect to a host, (Supports IP:port and hostname:port.)
-l, --listen <port> Automatically accept connections on this port.
-i, --input [device-name] Input device, (Leave empty to use the default recording device.)
-o, --output [device-name] Output device, (Leave empty to use the default playback device.)
-a, --mic-channels <count> Number of channels 1=mono; 2=stereo (Leave empty to use 1.)
-b, --speaker-channels <count> Number of channels 1=mono; 2=stereo (Leave empty to use 2.)
-d, --debug <bool> true to enable debug, false to disable debug. (Leave empty to not use debug.)
-g, --log <file> Log to file
-h, --help output usage information
Examples:
node index.js --listen 3333 --input hw:0,0 --output hw:1,1
node index.js --connect 192.168.1.101:3333 --input hw:0,0 --output hw:1,1
(入力/出力デバイスの形式はALSAに由来します。Arecord arecord aplayとこのStackoverflowの質問を参照してください。)
ALSAが必要です。
libasound2-dev 、 alsa-base 、およびalsa-utilsと呼ばれます( sudo apt-get install libasound2-dev alsa-base alsa-utils )。alsa-lib-devel alsa-utilsおよびalsa-lib ( sudo dnf install alsa-lib-devel alsa-utils alsa-lib )と見つけます)ソックスが必要になります。ここに行ってください:ソックス
ソックスが必要になります。ここに行ってください:ソックス
git clone --recursive https://github.com/T-vK/tvoip.gitcd tvoipを入力しますnpm iGithubで問題をここに開いてください。