Start call from Beagle (Version 5.0 (111)) to Siskin
Accept call in Siskin (with screen locked)
No video from Siskin in Beagle.
(@kobit could you share current Siskin version that you were using?)
Andrzej Wójcik (Tigase) commented 4 years ago
It looks like the issue was causes by the issue in TigaseSwift SDP<->XMPP converter which sometimes (thanks to usage of Set) changes order of SSRC in the output XMPP after conversion from SDP. That causes issues with rendering video sent by SiskinIM (and possibly also by BeagleIM) as video is sent as 2 streams (2 SSRCs) but has no impact on audio as audio is always sent as a single SSRC (so order does not matter).
Andrzej Wójcik (Tigase) commented 4 years ago
After applying this fix, video is properly sent and received.
(@kobit could you share current Siskin version that you were using?)