When we change a setting using the ConfigAPI. For example change from MJPEG to H264 on a stream. It takes some time for this setting to take effect. If i read the setting again it is actually saved. But if i start a stream to quick it still uses the previous setting. Waiting a few seconds makes it work but is there another way to get a callback or make a refresh so we can predict when the setting has taken effect,
The same could be observed using the Management Client, the setting is set directly and immediately in the management server but then propagated to the recording server which start new stream or whatever is needed on the device. There is no feedback mechanism available.