The Instant View Editor uses a three-column layout, so you really want to use it on a desktop screen that's wide enough. Sorry for the inconvenience.

Back to the main page »

Original

Preview

Link Preview

Issue #1

Video can be supported
Giovanni M.
Here I followed checklist directives:

Checklist - 6.4.2 Video/Audio from unsupported players
1. If the unsupported widget has an iFrame version, make it into an <iframe>. If you do that, the IV page will not be generated due to unsupported content, but things will work out of the box if and when we support that widget.
2. If it is not possible to represent the widget as an iFrame, but it is possible to get a direct link to the video/audio, use this link to generate a <video> or <audio> with the correct src attribute. [...]

Brightcove has two documented version of its player (one based on script and one based on iframe):
https://support.brightcove.com/choosing-correct-embed-code#iframe
https://support.brightcove.com/available-options-standard-iframe-embed-code

All necessary information (accountId, videoId, playerId) is present as JSON in the source.

Anyway, your implementation to get the MP4 stream looks like a rough URL manipulation which is not a good practice.
Declined by admin
Type of issue
IV not generated for target page
Reported
Mar 30, 2019