Skip to content

Latest commit

 

History

History

image-streaming

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Example: KCP Image Streaming!

Using kcp with opencv to streaming camera video from client to server.

Complie

mkdir build
cd build

cmake ..
make

Run

Open two shell and start server and client

./server 10000
./client 127.0.0.1 10000

You will find two window for send and recv each.