[Home]

Summary:ASTERISK-26595: ARI: Add the ability to control the source of video in a multi-party mixing bridge
Reporter:Matt Jordan (mjordan)Labels:
Date Opened:2016-11-14 15:54:41.000-0600Date Closed:2016-11-16 16:48:32.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Since Asterisk 10, Asterisk has supported multi-party video in some capacity - namely, that it will forward a video stream to all the other participants in a multi-party video. There are two modes that Asterisk supports:
* Follow the talker
* Externally controlled source

While there are various commands to control the source in AMI, those hooks don't exist in ARI. As it is, all mixing bridges will use 'follow the talker' as the default mode.

The patch referenced on the Gerrit tab adds the ability to control the video source using two new routes:
* {{POST /bridges/[bridgeId]/videoSource/[channelId]}} - set the video source to an explicit channel
* {{DELETE /bridges/[bridgeId]/videoSource}} - remove any explicitly set video source, returning the bridge to talk detection

Comments:By: Friendly Automation (friendly-automation) 2016-11-16 16:48:33.966-0600

Change 4428 merged by zuul:
res/ari/resource_bridges: Add the ability to manipulate the video source

[https://gerrit.asterisk.org/4428|https://gerrit.asterisk.org/4428]

By: Friendly Automation (friendly-automation) 2016-11-16 16:48:40.122-0600

Change 4434 merged by zuul:
res/ari/resource_bridges: Add the ability to manipulate the video source

[https://gerrit.asterisk.org/4434|https://gerrit.asterisk.org/4434]

By: Friendly Automation (friendly-automation) 2016-11-16 16:48:43.055-0600

Change 4431 merged by zuul:
res/ari/resource_bridges: Add the ability to manipulate the video source

[https://gerrit.asterisk.org/4431|https://gerrit.asterisk.org/4431]

By: Friendly Automation (friendly-automation) 2016-11-16 18:43:40.171-0600

Change 4437 merged by zuul:
tests/rest_api/bridges: Add a test for video

[https://gerrit.asterisk.org/4437|https://gerrit.asterisk.org/4437]