dusty-nv / jetson-utils

C++/CUDA/Python multimedia utilities for NVIDIA Jetson
MIT License
739 stars 289 forks source link

Leaking file descriptors on webrtcbin remove #220

Open arufl opened 1 month ago

arufl commented 1 month ago

Hello, I realized that the way it is implemented it leaks fds at page refresh or peer disconnect as stated on this issue. The WebRTC server leaves listening all ICE candidate connections offered until fd exhaustion.

This commit should fix the issue #221 Regards,

Alberto Ruiz