Hi All
In our current project , We have 3.0.2 version of bright-cove. Since we have migrated to AEM 6.2 , we are planning to upgrade bright-cove to 4.2.0 version. I did test this in my local where my project is setup completely. But even though everything looks fine in the logs and system console, I have issues with upgraded brightcove .
When I edit components which use brightcove , it throws below error in console.
smacdonald2008 kautuksahni Ratna Kumar Prince Shivhare Any help ?
Views
Replies
Total Likes
AEM does not provide the connector with Brightcove. Where as you should be checking this with Contact Sales | Brightcove.
This could be an issue with in latest version of Brightcove.
~kautuk
Views
Replies
Total Likes
This error means that AEM cannot find the custom xtype. Double check the client libs folder to make sure that you have referenced it properly. If does not work remove all folders under /var/clientlibs/* and running the test again.
Also, create an issue here Adobe-CQ5-Brightcove-Connector/current at master · coresecure/Adobe-CQ5-Brightcove-Connector · GitHu...
~kautuk
Views
Replies
Total Likes
Thanks Kautuk
After my initial research I could figure out that the version we are currently using is pretty old one and for the current version , the implementation is different from that of 3.x versions. We may have to rewrite the component implementation as per the below documentation from brightcove. http://files.brightcove.com/bc-adobe-experience-manager.pdf . We will try this out in our local and if we still face issues we will get in touch with the support team for the product
Thanks
Veena
Views
Replies
Total Likes
So we have atlast solved this issue.
The version 3.0,2 is pretty outdated and setting up the component with http://files.brightcove.com/bc-adobe-experience-manager.pdf this guide is the first steps to follow.
The major change was the xtype 'BrightcoveCombo' is deprecated and instead we have to use 'brc_combobox'. More than that there is major change in how the video component is implemented.
Once the latest brightcove package is installed please navigate to /apps/brightcove/components/content/brightcovevideo and check how the dialog is implemented . Either you can use this component as it is or you can follow the way they have implemented the dialog.
For any video list to populate properly , you should have the account list also added as a field
Thanks
Veena
One more input base my experiences with Brightcove, We have been integrating via component and also api. Below we can see our experience
The "video" exists in the DAM, but for playback, the Brightcove ID is used to download it from the platform and stored as an image, but the video itself is not downloaded. The client continues using the videos served by Brightcove but has a reference to a "video" in the DAM. The first interaction with the Brightcove cloud we experimented some slowness and response time very bad with the old version. With the new version is getting better.
Views
Likes
Replies
Views
Like
Replies
Views
Likes
Replies