> On Jan 1, 2020, at 7:27 AM, Jeff Shanab wrote:
>
> I have, I think a unique problem that uses the same section of code so it
> seems a good time to ask a related question.
>
> I have reuseFirstSource set because it is a live source.
> In this test I have 2 or more clients connected, 1 of th
I have, I think a unique problem that uses the same section of code so it
seems a good time to ask a related question.
I have reuseFirstSource set because it is a live source.
In this test I have 2 or more clients connected, 1 of them is a slow
consumer causing the OS to backup the socket until a
> In which condition same RTP/RTCP packet needs to be sent to each
> socket(fTCPStreams)? or
> What is the use case of same RTP/RTCP packet needs to be sent to each
> socket(fTCPStreams)?
This can happen, for example, if a RTSP server is sending the exact same stream
to more than one client - i
This part of the code is used only internally to our library - to implement the
optional sending/receiving of RTP/RTCP over the RTSP TCP (control channel)
connection. This happens automatically when a client and server have set up
streaming over TCP; It should never be called directly by applic