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?

link|improve this question

80% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.