-
Notifications
You must be signed in to change notification settings - Fork 680
Open
Open
Copy link
Labels
feat-videoanything video decoding, player, querying, data modelling of videos etc.anything video decoding, player, querying, data modelling of videos etc.user-requestThis is a pressing issue for one of our usersThis is a pressing issue for one of our users🕸️ webregarding running the viewer in a browserregarding running the viewer in a browser🪟 windowsProblems specific to the Windows OSProblems specific to the Windows OS🪳 bugSomething isn't workingSomething isn't working
Description
On my windows 11 machine (AMD processor, Nvidia gpu) practically all videos stutter when using hardware acceleration for video decode which is enabled by default.
Software rendering ("prefer software" or disabled acceleration in chrome settings) works fine, however when testing with larger video files, tabs ran out of ram (that's not the wasm heap but ram used by the browser)! The hardware decoder on the other hand never uses as much memory. This gives me reason to believe that our queuing strategy might still be problematic.
Possibly related to:
- https://issues.chromium.org/issues/356565288
- Chrome warn "VideoFrame was garbage collected without being closed" #7327
More investigation is needed!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feat-videoanything video decoding, player, querying, data modelling of videos etc.anything video decoding, player, querying, data modelling of videos etc.user-requestThis is a pressing issue for one of our usersThis is a pressing issue for one of our users🕸️ webregarding running the viewer in a browserregarding running the viewer in a browser🪟 windowsProblems specific to the Windows OSProblems specific to the Windows OS🪳 bugSomething isn't workingSomething isn't working