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
8
votes
5 answers

HTML5 video with Brightcove

I currently have a working Brightcove Smart Player implementation, with Flash as the default and an HTML5 fallback where Flash is not supported (read: iOS). I would like to reverse this: prefer HTML5 video, and use Flash as the fallback. Is this…
Matt Ball
  • 354,903
  • 100
  • 647
  • 710
7
votes
2 answers

Brightcove video thumbnails

Assuming I have the video IDs can I access a still of the video? I have read of the media API and the read functions for thumbnailURL and videoStillURL but have no idea how to implement. Are there examples of using a still from an asset given the…
AusS2000
  • 79
  • 1
  • 2
5
votes
0 answers

Does browser cache blob src?

I'm using videoJS to play my videos which are hosted on Brightcove. I just give it a videoId and it automatically fetches the src which I guess gets translated into a blob src like src="blob:https://crap.crap". However, it seems like when I remove…
MarksCode
  • 8,074
  • 15
  • 64
  • 133
5
votes
0 answers

videojs with brightcove giving error using require.ensure in React component

I'm trying to use require.ensure in my react component: componentDidMount() { require.ensure([], () => { require('public/jscripts/brightcove/index.js'); }); } but keep getting an error: Cannot set property 'default' of undefined It…
MarksCode
  • 8,074
  • 15
  • 64
  • 133
5
votes
2 answers

Passing parameters to a Razor View rendering in Sitecore

I'm trying to render out the brightcove media player right now while passing a dynamic video id. The brightcoveData.Id is a valid guid but I can't seem to get the parameters passing properly so that the Rendering understands it. I get an error from…
Thomas Taylor
  • 555
  • 4
  • 12
5
votes
1 answer

iOS Brightcove Player SDK - Set initial time

I'm playing some videos using the Brighcove SDK for iOS. The basic setup for playing the video is (based on the Brightcove guide): @interface VideoPlayerViewController() @property (strong, nonatomic) id
5
votes
2 answers

HttpURLConnection returns 503 error when accessed through proxy

I am working on creating a Video sitemap for a site that has hosted videos on Brightcove video cloud. In order to get all the video information from the site, Brightcove suggests to read the response from their url of following…
Shashank Kadne
  • 7,993
  • 6
  • 41
  • 54
4
votes
5 answers

Play brightcove videos

I want to play a remote video hosted in Brightcove. As Brightcove URLs are links to players not direct links to video files the AVPlayer won't do it. I know Brightcove provides an API but can't find any good examples for iOS nor documentation. Any…
Martha
  • 1,070
  • 1
  • 12
  • 29
4
votes
0 answers

Brightcove Smart Player API - hide seek controls

I'm upgrading someone else's code from the flash-only player API to the Smart Player API and I'm having a heck of a time trying to find out how to hide the seek controls on either player (both flash and HTML5 versions). The old code that works is…
jphase
  • 396
  • 1
  • 11
4
votes
3 answers

html5 video does not play in android webview, but works in (mobile) chrome

I have a (customers) website that uses the js brightcove player to render html5 video. (read: I cannot edit the website itself) In mobile Chrome the video works and everything is fine. However in my Android app, using a WebView that renders the…
peshkira
  • 6,069
  • 1
  • 33
  • 46
3
votes
1 answer

Android studio Bintray 502 bad gateway

I'm getting 502 from Bintray when I try to run my Android app. I've tried: Clear cache/restart Updating my gradle version Updating Exoplayer version Still getting the error from Bintray. Best regards. The screenshot of error Could not determine…
3
votes
1 answer

iPhone: duplicate symbol _SBJSONErrorDomain

I want to use the Brightcove library and the Layar library in one application, which both have the SBJson files. Obviously these try to murder each other dead. Do i have to extract the files and rebuild the archives? I'm on a tight deadline.
MaikelS
  • 1,309
  • 4
  • 16
  • 33
3
votes
1 answer

Nodejs - Upload file to AWS W3 with signed url generated with Brightcove returns 403 Forbidden

I'm trying to add a video to Brightcove following steps in this article https://apis.support.brightcove.com/dynamic-ingest/getting-started/source-file-upload-api-dynamic-ingest.html The first 2 steps work fine. After requesting the S3 URLS, I get a…
RdjWiss
  • 33
  • 3
3
votes
0 answers

How to fix "kBCOVPlaybackSessionLifecycleEventFail"

I try to play video with Brigthcove. First I try to play video with IMA ads. About 10 videos are very well. Then after that I found some issue. I got failed…
3
votes
0 answers

Brightcove IOS Sdk Player without play/fullscren buttons

I'm using brigthcove video in the cloud dynamic from an iOS application using xcode, when I boot the player this is able to play a video correctly, but the play button, full screen and others show a question mark. self.options =…
1
2 3
19 20