Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Memory leak when using video tag to play webm

Memory leak when using video tag to play webm

Scheduled Pinned Locked Moved Unsolved General and Desktop
5.6.0webenginememory leakwebmwindows 7
3 Posts 2 Posters 1.7k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • flyingdragonF Offline
    flyingdragonF Offline
    flyingdragon
    wrote on last edited by
    #1

    When we are using the Video tag to play back the webm format video in Windows 7, the memory is out of control, and going up till the application crashes. When you look at the task manager, the memory for the application is not excessive.

    Anyone experience the same problem? Is there an solution?

    Thanks for the help.

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      Hi! Are you talking about playing a video inside QWebEngineView or with QMediaPlayer?

      flyingdragonF 1 Reply Last reply
      0
      • ? A Former User

        Hi! Are you talking about playing a video inside QWebEngineView or with QMediaPlayer?

        flyingdragonF Offline
        flyingdragonF Offline
        flyingdragon
        wrote on last edited by
        #3

        @Wieland No, we are using the <video> tag in HTML5, together with JS to play webM format video. With 5.6, the video goes up all the time till the system crashes.

        The problem is disappeared in 5.7 with newer Chromium core, but it leads out a new problem as indicated the https://bugreports.qt.io/browse/QTBUG-53411.

        When we use 5.7, the memory is fairly stable, but then after the first run, the JS will fail to work with the application due to a bug in QwebchannelTransport.

        We tried to build QT from source code, but the WebEngine won't build (see my other post).

        We are looking for a compiled WebEngine module with the bugs fixed as indicated in the QTBug-53411.

        Thank you.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved