Is there a way to change Video stream's properties via MIP SDK?

It would be nice if the MIP SDK samples “ConfigAPIClient” and “RestfulCommunication” had such a function or HTTP request, but I couldn’t find any articles that mention it.

Link here:

[ConfigAPIClient]

https://doc.developer.milestonesys.com/html/index.html?base=samples/componentsamples/configapiclient/readme.html&tree=tree_2.html

[RestfulCommunication]

https://doc.developer.milestonesys.com/mipvmsapi/api/config-rest/v1/

Especially, I want to change Keep Alive type and Streaming method via MIP SDK.

You are right that there is no article that describe or mention this. I am hoping that this screen capture made while using the Config API Client can be the hint you need..

Dear BO,

Thank you for your reply.

I would like to ask you an additional question.

1. Does this mean that currently the only way to change the Video stream param requires to using ConfigAPIClient that working in the UI?

(In state of without Milestone Management Client)

2. Does this mean that RestFulCommunication does not provide any commands to change the Video stream param?

No. Config API Client is only as sample and as other samples you should use it as inspiration but implement your own code.

Config API Client is however a sample that can be used as a tool to discover the structure of things: Recording Servers have Hardware that have Cameras that have Settings etc.

As this underlying structure is the same when you use Rest API, the sample can even be a useful tool when doing Rest API.

Another fact that is nice to know, if it can be done in Configuration API it can also be done in Rest API, also in this sense the two are the same.

My point was actually that what you ask can be done using RestFulCommunication.

In addition to the documentation on the Rest API maybe this is a good read:

https://doc.developer.milestonesys.com/html/index.html?base=gettingstarted/intro_configurationapi.html&tree=tree_4.html

Again it is relevant only because of the similarities in the two APIs.

Finally this might be a better hint..

Dear Bo,

Thank you for your kindly advise!

I plan to try implementing the code.​