Replies: 2 comments 3 replies
-
Yes, you can submit a PR. I don't remember putting a restriction on PRs. If you share the screenshot/error you see I can try to understand where it is coming from. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I was getting OOMs after 2 days running. A heapdump shown that I had lots of Log and Statistics entries in the heap. When I tried to push to a different branch on your repo I got a denied error. The change is dead simple (I could have envisioned a more elegant solution but this will suffice for now) I added a clearLogs to AbstractSession and clearStatistics to FFmpegSession. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I've noticed on android version that it isn't possible to have long running sessions since the logs collection on AbstractSession and statistics collection on FFmpegSession are all append only. I'd like to roll out a simple clearLogs and clearStatistics on AbstractSession and FFmpegSession to allow for long running sessions. Can I submit a PR for it? I tried but it isn't allowed.
Beta Was this translation helpful? Give feedback.
All reactions