Questions tagged [brightcove]

Brightcove Video Cloud is a video hosting and publishing platform.

Brightcove Video Cloud is a video hosting and publishing platform.

Developers can customize players using the using the javascript Player API. The CMS API is used to create, update and retrieve videos and playlists. SDKs exist for creating iOS and Android apps and various other ways to access the Video Cloud Platform.

Resources:

For Brightcove's Zencoder cloud transcoding service use the tag. For the open source video.js player use .

294 questions
1
vote
1 answer

How to keep brightcove player in the app and not jumping to safari

I have a PhoneGap application I am developing for iPad that uses video extensively, all of which is hosted at Brightcove. The Brightcove player code works fine when testing as a WebApp, but once compiled with PhoneGap in Xcode, the page containing…
1
vote
0 answers

Receiving callbacks on Audio/Video Stream being Played and Paused in Android WebView

I am developing an android news application in which we are having a fragment that we use for Article details listing. An article might contain any media like plain Image or a Video as the top content with the Article Title. The Fragment is simply…
Er. Harsh Rathore
  • 758
  • 1
  • 7
  • 21
1
vote
0 answers

React BrightCove Player

I am using react Brightcove Player. Everything is working fine but I am getting console message - VM37307 index.min.js:1 VIDEOJS: WARN: Calling addRemoteTextTrack without explicitly setting the "manualCleanup" parameter to true is deprecated and…
user3342682
  • 147
  • 3
  • 11
1
vote
1 answer

Stop the autoplay in swiper slider when the video is playing and move to next slide when video is paused or ended

THAJUDEEN
  • 21
  • 3
1
vote
1 answer

Mute the video on clicking the swiper next or swiper prev button in brightcove player

THAJUDEEN
  • 21
  • 3
1
vote
1 answer

Brightcove video player not playing DRM enabled videos in Android

I am trying to play videos(DRM enalbed) in brightcove video player. What I did so far is. also I have extend the class with BrightcovePlayer // Get the event emitter from the SDK EventEmitter eventEmitter =…
Devendra Singh
  • 2,343
  • 4
  • 26
  • 47
1
vote
1 answer

Using the brightcove player in ActionScript over https

I really need some help here, we are trying to use our player over https. I am detecting the protocol and then setting the secureConnections to true if it is https however it is still throwing a SecurityError, here is the setup code. var…
Neil
  • 7,861
  • 4
  • 53
  • 74
1
vote
1 answer

How to play a video from a particular timestamp when user clicks on a button in Brightcove

I am working on Brightcove to play a video. I need to play a video from a particular timestamp within the video. For eg: if the user clicks on a button the video should play from 5 min 30 sec of the video. I think the idea is clear. I am using…
Happy bean
  • 89
  • 2
  • 16
1
vote
0 answers

Simple Javascript to play consecutive EXTERNAL videos from different players (youtube/brightcove/break/vimeo)

I need to make an html page that will play video 1(youtube), and once video 1 is done, will instantly play video 2(vimeo), and once video 2 is done, will play video 3(brightcove). The thing is I want to do this with external videos from…
Roman
  • 11
  • 1
1
vote
1 answer

Load a new video by id into a Brightcove Player loaded via Brightcove Player Loader

I have loaded a Brightcove video player on my page with Brightcove Player Loader: brightcovePlayerLoader({ refNode: document.querySelector('#mainvid'), accountId: myaccountId, //this is a variable with global scope playerId:…
LauraNMS
  • 2,720
  • 7
  • 39
  • 73
1
vote
0 answers

Publisher provided identifier (PPID) for Google ads IMA

I am integrating Brightcove SDK for iOS. Along with it I have added a Brightcove-Player-IMA which is a plugin provided for IMA by Brightcove. While integrating it asks me to provide a Publisher provided identifier (PPID) for IMA ads. Where does one…
AJ16
  • 56
  • 4
1
vote
1 answer

Brightcove video player events for React

Need: I want to get the onComplete event (like the answer here: How to detect the end of a BrightCove Video?) but not able to hook it up to the react version - the documentation link in the answer also returns a 404 MVCE: Using the codepen on…
Akber Iqbal
  • 14,487
  • 12
  • 48
  • 70
1
vote
0 answers

How can i play DRM protected video in electron js desktop app

I have embedded Iframe with source containing video url. BUt I am getting error : ERROR: (CODE:5 MEDIA_ERR_ENCRYPTED) requestMediaKeySystemAccess is disabled by feature policy. and sometime i get code: 6001, type:…
1
vote
1 answer

iOS: BrightCove native player throwing `kBCOVPlaybackSessionLifecycleEventError` playing same video on 2nd time

I want to resume video second time from the same time interval from which I left last time. But when I'm opening player for the second time, it either take longer time than the usual or (and mostly) it throws kBCOVPlaybackSessionLifecycleEventError…
Fatin Wasta
  • 424
  • 1
  • 6
  • 20
1
vote
0 answers

Brightcove CMS API Search Sort parameter not working

When querying brightcove the result set is not sorted by the field specified in the sort parameter If I place the sort parameter as the first parameter the results are sorted but the Q parameter seems to be ignored because the results do not match…
LKOOL
  • 21
  • 2