Re: [Live-devel] Proxy Server (Back-end Session)

2013-10-16 Thread Ross Finlayson
> Looks like sending the session id in the OPTION header solved the problem! > > After my original post yesterday, I did determine that Axis cameras have a > session time-out (default 60 sec) setting that was tearing down the session. The Axis camera should also be using incoming RTCP "RR" packe

Re: [Live-devel] Proxy Server (Back-end Session)

2013-10-16 Thread Bob Bischan
Ross, Thanks for the code update. Looks like sending the session id in the OPTION header solved the problem! After my original post yesterday, I did determine that Axis cameras have a session time-out (default 60 sec) setting that was tearing down the session. The only thing I cannot explain is

Re: [Live-devel] LiveMedia NG When Time Changed

2013-10-16 Thread Ross Finlayson
> When time changed, The stream stopped. > Reason 1: > If time value become bigger, "uSecondsToGo" in > MultiFramedRTPSink::sendPacketIfNecessary is bigger, "scheduleDelayedTask" > need too long time to call "sendNext". > Reason 2: > If time value become smaller, stream is stopped also. But I

[Live-devel] LiveMedia NG When Time Changed

2013-10-16 Thread 翔子
Hi, When time changed, The stream stopped. Reason 1: If time value become bigger, "uSecondsToGo" in MultiFramedRTPSink::sendPacketIfNecessary is bigger, "scheduleDelayedTask" need too long time to call "sendNext". Reason 2: If time value become smaller, stream is stopped also. But I don't know