Joachim Bauch
Joachim Bauch
The signaling server does not transmit audio/video, so I doubt that the problem is related to the signaling server. Most likely there is a problem with the Janus / STUN...
The standalone signaling server "pings" connected clients internally, so this shouldn't be a problem.
This could be based on https://github.com/webrtc/testrtc (BSD, online at https://test.webrtc.org/).
Maybe similar to https://github.com/nextcloud/spreed/issues/9382?
Yep, that could be the reason. Nice analysis! So it should be sufficient to retry getting the settings if it failed? This should probably also handle the case where the...
> The Nextcloud Talk settings are all correct and working: I notice there is no shared secret configured here. Was this removed for the screenshot or is it really empty?...
Closing due to the lack of feedback, feel free to reopen if you have more information.
You could try starting it manually (`./bin/signaling -config /path/to/your/server.conf`) and check for any output.
Also depending on your previous version, please check the `signaling.service` file, there have been changes in the past (e.g. https://github.com/strukturag/nextcloud-spreed-signaling/pull/322) that fixed some startup problems.
> hub.go:884: Invalid message {Marshaler: Unmarshaler: Id: Type: Hello: Bye: Room: Message: Control: Internal: TransientData:} from CLIENT2_IP: type missing This looks like #180, please try a `make clean && make...