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
We are seeing Out of memory error with HLS and DASH playback when streaming any content with webinspector open. We could see the memory max usage increases and then finally WebKitBrowser Plugin gets deactivated due to reason Memory Exceeded.
Below are the observations on Sagemcom VA device while streaming the content with webinspector open:
Unfortunately, I don't have access to PlutoTV and ITVX App so I cannot test them, so I focus on MVT tests. I found that in the case of Shaka tests, each test creates a new "video" element, and in theory, the existing one from the previous test is removed. Nevertheless, after adding some logs, I discovered that the "video" element from the previous test was not removed completely (probably shaka keeps some reference to it), which caused it to be kept in memory.
It works as expected in the case of "DashJS tests" and "Progressive HTML5 tests".
@hridhya-narayanan-infosys : Can you run PlutoTV or/and ITVX with WEBKIT_DEBUG=Media,MemoryPressure to gather more info (and reproduce OOM with RWI) and provide me logs?
We are seeing Out of memory error with HLS and DASH playback when streaming any content with webinspector open. We could see the memory max usage increases and then finally WebKitBrowser Plugin gets deactivated due to reason Memory Exceeded.
Below are the observations on Sagemcom VA device while streaming the content with webinspector open:
Scenario to reproduce:
Below are the logs from Sagemcom VA for DASH and HLS playbacks:
Pluto TV (https://app-virginmedia360.pluto.tv/) HLS playback:
wpeframework.log
ITVX App (https://app.10ft.itv.com/3.449.2/virginmedia) DASH playback:
wpeframework.log
The text was updated successfully, but these errors were encountered: