Closed (fixed)
Project:
Brightcove Video Connect
Version:
7.x-3.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2012 at 16:02 UTC
Updated:
16 May 2012 at 10:50 UTC
On /admin/config/media/file-types/manage/video/file-display/media_original the Brightcove Video display asks for a Player ID and Player Key. However, in theme_brightcove_field_embed() on line 66 of brightcove_field/theme.inc it calls a brightcover_player_load($variables['player']); using the Player ID. This fails as it's looking for the local Player Name instead.
Attached patch that renames the Player Id field on the display settings page and removes the Player Key field as it does not seem to be used in this location, as it inherits from the local player settings defined at /admin/config/media/brightcove/players
| Comment | File | Size | Author |
|---|---|---|---|
| brightcove_media.patch | 1.17 KB | garethsprice |
Comments
Comment #1
muldos commentedHi, I have the same bug, the patch helps but I think this should be fixed with an alternate solution :
Providing a select list of players known by drupal like when selecting a player for a node with a brightcove field.
I will see if I can provide a patch for this solution.
Give me your feedback about this alternative fix.
David
Comment #2
garethsprice commentedA drop-down showing available players would definitely make it easier to configure!
Comment #3
tamasd commentedFix is pushed to 7.x-3.x.