This will help with interoperability with our new webpack plugin. The gist of the workflow will be:
Use player-loader to generate embeds and load players asynchronously.
Add the webpack plugin to prepend your player(s) to your webpack bundle.
Profit... or play videos. Whatever.
The one limitation of this work is that collisions between player IDs from multiple accounts is possible, partly because of the default player ID that is shared by all accounts. Other generated IDs should be extremely unlikely to collide. Regardless, this collision is already possible due to the fact that auto-setup already ignores the account ID in the Brightcove Player (unfortunately).
This will help with interoperability with our new webpack plugin. The gist of the workflow will be:
The one limitation of this work is that collisions between player IDs from multiple accounts is possible, partly because of the
default
player ID that is shared by all accounts. Other generated IDs should be extremely unlikely to collide. Regardless, this collision is already possible due to the fact that auto-setup already ignores the account ID in the Brightcove Player (unfortunately).