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
Suppose, when playing the first video file in the list, my RAM is loaded at 1000mb
Then, with each NEW video file, the amount of memory increases by 50-100mb.
Suppose I have 3 video files in my playlist, then the memory consumption is as follows.
1.mp4 > 1000mb >
2.mp4 > 1100mb >
3.mp4 > 1200mb > loop playlist… >
1.mp4 > 1000mb…
It turns out that previously played files remain in the cache, and memory is already being increased again …
This happens on:
“Local video”
“Video”
“Embedded” << this is interesting as its a different gstreamer version
The text was updated successfully, but these errors were encountered:
OP: https://community.xibo.org.uk/t/the-player-uses-all-the-ram/22541/6
Suppose, when playing the first video file in the list, my RAM is loaded at 1000mb
Then, with each NEW video file, the amount of memory increases by 50-100mb.
Suppose I have 3 video files in my playlist, then the memory consumption is as follows.
1.mp4 > 1000mb >
2.mp4 > 1100mb >
3.mp4 > 1200mb > loop playlist… >
1.mp4 > 1000mb…
It turns out that previously played files remain in the cache, and memory is already being increased again …
This happens on:
“Local video”
“Video”
“Embedded” << this is interesting as its a different gstreamer version
The text was updated successfully, but these errors were encountered: