Re: [Live-devel] sub-classing ProxyServerMediaSession

2013-12-12 Thread Ross Finlayson
On Dec 10, 2013, at 1:53 PM, Craig Matsuura wrote: > One working on sub classing ProxyServerMediaSession and also sub classing > ProxyRTSPClient. I have overridden the createNewProxyRTSPClient(). The > problem I'm having is the createNewProxyRTSPClient() is called from the > constructor of

[Live-devel] sub-classing ProxyServerMediaSession

2013-12-12 Thread Craig Matsuura
One working on sub classing ProxyServerMediaSession and also sub classing ProxyRTSPClient. I have overridden the createNewProxyRTSPClient(). The problem I'm having is the createNewProxyRTSPClient() is called from the constructor of the ProxyServerMediaSession, and the method I just overrode is

Re: [Live-devel] I found a critical potential error in file MatroskaFileParser.cpp

2013-12-12 Thread Ross Finlayson
>> No, this is not a "critical potential error". It's not even an "error". >> It is a compiler *warning* (usually given by some old versions of >> Microsoft's Visual C++ compiler). > > I don't think VC++ is wholly wrong to warn about this. The object isn't > completely constructed when the ini

[Live-devel] Framerate in the file is 4X the original

2013-12-12 Thread Chmelev, Anton
Hello Ross, I stream the video from the camera, and in the resulting file framerate is 4X the original. Eg. camera provides 30 FPS, in the file I get around 120, which results in "slow-mo" playback. Tried to save .avi, .mp4, .mov using openRTSP, same thing. Kindly advise, where to look, what to