[Live-devel] Two possible problems in RTSPServer class

2012-04-20 Thread Vadim Kosarev
Hello Ross! 1. I have seen possible ServerMediaSession object leak in RTSPServer::RTSPClientSession::handleCmd_SETUP method. This method changes client session object member variable fOurServerMediaSession (pointer to ServerMediaSession) and calls fOurServerMediaSession->incrementReferenceCount()

Re: [Live-devel] Nested TaskScheduler::doEventLoop causes bug with

2011-08-22 Thread Vadim Kosarev
Hello Ross! Yes, in version 2011.08.22 the bug has disappeared! Thank You very much! ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Nested TaskScheduler::doEventLoop causes bug with

2011-08-22 Thread Vadim Kosarev
Thanks Ross! ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Nested TaskScheduler::doEventLoop causes bug with

2011-08-22 Thread Vadim Kosarev
Hello, Ross! Maybe this patch will fix the bug (changes in RTSPClientSession deletion algorithm). I'm still testing it now. http://vad.pp.ru/liveMedia/2.diff Best regards, Vadim Kosarev ___ live-devel mailing list live-devel@lists.live555.com

Re: [Live-devel] Nested TaskScheduler::doEventLoop causes bug with

2011-08-21 Thread Vadim Kosarev
bject is still used in outer doEventLoop call) is not affected by this fix. Best regards, Vadim Kosarev ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] Nested TaskScheduler::doEventLoop causes bug with deleting RTSPClientSession

2011-08-21 Thread Vadim Kosarev
ideo device SDP lines is ready, library code accesses already deleted RTSPClientSession object. I think there are error in choosing RTSPClientSession deleting point (because of possible nested doEventLoop calls). Best regards, Vadim Kosarev ___ liv

[Live-devel] Load balance using DSS

2008-05-28 Thread Vadim
quot;local" network. Is this right way to create such high availability system, or some different arcitechtures exist? Regards, Vadim Punski___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Live stream from network camera to streaming server object

2008-05-25 Thread Vadim
rwinInjector) Is this the right way to use multicast in local network as a relaying module, or it's better to use unicast like, in case of large number of darwin nodes fetching and relaying the stream? Thanks a lot. I really enjoy the LIVE. :) Vadim Basically, you are com

Re: [Live-devel] Live stream from network camera to streaming server object

2008-05-17 Thread Vadim
My main problem is understanding of code flow. Just want to make your explanations more clear. Am I on the right way? > - Use the client code to open the RTSP streamUsage for RTSPClient here?RTSPClient.createNew(...) (connect to camera's sdp url) RTSPClient.describeURL(...)... M

Re: [Live-devel] Live stream from network camera to streaming server object

2008-05-16 Thread Vadim
ous proposal. Thanks, Vadim A correction to my earlier message. >Because your server will be streaming the relayed stream via >multicast rather than via unicast, you don't need to write any >"ServerMediaSession" subclasses - instead, just continue to use a >

Re: [Live-devel] Live stream from network camera to streaming server object

2008-05-16 Thread Vadim
t using LM infrastructure? By way I mean the code flow that may pass the stream from RTSPSource to Server Object. Are there any additional special development needed? Thanks, Vadim Punski Because you are planning to relay only a single video stream (i.e., without a separate audio stream), I

[Live-devel] Live stream from network camera to streaming server object

2008-05-15 Thread Vadim
t is the the right way to get MediaSource/FramedSource object from existing RTSPClient connection to remote network camera (openRTSP code flow)? Best Regards, Vadim Punski ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel