Re: [Live-devel] FramedSource deinit

2024-07-14 Thread Ross Finlayson
By “deinit”, I presume you mean the calling of your “FramedSource” subclass’s destructor. For a RTSP server like yours (with “reuseFirstSource” set to True), this destructor will be called if: - The input stream source closes. (If your input source is a live video camera, rather than p

[Live-devel] FramedSource deinit

2024-07-14 Thread Lutz Fiebach
Hi, We are currently using the RTSP server with the reuse first stream option. If no client is connected anymore, we deactivate the stream completely. Unfortunately, it happens from time to time that FramedSource deinit is not triggered. What could be the reason for this? If the connection is no