Jendrik Weise

Results 49 comments of Jendrik Weise

Error happens on every run. This seems to be where matrix-docker-ansible-deploy sets the connection: https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/856a328e96c679bc7d51760d00708d921a08cb17/roles/custom/matrix-synapse-auto-compressor/defaults/main.yml#L45 I have no real idea why the database might be getting closed. If I look...

It was indeed the OOM killer. Processing that room seems to be eating 12GB+ of RAM. Is that expected behavior for large rooms like that?

It would be nice if as part of this one could also do something federation-esque(as suggested in #477) and split the actual library storage and transcoding across instances, but have...

> Route users to the same transcoder instance if they are requesting an video already being handled by an instance From this it's a relatively small step architecturally towards "Route...

> > Route users to the same transcoder instance if they are requesting an video already being handled by an instance > > This would be needed to support replicate...

I was moreso thinking for negotiating which instance should take care of a request in the first place. Load might not map to number of simultaneous streams very well, for...

> i.e. can you use Element-X with synapse and SSO without MAS? That is exactly what is NOT possible. You have to have SSO via MAS if you want it...

This has nothing whatsoever to do with ma1sd. The issue is that there exist two different OIDC implementations in synapse currently, the original one, not supported by Element X, and...

Attempting to change the relevant dtb entry to ``` mmc@70000 { compatible = "amlogic,meson-gx-mmc\0amlogic,meson-gxbb-mmc"; reg = ; interrupts = ; status = "okay"; clocks = ; clock-names = "core\0clkin0\0clkin1"; resets...

(Just saw this and figured I know the answer) Well no. What you describe is storing transcoded files that will no longer require transcoding to play back. Jellyfin doesn't provide...