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
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
>> 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
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