I've been successful at setting the interframe interval of an H.264 stream at link creation time by setting the parameter in the Encoder's createParams. However, my attempts at changing the value dynamically by changing algObj.algDynamicParams.interFrameInterval in the EncLink_ChObj and passing it to EncLinkH264_algDynamicParamUpdate() do not seem to have any effect. Should this work? Is there any way to change the H.264 interframe interval dynamically? I'm using IPNC RDK 3.5.
Thanks!