This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

【求助 8168到底能不能slice分片编码】



在函数enclink_h264_set_static_params里面设置了参数如下:

/*Slice Coding Parameters*/
staticParams->sliceCodingParams.sliceCodingPreset = IH264_SLICECODING_USERDEFINED;//IH264_SLICECODING_DEFAULT;
staticParams->sliceCodingParams.sliceMode = IH264_SLICEMODE_BYTES;//IH264_SLICEMODE_NONE;
staticParams->sliceCodingParams.streamFormat = IH264_STREAM_FORMAT_DEFAULT;
//staticParams->sliceCodingParams.sliceUnitSize = 1000;

并且注意到了下面的限制:


发现送出的数据帧还是大于1000