Hello Everyone,
We are facing one issue where in Dynamic Media is not working on our publish instance. It works fine on Author instance.
We are on cloud as a service
1. All the Viewers are published
2. Videos are Published
3. All the DM configs are published.
4, Images work just fine on Publish instance from DM.
5. Error we get is: 404 not found for this resource in network tab: https://publish-<>-<>.adobeaemcloud.com/is/image/<>/Joe_%20A%20Mortenson%20Story%20(Social%20Media%2...
Can someone please help?
Thanks,
Nitin
Solved! Go to Solution.
Views
Replies
Total Likes
hi @NitinSi3 ,
Hope you have figured out a solution for this. If not, please look into the below solution
If I understand correctly you were able to access the Images via DM however videos are not working. Videos should be called using "/is/content" not "/is/image"
Example : <server_path>/is/content/<video file name> , <domain>/is/content/Scene7Constants.PN_S7_FILE
hi @NitinSi3 ,
Hope you have figured out a solution for this. If not, please look into the below solution
If I understand correctly you were able to access the Images via DM however videos are not working. Videos should be called using "/is/content" not "/is/image"
Example : <server_path>/is/content/<video file name> , <domain>/is/content/Scene7Constants.PN_S7_FILE
In addition to what @Anil_Chennapragada said, DM has its own CDN, so the URL should not be *adobeaemcloud.com but *scene7.com, or a custom domain if you have it set up.
Here is an example: https://s7g10.scene7.com/is/content/assaabloy/video-street
Also, you might want to take a look at the DM Video Player: https://experienceleague.adobe.com/en/docs/dynamic-media-developer-resources/library/viewers-for-aem...
Hope this helps,
Daniel
Hi
Please check these two things
1. The video will be served from /is/content, so please update your URL accordingly.
2. Also, double-check your URL. If you're using scene7 mode, it should be [companyname]/uniqueid.scene7.com.
Thanks
Dipti