Hi guys, Just a quick correction.
In step 7 for installing the client at http://parsa.epfl.ch/cloudsuite/streaming.html, the provided gcc command is gcc -I /path/to/curl/curlinst/include -L /path/to/curl/curlinst/lib/ -lcurl rtspclientfinal.c -o rtspclient.o But it gives me an error. Should instead be: gcc -I /path/to/curl/curlinst/include -L /path/to/curl/curlinst/lib/ rtspclientfinal.c -lcurl -o rtspclient.o Thanks, Tri
