-
Notifications
You must be signed in to change notification settings - Fork 538
Open
Labels
feat-videoanything video decoding, player, querying, data modelling of videos etc.anything video decoding, player, querying, data modelling of videos etc.📉 performanceOptimization, memory use, etcOptimization, memory use, etc🪳 bugSomething isn't workingSomething isn't working
Description
I think this is a recent regression: when showing a H264 video on Native for the first time, the viewer stalls for a long time (100 ms on release builds, many seconds in debug builds), because we're blocking on ffmpeg process communication, which we should never do

We should maybe add a _blocking
suffix to any function that directly calls a function with a _blocking
suffix 🤔
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.📉 performanceOptimization, memory use, etcOptimization, memory use, etc🪳 bugSomething isn't workingSomething isn't working