[asterisk-bugs] [JIRA] (ASTERISK-27212) bridge_softmix: Quickly joining/leaving may cause video stream to remain in SFU

Richard Mudgett (JIRA) noreply at issues.asterisk.org
Tue Aug 22 11:46:09 CDT 2017


Richard Mudgett created ASTERISK-27212:
------------------------------------------

             Summary: bridge_softmix: Quickly joining/leaving may cause video stream to remain in SFU
                 Key: ASTERISK-27212
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27212
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
            Reporter: Richard Mudgett


When a participant quickly joins/leaves a conference bridge in SFU there seems to be a race condition where the renegotiation to add the newly joined participant occurs for anyone still in the bridge but the renegotiation to remove the stream may not occur. This causes a "Waiting For Video" to show up on the existing participants indefinitely.

There are several problems:
# The main problem is a deadlock between the bridge_channel and channel locks.  Also the bridge lock needs to be held for other renentrancy reasons concerning the bridge struct members.
# A FRACK occasionally happens when the stream topology is changing.
# A crash can occasionally happen while the SDP is renegotiated.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list