You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2023. It is now read-only.
When I look at open files, the file is never closed. This causes the system to show too many open files error after a while when reading from many sources:
It's been a while since I've looked at this code, but you might be able to tell RTSP to use a Tempfile as a capture file. In this example, you can see how to specify a specific file for the rtp_file--you might be able to use a Tempfile in that case, and that'd get cleaned up after use.
When I do:
When I look at open files, the file is never closed. This causes the system to show too many open files error after a while when reading from many sources:
Any ideas how to make sure the file is closed?
The text was updated successfully, but these errors were encountered: