p2pvc icon indicating copy to clipboard operation
p2pvc copied to clipboard

A point to point color terminal video chat.

Results 16 p2pvc issues
Sort by recently updated
recently updated
newest added

This little fix solve the compilation error on some Ubuntu installations by providing the correct OpenCV headers.

The brew instructions need updating. ```shell $ brew tap homebrew/science Error: homebrew/science was deprecated. This tap is now empty as all its formulae were migrated. ```

Feature request: could you set it up so that it converts local video to ascii and then sends the ascii to the client, thus greatly reducing bandwidth, instead of sending...

gcc `-I / usr / local / include / opencv -I / usr / local / include` -Isrc / inc -O2 -Wall -DPA_USE_ALSA src / video.c -c -o objs /...

gcc -Isrc/inc -O2 -Wall -DPA_USE_COREAUDIO `pkg-config --cflags opencv` src/video.c -c -o objs/video.o In file included from src/video.c:1: In file included from /usr/local/Cellar/opencv/3.4.0/include/opencv/cv.h:63: In file included from /usr/local/Cellar/opencv/3.4.0/include/opencv2/core/core_c.h:48: /usr/local/Cellar/opencv/3.4.0/include/opencv2/core/types_c.h:929:13: warning: implicit...

$ make gcc -Isrc/inc -O2 -Wall -DPA_USE_COREAUDIO `pkg-config --cflags opencv` src/audio.c -c -o objs/audio.o src/audio.c:34:10: fatal error: 'portaudio.h' file not found # include ``` ^ ``` 1 error generated. make:...

The colors are messed up in the video and low quality. FYI, my `$TERM` is `xterm-256color`, I tried all angles and places, it didn't help with the video quality. ![screenshot...

I have looked at a few source files for your current software. I have noticed that some checks for return codes are missing. Would you like to add more error...