Hi Team,
I'm trying to add video through javascript videoViewer instead of Dunamic media
something like this,
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
You can find here an example of how this should be done: https://github.com/AdobeDocs/dynamic-media-developer-resources.en/blob/main/help/aem-viewers-ref/c-h...
You should be able to check in the browser console if there are any issues, just keep on mind that the "assetPath" is not the AEM path but the scene7 path, just double check the values you are passing along are similar to the ones in the examples, and check in the network tab what asset is being requested to scene7, that will help you to troubleshoot if you are asking the correct asset.
Hope this helps.
Hi,
You can find here an example of how this should be done: https://github.com/AdobeDocs/dynamic-media-developer-resources.en/blob/main/help/aem-viewers-ref/c-h...
You should be able to check in the browser console if there are any issues, just keep on mind that the "assetPath" is not the AEM path but the scene7 path, just double check the values you are passing along are similar to the ones in the examples, and check in the network tab what asset is being requested to scene7, that will help you to troubleshoot if you are asking the correct asset.
Hope this helps.
@Keerthi0555 Hi,
If the codes check out, please check if video encoding is done on the aem assets folder where videos files are stored and all scene7 properties are generated for the video when it was uploaded. If not then there is some config issue of dynamic media.
Also, sometimes I have forgotten to publish the video and remember later that the video will serve from the publish server of dynamic media on both aem author and publish. Only when we publish the video it goes to dynamic media publish server.
Scene 7 player documentation:
https://s7d1.scene7.com/s7sdk/3.5/docs/jsdoc/symbols/s7sdk.video.VideoPlayer.html
It's working team, I made some mistake.
Views
Likes
Replies