Ooyala channel players can be configured to start with a preview image or a channel selector. Likewise, between videos the player can be configured to play the next video, or show the selector again. We should expose these settings in Drupal.

The settings that are exposed in the "Embed" tab are not accessible in any way by the Ooyala API. Instead, the player can be configured when the channel is displayed. Since we can't change (or access) the per-channel settings, I think it's best done as a content-type setting for now. We can add per-channel-node settings later as needed.

Comments

deviantintegral’s picture

Version: 7.x-1.x-dev » 6.x-1.x-dev

Actually, we don't have a 7.x-1.x Ooyala Channels module committed yet.

deviantintegral’s picture

Status: Active » Needs review
StatusFileSize
new10.96 KB

Here's a patch that contains:

  • 642fc94 Issue #1250354: Fix a typo in the file phpdoc for the Ooyala Channels pages include file.
  • fe2cfc3 Issue #1250354: Move the administrator-only page callbacks to a new include file.
  • 27114c5 Issue #1250354: Add settings to the content type form for the channel start and transition settings.
  • c0818ad Issue #1250354: Use the channel display settings when displaying channel nodes.
  • 43c399e Issue #1250354: Update the uninstall hook to delete all Ooyala Channels variables.

I'll likely commit this tomorrow unless there are any objections.

deviantintegral’s picture

Status: Needs review » Fixed

I've pushed the commits in #2 to 6.x-1.x.

Status: Fixed » Closed (fixed)

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