My video codec doesn't fully support H.264 Constrained High Profile, what should I do?


Some older third party endpoints do not fully support the H.264 Constrained High Profile video codec. From version 2.4, the Meeting Server allows some control over only applying parts of the codec to outgoing calls to SIP endpoints.

Set h264CHPMode on API object /compatibilityProfile to either:
auto     appropriate parts of H.264 Constrained High Profile are used based on endpoint identification. This is the default behaviour. Or
basic    only uses a minimal subset of parts of H.264 Constrained High Profile.

POST the selected h264CHPMode setting to /compatibilityProfiles to create a new compatibility profile which will be applied to all outgoing calls to SIP endpoints.

PUT the selected h264CHPMode setting to /compatibilityProfiles/<compatibility profile> to modify an existing compatibility profile.

To retrieve the h264CHPMode setting for a Compatibility Profile, use GET on /compatibilityProfile/<compatibility profile id>.

Last update:
15-Oct-2019
FAQ ID:
1458