mofarrell / p2pvc

A point to point color terminal video chat.
MIT License
2.89k stars 212 forks source link

Multiple people can connect to the same instance at the same time #34

Open kmerfeld opened 9 years ago

kmerfeld commented 9 years ago

You can connect to your own computer and have someone else connect to it and it will try and display both video feeds. You can also connect multiple computers this way. Audio is being kinda buggy but this potentially means super easy conference calls? with a bit of testing this bug could almost be called a feature.

emgram769 commented 9 years ago

the game plan was to allow multiple people to connect. the p2plib.c file was set up to handle this but the video rendering and the audio were not. I'm going to file this as an enhancement request. :)