Skip to content

Split demo into client/server

Marcus Edel requested to merge medel/compression-2023:compression-demo into main

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