Skip to content

Ch0p1k3/socket-voice-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socket voice chat

This is simple voice chat on TCP socket. Whole installation under python3.9. You can install it in Ubuntu/Debian using make install_python3.9.

Install dependencies for Linux/Debian

sudo make apt_get

Install wheel

sudo make install

When you install wheel you can use binaries of client and server:

socket-voice-chat-client --host 0.0.0.0 --port 10080 --username name
socket-voice-chat-server --host 0.0.0.0 --port 10080

Run client and server directly

sudo make requirements
RUN_ARGS="--host 0.0.0.0 --port 10080" make server
RUN_ARGS="--host 0.0.0.0 --port 10080 --username name" make client

Docker image of server

docker run -p 10080:10080 --rm -it ch0p1k/sockets --host 0.0.0.0 --port 10080

To run in backend process - add -d flag

Client screenshots

client_1 client_2 client_3 client_4 client_5 client_6

Server screenshot

server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published