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
3
votes
1 answer

Authenticating Brightcove Analytics API in R

I'm trying to authenticate the Brightcove Analytics API (OAuth 2.0) with R. My first attempt was using oauth functions in the httr package, and I tried to follow these steps 1) Create a variable for my app using a public and secret key.…
Sharon
  • 3,676
  • 3
  • 23
  • 20
3
votes
1 answer

Curl not posting file in PHP

I am using the Brightcove API to upload video files from my server to my Brightcove account. I had it working with the following code: $fields = array( 'json' => json_encode( array( 'method' => "create_video", 'params' => array( …
geoffs3310
  • 5,599
  • 11
  • 51
  • 104
3
votes
1 answer

Brightcove HTML5 Player full screen event

In Brightcove documentation, they mention ENTER_FULLSCREEN and EXIT_FULLSCREEN events. I couldn't find those events in the 'brightcove.api.events.ExperienceEvent' object. I had to use browsers full screen events instead: …
vadimtar
  • 434
  • 2
  • 13
3
votes
1 answer

Replace default play button on Brightcove's Smart Player on mobile devices

Quite likely I just need the right terms to find the answer; however, I imagine someone else has already encountered this problem and knows right away how to solve it. I'm using Brightcove's services and their Smart Player. I've configured a…
user56512
3
votes
1 answer

Brightcove Smart Player not showing video on iPad and iPhone if it's in a modal ( Hidden and Shown with Javascript )

I'm working on a site that is supposed to launch next week. I'm struggling with an issue with the Brightcove smart player api on iPhone and iPad specifically if it's in a modal. I'm using a very simple custom skin setting the icons and colors in…
Jeffpowrs
  • 4,430
  • 4
  • 30
  • 49
3
votes
5 answers

Brightcove video templateLoadHandler not firing

well, I was struggling with the BrightCove API for the whole afternoon, and I really don't what went wrong. I followed all Brightcove gives, and enabled the javascript api for smart player. But the templateLoadHandler is just not firing. It is…
Alex
  • 370
  • 1
  • 6
  • 11
2
votes
2 answers

Secure/Non-secure browsing issue

I am developing a Facebook app that incorporates our Brightcove (video host) players and their API. Facebook gives users the option to browse securely and this poses a little bit of a problem. As is stands, I can get the app to work properly on one…
RGilkes
  • 1,012
  • 3
  • 12
  • 22
2
votes
2 answers

java.lang.NoSuchMethodError: No virtual method setParameters(Lcom/google/android/exoplayer2/trackselection/DefaultTrackSelector$Paramet

I am facing this issue with BrightCove Video player. The player uses the exoplayer internally. When running the app the player shows only poster of the video but when clicking the play gives the below mentioned error msg. I have multiple modules…
Devendra Singh
  • 2,343
  • 4
  • 26
  • 47
2
votes
0 answers

Nuxt / Vue project using Brightcove Video Player has no sound in ie11

I'm using NUXT / Vue along with brightcove video player which has worked for me in the past with very few issues. I noticed today that my videos are playing but have NO SOUND in ie11. The videos work fine in every other browser I tested excpet…
hendy0817
  • 979
  • 2
  • 20
  • 47
2
votes
1 answer

Adding Brightcove Video Player Dynamically Using RequireJS

I'm trying to add a brightcove player dynamically by following instructions on this page. Brightcove Player Sample: Loading the Player Dynamically The video player doesn't initialize when Brightcove's index.min.js is added to the page due to the…
bradley4
  • 3,823
  • 6
  • 34
  • 41
2
votes
0 answers

Content-Security-Policy differences between Chrome/Firefox and Safari

In connect-src we specify https://secure.brightcove.com and in media-src we specify only 'self'. This will play the brightcove videos without issues in chrome and firefox. But in safari we will get the following error: Refused to load…
2
votes
1 answer

AngularJS and BrightCove Media API

I am working on integrating BrightCove into an Ionic App (allows HTML and JS/Angular to run as a native app on mobile devices). The app will play videos and allow user's to download the video to save the user's device, I can get the app to play the…
Aine Poole
  • 59
  • 5
2
votes
1 answer

In Brightcove, can I retrieve a video's thumbnail WITHOUT a media API token?

I would like to use Javascript to retrieve thumbnail URLs from Brightcove-hosted videos. I can't see a way to do that without exposing my Media API token to the client browser. (The with-token method is documented here.) I don't need a token to…
Grant Birchmeier
  • 17,809
  • 11
  • 63
  • 98
2
votes
1 answer

Can a HTML5 video tag play m3u files?

I'm implementing a video player using the HTML5 video tag. The video asset I'm receiving is hosted and delivered by Brightcove and it's a m3u file. Is it possible to play this video via the HTML5 video tag? I think the resulting m3u files from the…
shrewdbeans
  • 11,971
  • 23
  • 69
  • 115
2
votes
0 answers

No media-search results in Sitecore8 with Solr 5.3.1 and Brightcove

I have a working Sitecore 8 solution with Solr 5.3.1 for content search. Indexes work, are updated as expected on publish etc. Now we are about to add Brightcove, but installing the brightcove package adds a Lucene index to the App_config/include…
VilladsR
  • 350
  • 2
  • 10
1
2
3
19 20