Skip to content

Split demo into client/server.

Split the demo into client/server.

Start the client:

./compression -c [ip]

Start the server

./compression -s

The order does not matter, and by default the video camera is used, passing -v will run the demo with the packaged video file.

Merge request reports