I am looking to add brightcove intergation to the media module.

I am thinking that it might work as a submodule of brightcove

do not have it working yet but am am doing the work here
git@github.com:phase2/media_brightcove.git

Would you all be interested in this being add?

Comments

tamasd’s picture

The integration is more or less ready.

e2thex’s picture

Hope that does not mean I am doing extra work.

I started with the media_youtube and uses its structure to add bright cove as an options.

currently one can load a brightcove video by using the media_interent module upload window and typing in

brightcove:VIDEOID

also on the display configuration for the different video displays one can add a player id and key and have that player used with that display mode.

Still need to do images, and in general it is a little rough.

tamasd’s picture

Try it now, it is in git. What we already have:
- same funcionality as the youtube plugin (in the URL field it parses the brightcove embed code and the shortened url)
- additional tab for the brightcove library
- almost complete media gallery support

e2thex’s picture

Ok so it looks like I total rewrote what you had already done, but they are very similar I guess that is good.

The only thing I have that you do not is, allowing a player id and key to be a parameter of the file display

I will post a patch tonight to move that over on top of your stuff.

e2thex’s picture

StatusFileSize
new1.53 KB
new1.54 KB

Not this is now against 7.x-2.x but that is not an option in version

Ok this patch adds fields to the video formatter to add a player id and key, this way different players can be used for different view modes

it also adds fields to to the image preview settings to set an image cache, but you did the preview image a little different them me so those settings are not doing anything yet.

e2thex’s picture

StatusFileSize
new1.54 KB

The make patch had a problem

e2thex’s picture

StatusFileSize
new1.54 KB
new1.54 KB

Ok so the formatter was not working, and I also add the option to change the height and width of the video

e2thex’s picture

StatusFileSize
new2.15 KB
new2.15 KB

I few edits add a check for variable values
THIS PATCH ARE FOR A DIFFERENT MODULE
PLEASE IGNORE

e2thex’s picture

StatusFileSize
new2.02 KB
new2.02 KB
e2thex’s picture

StatusFileSize
new1.84 KB
new1.84 KB

Previous patch had some extra fluff in it

temaruk’s picture

Thank you for the patch, we merged it after some minor adjustments and added some more settings in 7.x-2.0-alpha4! Check it out!

e2thex’s picture

Thank you using alpha4 and seems to work well

manuel garcia’s picture

Version: 7.x-2.0-alpha2 » 7.x-3.2
Category: feature » bug
Priority: Normal » Major

I'll just use this issue instead of opnening a new one, please let me know if I should do otherwise.

Currently the player is not displayed when using a media field. I cannot see the BC formatters in the display settings for the field. This basically renders media integration broken in practice.

tamasd’s picture

Status: Active » Postponed (maintainer needs more info)

You can set the formatter in admin/config/media/file-types/manage/video/file-display.

damienmckenna’s picture

Status: Postponed (maintainer needs more info) » Fixed

This works as advertised, it just needs some setup per #14.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.