Kasper Olsson Hans

Results 19 comments of Kasper Olsson Hans

I´ll look into it, next week, and see what I can find. :)

@datadata95 could i have you try version 1.1.0 (https://github.com/olzzon/ndi-controller/releases/tag/v1.1.0) I have had a similar report, but can't recreate it.

I just think you should try to create another one in Preferences-> Certificate AFAIK the app doesn't autogenerate a certificate. But you accept the Servers certificate when connecting.

Instead of pressing on the certificate, you should press the + button in the upper right corner at press create new certificate. ![Image](https://i.imgur.com/GpevL1F.jpg)

What version do you use? Look in the “about” ![Image](https://i.imgur.com/xyX5pfT.jpg)

Great. Could you specify what you did, so others can learn from it, if they have the same problem.

I just started using CasparCG a 2 months ago, and didn't´t know that the ACMP documentation was outdated. Until a new documentation version is out. Couldn't we put a note...

If not I will find some function that gives a promise and use that. :)

I just put the promise to another command and did this: ``` connection.connect() connection.stop(1, 10) .then( .......... ``` :)