MXF and GXF are generic video containers for various production facilities:
- MXF: https://www.loc.gov/preservation/digital/formats/fdd/fdd000013.shtml
- GXF: https://en.wikipedia.org/wiki/General_Exchange_Format
ffmpeg is able to convert these formats to webm/mp4 automatically. The mime types (application/(gxf|mxf)) are not matched on the mime-pattern for the nuxeo-video-viewer.
Video is successfully displayed with this mime-pattern:
mime-pattern="video.*|application/(g|m)xf"
- is related to
-
NXP-25896 Add support for application/gxf and application/mxf Video formats
- Resolved