Tracking Video Metrics with New Brightcove media player
Hi Team,
We had the implementation to capture the Video Metrics(s_code -> media Module).Here is the sample code..
<object id="myExperience1655503405001" class="BrightcoveExperience"><param name="bgcolor" value="#FFFFFF" /><param name="width" value="480" /><param name="height" value="270" /><param name="playerID" value="1655260200001" /> <param name="includeAPI" value="true" /><param name="templateLoadHandler" value="myTemplateLoaded" /> <param name="templateReadyHandler" value="myTemplatereadt" /> </object>It has been working fine till we replaced the above code with <video (new Brightcove player implementation..) .. New video is not recognizing the templateLoadHandler / templateReadyHandler... Here is the current implementation..
<video id= "videoplayerId"
data-account="79251236500211"
data-player="77cf8ba3-d48e-49y9-ad9d-2cb46da88c32"
data-embed="default"
data-playlist-id="@(Model.PlaylistID)"
@if (Model.AutoPlay) { @: autoplay
data-setup='{"techOrder": ["html5", "hls", "flash"]}'
class="bc-wrap video-js" controls>
<ol class="vjs-playlist"></ol></video>
I could make it work by using the AdobeAnalyticsPlugin.js /visitorAPI.js / AppMeasurement_Module_Media.s / VideoHeartBeat.js / videojs.analytic.omniture.js..
But I wanted to make it work with the old implementation (s_code-> media module and tie with the events). How could I achieve this? Please do the needful...
Appreciate your response..
Regards
Rama
<