owt-server icon indicating copy to clipboard operation
owt-server copied to clipboard

Is there any way to update the mixed stream layout on the fly ?

Open kurapatijayaram opened this issue 3 years ago • 5 comments

Hi, Is there any way to update the mixed stream layout on the fly? I mean during the call.

Thank you.

kurapatijayaram avatar Jul 07 '21 06:07 kurapatijayaram

I think you can create multiple views in management console.

Alex-YddeR avatar Jul 07 '21 14:07 Alex-YddeR

Hi @Alex-YddeR , Thanks for the reply. What I mean is, during the call I should be able to modify the layout or I should be able to change the position of the streams.

kurapatijayaram avatar Jul 07 '21 16:07 kurapatijayaram

Hi, you can make a layout update: https://software.intel.com/sites/products/documentation/webrtc/restapi/index.html#RESTAPIsection5_3_3

Phillipip avatar Jul 07 '21 18:07 Phillipip

Thanks for the reply @Phillipip . Will try that.

kurapatijayaram avatar Jul 07 '21 18:07 kurapatijayaram

This is a way to change layout on the fly. See: https://github.com/open-webrtc-toolkit/owt-server/issues/1086 Same as: https://software.intel.com/sites/products/documentation/webrtc/restapi/index.html#RESTAPIsection5_3_3 But, when change layout using this api, change stream will not working.

If you solve this issue https://github.com/open-webrtc-toolkit/owt-server/issues/1086 please tell me how to fix this. Thank you.

dannyZhou avatar Sep 17 '21 04:09 dannyZhou