ios,objective-c,unrecognized-selector,brightcove
Add -ObjC in other Linker flags
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:...
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...
I have solved this issue. Just remove these script $('.stillimage').stop().fadeOut(150); $('.BrightcoveExperience').stop().fadeOut(); from myTemplateLoaded function....
.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...
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...