5 ms·
Poor man's skype: sender arecord -f cd -c 2 | lame -b128 - - | netcat -u your-ip 6881 | mpg123 - receiver arecord -f cd -c 2 | lame -b128 - - | netca
by petdog 16y ago
Poor man's skype:
sender
arecord -f cd -c 2 | lame -b128 - - | netcat -u your-ip 6881 | mpg123 -
receiver
arecord -f cd -c 2 | lame -b128 - - | netcat -u -l 6881 | mpg123 -
- chbarts 16y agoIf you're really poor, it would likely be useful to know that hooking headphones up to the microphone jack gives you a usable microphone. Just speak directly into one of the earpieces.
- 1337p337 16y agoI used to do this with a friend in the days when modems tied up phone lines. You have to pass a much lower number to lame's -b option, though.