'Is there any alternative to Netflix Photon library for validating IMF packages?
I am validating IMF packages in Java and i want to use a new version of CPL which uses the namespace xmlns:cc="http://www.smpte-ra.org/ns/2067-2/2020". It seems that Netflix Photon(even latest version 4.8.0) - is only supporting the below two CPL schema URIs(supportedCPLSchemaURIs constant in code):
When i try to validate the CPL i am getting the following error:
Please check the CPL document and namespace URI, currently we only support the following schema URIs http://www.smpte-ra.org/schemas/2067-3/2013 http://www.smpte-ra.org/schemas/2067-3/2016 [Photon version: 4.8.0]
I was not able to find solution for the above.
Is there any alternative library which can bypass the above error?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
