I gathered the playerKey and playerID from our Brightcove studio account. However, I see nowhere to plug in this information into the module's config: /admin/config/media/brightcove or the Brightcove video field.
We currently have a Read API key entered. I am able to browse and attach a video to the Brightcove video field, but the video doesn't render because after clicking the thumbnail, the [object] tag in the popup window is missing the playerKey and playerID. It only has the @videoPlayer value present.
We're using PHP 5.3 with cURL installed.
Any ideas as to how to resolve this would be much appreciated!
Comments
Comment #1
meba commentedWhen you go to the settings page look at top right, there will be a tab called "Players". That's where you input it
Comment #2
pGustafson commentedIt's actually called "Player Settings".
Comment #3
wojtha commentedThe solution is to add player first and then save or resave the video field settings.
Comment #4
patty.fresonke commentedI'm having this issue as well...I've added the player, it's in the brightcove_player table but it doesn't seem to be grabbing the info out of there when the page loads...any other fixes other than save and resave (tried that as well to no avail)
Comment #5
mbopp commentedI was also having the problem... Turns out that there is simply a misspelling in the menu hook for the required permission.
I've attached a quick Diff/patch for fixing the issue. (Don't really have time to use Git to create a proper patch at this time) But this will help anyone get past this issue, and maybe the maintainer can create a proper patch file.
Hope this Helps
Comment #6
damienmckennaThe permissions bug identified by mbopp in #5 doesn't exist in the dev versions of the three most current branches (7.x-4.x, 7.x-3.x, 6.x-2.x).
The main issue here is a duplicate of #1355466: Notice: Trying to get property of non-object in theme_brightcove_field_embed() (line 115 of brightcove_field/theme.inc, for which I've added patch to warn admins of some missing configuration.