Netflix / photon

Photon is a Java implementation of the Interoperable Master Format (IMF) standard. IMF is a SMPTE standard whose core constraints are defined in the specification st2067-2:2013
Apache License 2.0
234 stars 76 forks source link

PKL MIME issue not recognized #303

Open mikekrause35pm opened 2 years ago

mikekrause35pm commented 2 years ago

Photon 4.8 does not appear to catch a PKL MIME issue.

We received a PKL where the MIME for CPLs was set to application/xml. Photon noted "no error or warnings." The file in violation causes interop errors on several systems.

2067-3:2020 states: 5.3 MIME Type The MIME type, as defined in IETF RFC 2046, of a Composition Playlist instance shall be text/xml.

This is an out-of-standard error that Photon should catch.