Hi Ross, I downloaded the latest version source code "live.2007.05.23.tar.gz". During the compilation, I got an error said "error C2440: 'initializing' : cannot convert from 'const char *' to 'char *' in "DynamicRTSPServer.cpp" on line 90".
Once I changed line 90 from "char* extension = strrchr(fileName, '.');" to "char const* extension = strrchr(fileName, '.');", I got the compilation passed. Please modify the line 90 in "DynamicRTSPServer.cpp". BTW, my developing environment is Visual Studio 2005. Best regards, Mike Yan _______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel