custom mixer layout

Shri Kant

New Member
Hello,

Suppose we have following layouts:
1_participants.desktopmix
2_participants.desktopmix
3_participants.desktopmix
1_participants.mix
2_participants.mix
3_participants.mix


As per your documentation to test the 2_participants.mix layout , we have to use the below command:
bash ./mixer_layout_tool.sh /opt/mixer_layouts -o=/tmp -p=test -n=2
And it working perfectly.

What command we should run to test the layout with desktop e.g 2_participants.desktopmix layout ?

Regards,
Shri Kant
 

Max

Administrator
Staff member
Good day.
Pleas use -N option to explicitly set a stream names:
Code:
./mixer_layout_tool.sh /opt/mixer_layouts -o=/tmp -N=test1,test1_desktop -n=2
 

Shri Kant

New Member
Hello,
Above command is just setting the stream name.
But it is picking the 2_participants.mix layout and not 2_participants.desktopmix

Have a nice day

Regards,
Shri Kant
 

Max

Administrator
Staff member
Above command is just setting the stream name.
Yes, the desktop stream differs from a regular stream by name only.
Please check if you have changed the following parameter:
Code:
mixer_video_layout_desktop_key_word=desktop
For example, if you're using
Code:
mixer_video_layout_desktop_key_word=screen
you should test the stream name test1_stream
If that's not your case, collect a report using report.sh script, attach your custom layout and send using this form
 
Top