how to push h265 video to driver?

Now I’m using mip driver to develop our driver to get video and aduio, and I can push h264 video successful and I can see the video on the smart client. But when I change our camere to h265, and I change the stream head type to h265, I can’t see video on the smart client. So I can’t know which link is wrong, I need you help.

We have found an error in the define for H.265. Please set the codec type to 14 (not 13 as the const in our code says).

The const will be updated in a future MIP SDK.