in gstreamer plugin avenc_h263 there is parameter "rtp-payload-size" to set GOB size. How to set GOB size in vpuenc_h263 plugin ?
we are using imx6 based board and for voip application we are using avenc_h263 plugin and we want to migrate to vpuenc_h263 plugin to reduce CPU load.
one can use gst-inspect-1.0 vpuenc_h263 to find gop-size parameter to set the gop size:
gop-size : How many frames a group-of-picture shall contain
flags: readable, writable
Unsigned Integer. Range: 0 - 32767 Default: 15
Hello Joan Xie,
gop-size parameter is different than GOB size. In plugin avenc_h263, there are different parameter for gop and GOB.
in vpuenc_h263 there is no parameter to set GOB size.
sorry for my misunderstanding, I read the word wrong, you're right, vpuenc_h263 just has gop size, no gob size.