Re: [Live-devel] ServerMediaSession::numSubsessions() and fNumStreamStates in RTSPServer::RTSPClientSession::handleCmd_SETUP()

2016-06-29 Thread Ross Finlayson
> A cycle with ServerMediaSubsessionIterator is used in > RTSPServer::RTSPClientSession::handleCmd_SETUP() to calculate the value > of fNumStreamStates. > > I wonder why ServerMediaSession::numSubsessions() isn't used for it? > Could they have different results? In principle, yes - if a new “Serv

Re: [Live-devel] http://live555.com/liveMedia/#config-windows with Visual Studio 2015 Pro.

2016-06-29 Thread Ben Rush
Greetings, Here is a link on how to modify the make files: http://stackoverflow.com/questions/29041258/building-64bit-live555-with-visual-studio-2013 I don't have time to support it, but I also have an old fork of Live555 that has those modifications already (warning, this is old, so use at your

[Live-devel] http://live555.com/liveMedia/#config-windows with Visual Studio 2015 Pro.

2016-06-29 Thread Jannik Schacht
Dear Live555 Support, I am interested in using the openRTSP program for some scheduled video streaming tasks. My problem is now that I have no idea how to open it in Visual Studio 2015 Professional to compile me a .exe. First I opened "win32config" and changed TOOLS23 to "C:\Program Files (x86)

[Live-devel] ServerMediaSession::numSubsessions() and fNumStreamStates in RTSPServer::RTSPClientSession::handleCmd_SETUP()

2016-06-29 Thread Maxim P. DEMENTIEV
Hi, A cycle with ServerMediaSubsessionIterator is used in RTSPServer::RTSPClientSession::handleCmd_SETUP() to calculate the value of fNumStreamStates. I wonder why ServerMediaSession::numSubsessions() isn't used for it? Could they have different results? Regards, Max ___