Menu
  • HOME
  • TAGS

Brightcove library keeps crashing the application

ios,objective-c,unrecognized-selector,brightcove

Add -ObjC in other Linker flags

Show loading image if Brightcove video is taking time to load on the page

jquery,loading,brightcove

put your code here on how you are loading and showing the video i dont know how you are loading your video.. but heres a example on a ajax call processing some operations in server side. function ShowVideo(){} $("#div_Video" ).html("<img src='http://preloaders.net/preloaders/728/Skype%20balls%20loader.gif' />"); $.ajax({ cache: false, type: 'GET', contentType: "application/json", url:...

Manually chosen rendition is not taking effect on the brightcove player

brightcove

I was trying to change dynamically the rendition in a progressive download account. In this kind of accounts the rendition selection is only possible at the very start. It is possible to force a rendition change with a progressive account by using a different method, but that will restart playback...

Brightcove video once appears on page load then disappear immediately in IE browser?

sitecore,brightcove

I have solved this issue. Just remove these script $('.stillimage').stop().fadeOut(150); $('.BrightcoveExperience').stop().fadeOut(); from myTemplateLoaded function....

Passing parameters to a Razor View rendering in Sitecore

.net,razor,sitecore,brightcove

Ok, after talking to Sitecore Support I got an answer: @Html.Sitecore().Rendering("/sitecore/layout/Renderings/Media Framework/Embed Media", new { DataSource = brightcoveData.Id, Parameters = "playerid=E7766078969C3AB892DD158E0E7230B9&height=300&width=400" }) brightcoveData.Id is just a guid string = "{XXXX-...-etc}". playerid is the Sitecore item id for the player you're using. That's what the final code looks like and it...

Brightcove sdk for android, example not working

android,brightcove

We recently added support for customizing closed captioning styles on pre-Kitkat and the dialog requires some resources, like the layout. These resources are included in the .aar file, which should be used when compiling with gradle and Android Studio. Android Studio has reached 1.0, so we recommend using that or...