5.2.0
Added ability to modify SPS frame on runtime with parameters (set num_ref_frames=0
) to be passed to video decoder. See experimentalUpdateSpsFrameWithLowLatencyParams
param. That can decrease decoder latency by 2x times on some hardware decoders.
Works only for H264 stream at the moment.
Does not work properly of software decoders (P/B-frames will not be decoded).