Right now you can easily associate an Ooyala "Channel" with a node simply by placing its embed code into an Ooyala field. Unfortunately thumbnail retrieval doesn't work because the Ooyala API does not support pulling in thumbnails for channels (for some reason). So the most logical solution here is to load the channel and then pull the thumbnail from the first video.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | ooyala_channel_thumb.patch | 3.67 KB | quicksketch |
Comments
Comment #1
quicksketchThis patch uses the suggested approach above and gets us set up for further API additions to handle manipulation of channels. Committed to Git.