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.

H264 - disable B frames in IPNC

Other Parts Discussed in Thread: DM385

Hi,

SW: IPNC V3.5

HW: DM385

Captured data is encoded using H264 encoder and streamed over RTSP.
At the receiver side if I dump the data check the frames, it conatins I-P-B frames.

Here, I want to disable B frames. Just I & P frames are enough for me. How to control that form framework/encoder Link?
Please suggest me the param, which I need to look upon?

  • Hi hv,

    are you sure you see B-frame in stream which is generated based on RDK3.5?

    By default we did not enable B-frame mode.

    also could you please check what if your current setting of

    interFrameInterval & maxInterFrameInterval,

    it will insert B-frame if they're more than 1.

    please just keep them as 1.

    Please refer to H264_Encoder_HDVICP2_UserGuide.pdf

    for further details 

    Best regards,

    Christian.