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
I'm trying to solve a noticable memory leak in a webrtc application. The leak eats up all memory and consistently leads to a crash after a limited number (~10) of calls.
The environment is:
Arm64 device with ~700 MB RAM, no swap
Embedded linux (Yocto)
Wayland, weston 8 compositor, no x11
Custom libwebrtc.so for wayland, pulseaudio
flutter_elinux
flutter_webrtc
The application is straightforward so I suspect the leak to be somewhere in the webrtc plugin, flutter (elinux) stack, or libwebrtc.
I could use some advice on finding the cause of the memory leak. Is someone else building custom libwebrtc's for arm devices? I'd like some hints on the huge amount of configuration options as well.
The text was updated successfully, but these errors were encountered:
hey, you can follow this repo https://github.com/webrtc-sdk/libwebrtc
to compile the debug version of libwebrtc for arm linux locally. This may help debugging
Hi,
I'm trying to solve a noticable memory leak in a webrtc application. The leak eats up all memory and consistently leads to a crash after a limited number (~10) of calls.
The environment is:
The application is straightforward so I suspect the leak to be somewhere in the webrtc plugin, flutter (elinux) stack, or libwebrtc.
I could use some advice on finding the cause of the memory leak. Is someone else building custom libwebrtc's for arm devices? I'd like some hints on the huge amount of configuration options as well.
The text was updated successfully, but these errors were encountered: