Ross Finlayson wrote:
>> To implement your own RTSP server, subclass RTSPServer
>>     
>
> No, in most cases you don't need to write your own subclass; the 
> existing "RTSPServer" class will work just fine.  This is especially 
> true if the set of accessible streams is fixed, and known in advance. 
> (See, for example, the code for "testOnDemandRTSPServer".)  However, 
> to repeat the answer to the original question, if you want the 
> contents of a stream to be duplicated to each concurrent client, then 
> make sure that you set the "reuseFirstSource" parameter to True when 
> you create each "ServerMediaSubsession" object.
>   
OK

I've re-read the first question in the FAQ, and now I understand where 
we get the data from.

Thanks!
Regards,
Tom,


_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to