joe-at-siemens

Results 3 comments of joe-at-siemens

A workaround is to make a call to `_init_fields()` after `schema.only` is set: ``` if schema.opts.type_ in qs.fields: tmp_only = set(schema.declared_fields.keys()) & set(qs.fields[schema.opts.type_]) if schema.only: tmp_only &= set(schema.only) schema.only =...

I just created a minimal test script and environment using the latest Docker image (6.11.0) running on Windows. I use 2 PlayerEndpoints playing .webm files obtained from [webmfiles.org](https://www.webmfiles.org/demo-files/). It starts...

I did some extra experiments using Docker Desktop for Windows with different numbers of CPU cores. Using PlayerEndpoints in a MediaPipeline under extremely high loads I was able to reproduce...