> I have a decoding pipeline for RTSP cameras. There are times in my
> application in which I do not want to decode, because images are not
> displayed. However I want to keep the connection open. I have a subclass of
> RTSPClient that is constantly receiving from the network.
Why don’t you sen
Hi all,
I have a decoding pipeline for RTSP cameras. There are times in my
application in which I do not want to decode, because images are not
displayed. However I want to keep the connection open. I have a subclass
of RTSPClient that is constantly receiving from the network.
I have noticed