Anton Schubert
Anton Schubert
**Bug description** After tailscale up the machine is spamming the control server with http-requests waiting for the user to complete the oidc auth. This is causing considerable load on the...
**Bug description** The machine namespace/ip/nodekey won't change after logout+reauth. I think that is probably a security issue. **To Reproduce** Register a machine with tailscale up and user1, then logout and...
If we get the non-blocking mode to work reliably is there even a reason to keep the blocking mode without epoll? Because from the go-side the API always blocks anyway....
https://github.com/Haivision/srt/blob/master/docs/AccessControl.md
Hi, this is practically a small part of the changes in https://github.com/clappr/dash-shaka-playback/pull/43#issue-142311881 These are the only changes required to do proper language switching via a selector plugin so please consider...
Allows for specifying a custom control socket in the docker entrypoint, which is useful for sharing it with sidecar containers
Rewrite to use React for rendering. On the user-side this should have the same feature-set, just some smaller UI changes. On the code side I tried to deduplicate code shared...
FFmpeg is able to encode multiple videotracks into a WebM-Container, but shaka-packager only ever recognizes one video- and one audiotrack. With this feature it would be possible to mux multi-quality...
**Describe the bug** Marshalling netip.Addr with omitempty struct tag always returns empty, because the type doesn't have any exported fields. **To Reproduce** Minimal example: ```go func TestMarshal(t *testing.T) { tmp...