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 Oct 9, 2021. It is now read-only.
The increase of unhandled orphan TrackLocal will increase memory usage and incur memory leak. Must tidy these resource after frontend WebRTC disconnected.
The text was updated successfully, but these errors were encountered:
williamlsh
changed the title
Handle disconnected PeerConnections and tracks in case of memory leak
Handle disconnected TrackLocals in case of memory leak
Apr 13, 2021
williamlsh
changed the title
Handle disconnected TrackLocals in case of memory leak
Deregister edge WebRTC session after publisher disconnected
Apr 13, 2021
Deregistering session on ICE close will undo normal session registration of the same device track source, because ICE close event has a lantency. When sesion re-registered, a late ICE close event de-registeres it causing frontend subscriber finding no exisitng session to connect.
The increase of unhandled orphan
TrackLocal
will increase memory usage and incur memory leak. Must tidy these resource after frontend WebRTC disconnected.The text was updated successfully, but these errors were encountered: