ACMP ADD format

Hi everyone,

I’m trying to send a command but I don’t have the exact format of this.

Can someone help me ?

I need to create a screen consumer with this parameters :

<windowed>true</windowed>
<aspect-ratio>16:9</aspect-ratio>
<stretch>uniform</stretch>

I tried this “ADD 1 SCREEN -stretch uniform -windowed 1 -aspect_ratio aspect_16_9” with no luck.

Thank you !

Hi again,

Nobody knows how to format my parameters ?

Thank you !

ADD SCREEN only takes FULLSCREEN, KEY_ONLY, SBS_KEY, NON_INTERACTIVE and BORDERLESS as parameters.

https://github.com/CasparCG/server/blob/master/src/modules/screen/consumer/screen_consumer.cpp#L577

Thank you ! And bad news…

I check, and it’s the same with decklink, only some parameters can be setted with ADD.

You could modify and compile the changes you need or open a feature request issue on Github.