Re: [Live-devel] LIVE555 Streaming Media question: C or C++?

2010-11-22 Thread Ross Finlayson
I would like to use LIVE555 Streaming Media libraries in my application which is written in C++ with MFC use. However, I can see that interface implemented in LIVE555 Streaming Media requires parent application to use C rather than C++. Mostly because of C-style callbacks: typedef void (res

[Live-devel] LIVE555 Streaming Media question: C or C++?

2010-11-22 Thread Dmitry Petrenko
Hello, I would like to use LIVE555 Streaming Media libraries in my application which is written in C++ with MFC use. However, I can see that interface implemented in LIVE555 Streaming Media requires parent application to use C rather than C++. Mostly because of C-style callbacks: typedef voi

Re: [Live-devel] rtsp server scale.

2010-11-22 Thread Ross Finlayson
if rtsp client request scale = 0.5. my rtsp server must slow down the send speed by using fDurationInMicroseconds /= m_scale; what other should i do.should i change the pts?and the duration? Yes. "fDurationInMicroseconds" merely tells the downstream object ("RTPSink") how often to request