Skip to content

Bug with watermarking feature #22

Closed
@bbabic

Description

@bbabic

You are missing attribute type="array" for element in generated XML.

Solution to problem:
Class: ZencoderOutput
Method: createXML
Add following code:
wms.setAttribute("type", "array");
immediately after line 163 (in my case):
Element wms = document.createElement("watermarks");

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions