Hi, All. I found several things to be changed in media streaming benchmark. This configuration is tested in Ubuntu 12.04, so if you do not have following problems you can just ignore it.
Before we move on, Does anybody know how to evaluate media streaming benchmark? I am not sure what to measure to evaluate the performance... 1) Compiling cURL If you have a problem with compiling cURL, change the order of compile option. Put -lcurl option at the end of command. gcc -I /path/to/curl/curlinst/include -L /path/to/curl/lib/ rtspclientfinal.c -o rtspclient.o -lcurl 2) To do patch, use -p0 instead of -p1. 3) Install Darwin Streaming Server When you build Darwin Streaming Server, you may see some error messages about pthread library. a) Open Buildit b) Find a code section for your platform (ex: Linux.X86_64) c) Change CORE_LINK_LIBS = "...." and change it to CORE_LINK_LIBS="-lstdc++ -lm -lcrypt -ldl -lpthread" 4) dlopen error If compiler shows that dlopen is undefined function, you need to change Makefile.POSIX a) Open Makefile.POSIX b) Find LIBS = "...." and change it to LIBS = -lCommonUtilitiesLib -lQTFileLib $(CORE_LINK_LIBS) There are more information in http://lxfind.com/2012/05/. -- Thanks, Jinchun Kim
