Example to stream RGBD from one machine to another, including data-compression

Uses lossy compression for RGB and lossless for Depth

pip install -r requirements.txt
./name_server.sh &
python server.py
python client.py --ip [server_ip]