README (390B)
1 What is it? 2 =========== 3 4 A simple UDP based voice chat program. 5 6 How to use it 7 ============= 8 9 Pick one of the scripts already available and just 10 pipe them over to sscall. 11 12 For e.g. on OpenBSD: 13 14 ./obsd/obsd-rec.sh | sscall 192.168.1.2 1234 4321 15 16 This will stream your voice to machine 192.168.1.2 17 on port 1234. Similarly on the other side you can 18 connect on port 4321 on the local machine.