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,
> 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
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