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 can I copy Brightcove players and in-page experiences from one account to another?

I've been developing Brightcove players and in-page experiences in a development account while building a proof of concept. Now that stakeholders have agreed to move forward, I need those players and in-page experiences copied to a production…
Andy Lester
  • 91,102
  • 13
  • 100
  • 152
1
vote
1 answer

Customise Brightcove javascript file

Is there a possibility to customise brightcove js to a minimum size? (It is 669.8 KB) We want to reduce the size of the javascript file brightcove provides: https://players.brightcove.net/593354916001/rJtqW9BN_default/index.min.js by using only what…
hvillega
  • 21
  • 3
1
vote
2 answers

AMP Possible to use Google Tag Manager for Video Events

Is it possible to use a video (brightcove) trigger for the google tag manager? What should I configure on Google Tag Manager to send a video play event on Google Analytics (including autoplay). On Google Tag Manager I can't find any video trigger.…
1
vote
2 answers

Autoplay Brightcove Video

I am using Lity.js to have a brightcove video link pop up in the modal window. My issue is the video is not auto playing, is there a working parameter that can used to say add to this link…
1
vote
2 answers

How to make Brightcove video player start a certain time and stop at a certain time like youtube?

I generated cue points in the BrightCove video. How can I use those cue points to start at that point and stop before the next cue point?
idevelop
  • 21
  • 2
1
vote
0 answers

Making a live video event on bright cove using cURL

I am trying to make a live video event on bright cove site through my application made using PHP now according to their docs I have POSTED my request to their server using cURL and getting the success response. I have used the following the cURL…
Mohsin Abbas
  • 630
  • 8
  • 29
1
vote
0 answers

Create live stream event using brightcove api

I have a question is there any way we can make a live streaming event using bright-cove API and store that live streamed video to bright-cove server once we finish our event as I have searched a lot but all efforts goes in vain a small hint would be…
Mohsin Abbas
  • 630
  • 8
  • 29
1
vote
1 answer

Not able to see subtitles in video converted using zencoder

For converting some video to MP4 i am using zencoder services, everything works fine. But now i want to add subtitles to the processed video, just like ffmpeg does ffmpeg -i src-video.mp4 -vf subtitles=subs.srt processed-video.mp4 i followed…
Vijay Dohare
  • 731
  • 5
  • 22
1
vote
0 answers

Changing the ref_id of a url to deliver tailor-made video content to users. Brightcove advanced embed code + Idomoo logic

Hello wise and helpful people of StackOverflow. I am using a combination of Brightcove as a video player and the sample code below is from a third-party company that I am supposed to use it with. The main concept of what I am trying to achieve is…
Marcode777
  • 187
  • 1
  • 3
  • 10
1
vote
0 answers

Brightcove video player with custom carousel slides

Sample Design -i want to create the video carousel with prev and next arrow slides along with vertical carousel thumbnail slides, I can able to create the video with thumbnail, but couldn't find the option for prev and next arrow. Please help me…
1
vote
0 answers

How to play mp3 files using Brightcove player in android?

Is there any way to play mp3 files on brightcove player. Using brightcove sdk to play video files. Now I want to play mp3 file.
khaleel_jageer
  • 1,404
  • 4
  • 16
  • 37
1
vote
1 answer

I am rendring brightcove player from componentDidMount() and componentDidUpdate() , DOM is getting updated but video is not initialized . React+Redux

I have brightcove object and i am appending it in the dom inside componentDiMount() and componentDidUpdate() function. Issue is ,Brightcove object is getting rendered in the DOM but player is not loaded.below is my code. I am using underscore…
Kalashir
  • 1,099
  • 4
  • 15
  • 38
1
vote
1 answer

Coldfusion and Brightcove API

Does anybody have any idea how to use CFHTTP with the BrightCove API? I just want to get a count of my videos. I am able to successfully get my access token (VARIABLES.access_token) from the BrightCove API but I keep getting permission denied…
amazonotter
  • 61
  • 1
  • 5
1
vote
1 answer

Video Playlist from different vendor sources (Anvato/Brightcove)

Is it possible to create a video playlist using videos either from Anvato or Brightcove at the same time? So far I created playlists from one or the other using their respective docs, but I would like one that takes videos from either. Context: You…
Claudiordgz
  • 3,023
  • 1
  • 21
  • 48
1
vote
3 answers

Brightcove Studio API- restart video after video ends

Figuring out how to do things in Brightcove is crazy hard. There is a ton of information on the old version of the api, but the latest/greatest is strangely hard. I'm trying to set up a reset for the video. When the video ends, I want to basically…
Scott
  • 1,862
  • 1
  • 33
  • 53