Hi there.
Up to this point I was able to fix all errors with google and this community. Thanks! But since the last update Iam stuck and out of ideas.
Status before the update: No problems at all.
OS: Debian Linux 4.19.0 buster
Jitsi from stable source (apt-get)
Jitsi Update with: apt update / upgrade (I kept my config files in the installation process).
Problem after update:
When a “client” is connecting to the stream, he only get a frozen picture, no video stream.
- Connection in all browser instances says “good”
- All clients are seen in the sidebar and got a " Received session-accept from …" in the jicofo.log
- P2P disabled
- UDP 10000 testet with nc / ngrep as mentioned in the install/config section
- tested with multiple browsers
- testet with disabled firewall on server & clients
Reproduce the error:
- When a “client” is connecting to the stream, he only get a frozen picture, no video stream.
- The donor (“server”) of the video (screen sharing) can see his stream in the browser. Mouse is moving.
- When the “server” and thereafter the “client” reloads his browser window, the video starts. (EDIT: F5 & reload only works Sometimes)
- When a new “client” joining the stream, it got no video at all. (remember: P2P disabled in config)
- The other 2 in the session still sharing the video feed. After some time (minutes) the video stops again.
Errors spotted in logfiles:
- jvb.log:
-
Invalid message received (Could not resolve type id 'VideoTypeMessage' as a subtype of
org.jitsi.videobridge.message.BridgeChannelMessage: known type ids = [AddReceiver, ClientHello, DominantSpeakerEndpointChangeEvent, EndpointConnectivityStatusChangeEvent, EndpointMessage, EndpointStats, LastNChangedEvent, LastNEndpointsChangeEvent, ReceiverVideoConstraint, ReceiverVideoConstraints, RemoveReceiver, SelectedEndpointChangedEvent, SelectedEndpointsChangedEvent, SenderVideoConstraints, ServerHello] at [Source: (String)"{"colibriClass":"VideoTypeMessage","videoType":"desktop"}"; line: 1, column: 17]): {"colibriClass":"VideoTypeMessage","videoType":"desktop"}
Seems to be pointless (Invalid message received (Could not resolve type id 'VideoTypeMessage')
MediaSourceFactory.getSourceSsrcs#398: Unprocessed source groups: Optional[<ssrc-group xmlns='urn:xmpp:jingle:apps:rtp:ssma:0' semantics='SIM'/>]
(No idea what this is about)
- jicofo.log
JitsiMeetConferenceImpl.lambda$propagateNewSources$7#1454: No jingle session yet for c0ced4b6
org.jivesoftware.smack.AbstractXMPPConnection.callConnectionClosedOnErrorListener: Connection XMPPTCPConnection[not-authenticated] (0) closed with error
- prosody.log
May 04 10:11:16 portmanager error Error binding encrypted port for https: No certificate present in SSL/TLS configuration for https port 5281
Seems to be pointless (portmanager: Error binding encrypted port for https: No certificate present in SSL/TLS configuration for https port 528 · Issue #6473 · jitsi/jitsi-meet · GitHub)
Any idea what is going wrong here?