Hi Tri, Thanks a lot for the feedback!
Please let us know your gcc version and OS distribution so that we can update the instructions accordingly. Best, Onur On Jun 20, 2013, at 5:48 AM, Tri M. Nguyen <[email protected]<mailto:[email protected]>> wrote: 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
