Hi,
When opening a view with a Visio Video thumbnail via VLC, we have a script error dialog pop up that mentions 'settings' is undefined. Afterwards, the VLC player works normally.
This is in http://dmaip/VideoThumbnails/DefaultValues.js.
I found that this particular file contains the uninitialized variable settings.aspectRatio = "16:9"; even though no options with regard to aspectratio are set on the Visio level.
Can you confirm this variable may be removed. When/how could this have snuck in?
This should indeed be removed. You could also revert the entire file by extracting it out of an upgrade package.
I guess someone must have manually put it there, maybe by looking at the Webpages\VideoThumbnails\Scripts\JavaScript.js file, but did it incorrectly.