Re: [Live-devel] How to flush/clear UDP buffer

2015-11-27 Thread Ross Finlayson
> 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

[Live-devel] How to flush/clear UDP buffer

2015-11-27 Thread Sergio Basurco
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