Hi @dmescia2 ,We also bumped into some use cases which are not supported by DM, for those we ended up writing custom implementations and create assets per our needs. However, in this case also the custom rendition would need to be pre-calculated and stored somewhere (if not AEM). I would store those...
Hi @AbhilashYS , It can happen on AEM cloud instance which operates in a cluster of author instances. The simple solution is to define a leader instance, please refer to the below documentation-https://experienceleague.adobe.com/en/docs/experience-manager-learn/cloud-service/developing/advanced/run-...
Hi @chinmayis865517 , You might wana consider new DM Video player, it promises better performance than the previous S7 video player.Also, consider @HrishikeshKagne 's comment, extra wrappers and JS always derails performance. Thanks!
Hi @KiranMa1 , It seems your Dynamic Media connection is broken, which is why the image server domain is falling back to the current domain, which is author. Can you check if your Dynamic Media connection is success? Thanks!
Hi @am_DAM_manager , There is one more option in DM. Since your requirement is more about encoding the asset name, you could create a ruleset configuration file that maps your incoming request URL to a asset. This is similar to apache wherein you can rewrite URLs before discovering a resource.The o...
Hi @YegorKo We had been in a similar situation wherein the downstream application (non-Adobe) had to search and select assets from Adobe DAM, however, the OOTB search capabilities are indeed limited. Based on our learning, I would indeed create a custom app to navigate through the folder structure...
We had custom implementation of ResourceProvider based on org.apache.sling.api.resource.ResourceProvider API. It was working fine with AEM6.1.After migration to AEM6.4, we had few issues with this implementation-1. Authoring was not working for all pages under root paths. For example- /content/mysit...
Hi,I am trying to use akamai edgegrid API for invalidating akamai chache. I have added below dependency in my pom.xml, but my bundle keeps in installed state. Below are more details-pom.xml dependency-<dependency><groupId>com.akamai.edgegrid</groupId><artifactId>edgegrid-signer-apache-http-client</a...