Opened 4 years ago
Last modified 3 years ago
#16509 new defect
Video call from jitsi over XMPP always fails
Reported by: | xuhdev | Owned by: | deryni |
---|---|---|---|
Milestone: | Component: | XMPP | |
Version: | 2.10.11 | Keywords: | |
Cc: | mazhe |
Description (last modified by xuhdev)
Any video call from Jitsi over XMPP always fail.
To reproduce, just make a video call from Jitsi, and click accept on Pidgin. After accepting the call, Pidgin pops up the video chatting dialog and disappears after 1 sec. The Jitsi dialog prompts "Error: Remote party sent an invalid Jingle answer."
A log is attached. Unrelavant account information has been purged. The call is from test AT topbug.net (on Jitsi) to hong AT topbug.net (on Pidgin).
Attachments (1)
Change History (3)
Changed 4 years ago by xuhdev
comment:1 Changed 4 years ago by xuhdev
- Description modified (diff)
comment:2 Changed 3 years ago by mazhe
Note: See
TracTickets for help on using
tickets.
Hello, I've stumbled on this issue which I encountered recently. One of the roots of this problem is that when Pidgin send the initial jingle negociation stanza, it describe a few audio codecs having zero channels, like :
If you try something crude and horrible like the following:
Audio will work. The real fix would be to understand where this information is coming from: maybe some NULL pointer or default value to describe "1 channel"? I did not go far enough to see whether it was from gstreamer or farstream/farsight...
As for video, after that, I ran into more issues... But beware that you need some h264 codecs for gstreamer as jitsi only use this format for video!