Re: [Live-devel] Remove a session...

2008-04-14 Thread Raphael KINDT
MAIL PROTECTED] la part de Ross Finlayson Envoye : samedi 12 avril 2008 5:23 A : LIVE555 Streaming Media - development & use Objet : Re: [Live-devel] Remove a session... >What are the situations where DynamicRTSPServer is usefull to use? From the header file: "DynamicRTSPServer&qu

Re: [Live-devel] Remove a session...

2008-04-11 Thread Ross Finlayson
>What are the situations where DynamicRTSPServer is usefull to use? From the header file: "DynamicRTSPServer" is // A subclass of "RTSPServer" that creates "ServerMediaSession"s on demand, // based on whether or not the specified stream name exists as a file I.e., instead of creating, in advance

[Live-devel] Remove a session...

2008-04-11 Thread Raphaƫl KINDT
Hello Ross, What are the situations where DynamicRTSPServer is usefull to use? How to wake upenv->taskScheduler().doEventLoop(&watch_scheduler) when no server media session is added? The loop is waiting at a 'select()' call and thus doesn't check my watch_scheduler. To do that I must be abl