I'm trying to make a patch to the Live555 API in VLC, but I am currently unable to get debug messages to be forwarded to the VLC Message window. I am trying to set up debug messages inside the Live555 source code like this, for instance in live555/liveMedia/RTSPClient.cpp, I put a line like this:
Code: Select all
envir() << "debug message" << 12345 << "\n";
I know that I'm building my Live555 changes properly with the Make commands because I can introduce an "abort()" call in the Live555 source and it crashes VLC. Any ideas how to get the debug messages?