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
2
votes
0 answers

Brightcove: Hide control on HTML5

Is it possible to hide the controlbar in HTML5 player for a brightcove video? I'm using the SmartPlayer API to do so in flash I use the following callback on the templateLoadHandler: Player.prototype.adaptPlayer=function(experienceID) { var…
campari
  • 985
  • 2
  • 8
  • 11
2
votes
1 answer

Hide BrightcoveVideoView Player controls?

How can I hide the media controls of the brightcoveVideoView? I haven't hook the media controller up at all. But play,pause,scrub controls still show up. I see no direct method on the brightcoveVideoView that hides the controls.
sirvon
  • 2,547
  • 1
  • 31
  • 55
2
votes
1 answer

BrightcoveExoMediaPlayer custom controls

I am trying to add my custom controls to bright cove exo media player for HLS streaming. I am able to play the hls videos perfectly but the default controls are not what I want to use. Any suggestions.
drulabs
  • 3,071
  • 28
  • 35
2
votes
0 answers

How to check video of Brightcove Video Cloud playing or pausing?

Example Brightcove video code:
Jay Nguyen
  • 21
  • 3
2
votes
1 answer

Trigger Brightcove video play on image click and hide it when video is done

I'm trying to play a video on image click and hide it when video is done, and so far I have a structure like this:
chipatama
  • 153
  • 3
  • 16
2
votes
1 answer

Brightcove two players API

I'm using the brightcove api as the guide shows (below), but my problem is that I can't manage two players this way, and I need it:
Angel
  • 1,970
  • 4
  • 21
  • 30
2
votes
1 answer

Brightcove Embedded Player not working in IE8

I am trying to get a Brightcove embedded video player to work in IE8. It is currently working in all other browsers >IE8. I retrieved this code from this Brightcove example: http://files.brightcove.com/BCL_MediaAPI_example.html
sodonnell
  • 21
  • 2
2
votes
0 answers

Brightcove smart player media controls button quality

Have just completed an implementation for brightcove on the following site: www.disney.com.au. We have a brightcove player running for some of the items in the main header slidershow. We're using the smart api and when viewed in on desktop(flash) I…
2
votes
1 answer

Advertising in the Brightcove iOS SDK

Does anyone know how to implement the call to advertising within a BCPlayerView / BCVideo / BCPlayerItem in the new Brightcove iOS SDK. Where can I specify the ad server? Does this need to be done in the Brightcove Studio?
regandc
  • 21
  • 1
2
votes
1 answer

How to recognize an Ajax update in a 3rd party iframe

When the page loads it includes an 3rd party iframe (read: file uploader). I select a file, click the "start upload" button and once the upload is complete I get a "thank you - upload complete" message. There is no Ajax response (that I know…
Chief Alchemist
  • 634
  • 2
  • 7
  • 19
2
votes
1 answer

JavaScript Brightcove API pause and play

I'm having a hard time understanding how to do those simple actions. I tried to follow the API, and suggestions from several forums, but I ended up with 404 pages that don't exist anymore, and I hope you can guide me. I have 3 videos on my page, and…
Novak
  • 2,760
  • 9
  • 42
  • 63
2
votes
1 answer

How do I hook into an event triggered by the end of a Brightcove hosted video?

I have the following code to show a Brightcove player when the user clicks on an image with a play button: $(document).ready(function() { $('#performanceVideo').hide(); $('#banner_text_wrap').click(function(e) { e.preventDefault(); …
br3w5
  • 4,403
  • 5
  • 33
  • 42
2
votes
2 answers

Brightcove video does not display via fancybox on iphone 4

I got an issue that the fancybox doesn’t display the brightcove video on the iphone 4, while it works in Firefox, IE 7, IE8, IE9, Safari, and Chrome, and Android phones. I have the js to populate the fancybox for the video as the…
fbcoder
  • 21
  • 2
1
vote
1 answer

Brightcove event catching

I need to catch an event using the Brightcove API. When the video finishes to play I execute a function. I followed the API guide on the website but it's the first time I'm using Brightcove so I'm bit confused. Here's my code:
Mauro74
  • 4,686
  • 15
  • 58
  • 80
1
vote
1 answer

External javascript call from Brightcove BEML

Is there any way to reference a custom javascript function from BEML? I'd like to keep away from Flash since what ever I do needs to work in the HTML5 player as well.
abritez
  • 2,616
  • 3
  • 29
  • 36
1 2
3
19 20