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
Hi i making IP TV app for android 6, after switching to another channel there stay about 15 - 20 Mb garbage in Native memory, it is not released after call ffmpegMedia.reset() doesnt help.
Also call ffmpegMedia.stop() and then ffmpegMedia.release() doesn't help. After switching about 20 channel there 450 Mb garbage in Native Memory and app is stall.
I attach four screens from my Android Studio profiler
Second after switching channels(i make 5 switch here)
Third after call stop and then release methods
and fourth i make heap dump
The text was updated successfully, but these errors were encountered:
Hi i making IP TV app for android 6, after switching to another channel there stay about 15 - 20 Mb garbage in Native memory, it is not released after call ffmpegMedia.reset() doesnt help.
Also call ffmpegMedia.stop() and then ffmpegMedia.release() doesn't help. After switching about 20 channel there 450 Mb garbage in Native Memory and app is stall.
I attach four screens from my Android Studio profiler
Second after switching channels(i make 5 switch here)
Third after call stop and then release methods
and fourth i make heap dump
The text was updated successfully, but these errors were encountered: