Re: [Live-devel] Reclaiming live clientsessions

2009-01-22 Thread Morgan Tørvolt
Heissan. Siden dere er seriøse og en fin stor aktør og faktisk driver med ting som er relatert, og dere sikkert også synes slike holdninger som vises under er kritikkverdig, så må dere gjerne svare på denne tråden. Karen som styrer her er litt merkelig til tider, men akkurat dette tungvint for oss

Re: [Live-devel] Reclaiming live clientsessions

2009-01-21 Thread Ross Finlayson
The process is never closed, even if an Administrator needs to change the RTSPServer port (for firewall testing/maintenance) This seems like bad system design. You already need to create new processes when you restart the system after a power failure (for example), so you might as well do the

Re: [Live-devel] Reclaiming live clientsessions

2009-01-19 Thread Matt Schuckmann
I to have similar requirements in that a user may need to reconfigure the server ( different port, different sessions), etc without shutting down the main process. Renato MAURO (Libero) wrote: Hi Ross. Right now I'm not sure there's a clean way to delete RTSP sessions unless they are actu

Re: [Live-devel] Reclaiming live clientsessions

2009-01-19 Thread Renato MAURO (Libero)
Hi Ross. Right now I'm not sure there's a clean way to delete RTSP sessions unless they are actually closed (using RTSP "TEARDOWN") beforehand, because otherwise any future incoming RTSP requests or RTCP packets might still try to be handled by the code, using deleted structures. However, a

Re: [Live-devel] Reclaiming live clientsessions

2009-01-17 Thread Ross Finlayson
First, *do not* send the same message to the mailing list more than once! (Because you did this (and because you're using an unprofessional email address), all future messages from you to the list will be moderated.) Right now I'm not sure there's a clean way to delete RTSP sessions unless t