Re: [Live-devel] How do I gracefully disconnect all clients?

2018-08-30 Thread jared-555
Thanks. Using the iterator worked. On 2018-08-28 19:37, Ross Finlayson wrote: You call “GenericMediaServer::closeAllClientSessionsForServerMediaSession()”; see “liveMedia/include/GenericMediaServer.hh"; lines 55-59. If you want to do this for *all* of the server’s “ServerMediaSession” objects,

Re: [Live-devel] restreaming RTSP as multicast ...

2018-08-30 Thread Ross Finlayson
> On Aug 30, 2018, at 12:24 PM, Shyam Kaundinya > wrote: > > Hi > > I have an RTSP source which doesn’t do multicast. My goal is to receive this > RTSP stream and re-stream it over multicast. What is the best way to > accomplish that ? > One thought I had was to write a program similar to

[Live-devel] restreaming RTSP as multicast ...

2018-08-30 Thread Shyam Kaundinya
Hi I have an RTSP source which doesn't do multicast. My goal is to receive this RTSP stream and re-stream it over multicast. What is the best way to accomplish that ? One thought I had was to write a program similar to the testRTSPClient to receive RTP (and its FramedSource object) and then use