A new version of Media Cloudcast 7.x-2.x has been committed. Notes:

- Upgrade path has not been properly tested so backup and test if you are going that route, not guaranteed to work in those conditions
- This version has been tested and works with File entity 7.x-2.0-unstable7+76-dev and Media 7.x-2.0-unstable7+38-dev

Numerous new features have been applied:
- Ability to override width/height attributes via single url
- Ability to set custom permissions on individual nodes cloudcast player
- HTML5 force override

In addition, we have worked with TelVue directly to gain additional Cloudcast elements in their RSS feeds. This now includes program, episode, and summary fields. TelVue is now outputting an additional RSS feed to every channel in the form of http://cloudcast.telvue.com/api/mrss/v2/mrss/UID.xml (you need to put channel in the UID area of that feed). We created a new sub-module called media_cloudcast_feeds that integrates with this. To use it, you need to change the feed parser to MediaRSS Cloudcast parser. Then all media and cloudcast tags are available. This has been tested with:

- Feeds 7.x-2.0-alpha8, Media Feeds 7.x-2.0-alpha1+9-dev, Feeds Media RSS 7.x-1.x-dev

To gain additional media_rss fields, the patch from this ticket should be applied to feeds_media_rss (though I was told it would rolled into the next release): http://drupal.org/node/1967514

Will provide additional documentation and screencast on how to configure/use this module in very near future.

Comments

avguy’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev
Status: Needs review » Reviewed & tested by the community

This version works for me.

emilyf’s picture

Here is a screencast that shows how to use this version of media_cloudcast: http://vimeo.com/65594252

Would be great to get this up on the documentation page, and also maybe change some of the language on the introduction page?

emilyf’s picture

Also just added a readme file on a commit that includes the link to the video so others can find it.

emilyf’s picture

Status: Reviewed & tested by the community » Closed (fixed)