You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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");