I want to modify openRTSPClient so that i can start stop many of them in my program without exit the application....But RTSP Client is full of externs...And externs scope is "Program"... If I put C-style callbacks in a c++ class member functions they should be static...Get same effect..I have no way to pass non-static parameter pointer to them...
How can i get get rid of those externs in Live555 Rtsp client? Or any one has modified its code to be more OO way?
And why it is not OO? Performance reasons?