All,
We are doing a video application for transmitting VPU encoded H.264 data through RTP.
Our encoder setting for the slicing:
1. sliceMode = 1 (more than one slices for one frame)
2. sliceSizeMode = 0 (slice size in bits)
3. sliceSize = 1400 * 8
The VPU did output one frame with multiple slices. But the size of each slice is not controlled under 1400 bytes.
Is there anything else needs to be set to perform this?
Thanks!