nextcloud-spreed-signaling/proxy
Joachim Bauch 8f4fc2db6d
Calculate proxy load based on maximum bandwidth.
Take maximum bandwidth of connected clients into account when calculating
load as screensharing requires more than regular audio/video.
2024-02-27 15:20:17 +01:00
..
main.go No need to include trailing newline in log messages. 2021-06-04 16:42:17 +02:00
proxy_client.go Switch to atomic types from Go 1.19 2023-10-30 09:32:46 +01:00
proxy_server.go Calculate proxy load based on maximum bandwidth. 2024-02-27 15:20:17 +01:00
proxy_server_test.go Stop using deprecated "jwt.StandardClaims". 2022-07-07 17:12:21 +02:00
proxy_session.go Strongly type "StreamType". 2024-02-27 15:20:14 +01:00
proxy_stats_prometheus.go Add prometheus metrics. 2021-08-10 08:50:39 +02:00
proxy_tokens.go Switch dependency tracking to Go modules. 2021-04-09 16:15:00 +02:00
proxy_tokens_etcd.go Update to Go module version of github.com/golang-jwt/jwt 2022-07-07 17:04:34 +02:00
proxy_tokens_etcd_test.go Use dedicated port for peer listener when testing. 2023-12-01 23:33:33 +01:00
proxy_tokens_static.go Move common option list parsing code to own function. 2023-12-07 13:33:54 +01:00