- Issue created by @asirjacques
I am analyzing the code and I have a question regarding the use of the 'embedded_video' plugin to wrap the Keepeek player: is it necessary?
What does it add to the integration of the player?If I look at the Drupal documentation, it seems that it's no longer necessary to use this plugin:
https://www.drupal.org/project/video_embed_field →
=> 'If you are installing this module for integration with a media library, core already contains all the tools required for embedding remotely hosted videos. This module should no longer be required for most use cases and should be avoided if possible.'Another question:
in your function "KeepeekManager::getAssetPlayer()" you call the Keepeek API behind on the endpoint
https:///api/dam/medias/ to retrieve the player configuration?Does this mean that an API call is made each time the player is displayed?
Does this also mean that a technical account is required to make these back to back calls on the API?