Skip to main content

RedTurtle Video integration for MediaCore

Project description

This is an add-on for RedTurtle Video product for Plone. Additional documentation can be found in the main product’s page.

Add this to your Plone installation for beeing able to use MediaCore video link as valid URLs for “Video link” content type.

In order to serve content from Mediacore you need to configure an adapter and specify the domain name. Is possible to add an adapter to your application in many way:

  • directly to the buildout section on a .cfg file (example below):

  • within a configure.zcml in collective.rtvideo.mediacore

  • within an other package which implements redturtle.video.interfaces.IRTRemoteVideo

[instance]
...
eggs =
    collective.rtvideo.mediacore
    ...

zcml-additional =
    <configure xmlns="http://namespaces.zope.org/zope">
        <adapter for = "redturtle.video.interfaces.IRTRemoteVideo zope.publisher.interfaces.browser.IHTTPRequest"
            provides = "collective.rtvideo.mediacore.videoembedcode.IMediaCoreEmbedCode"
            factory = "collective.rtvideo.mediacore.videoembedcode.JWPlayerEmbedCode"
            name= "your.domain"/>
    </configure>

Note

This plugin alone is not enougth. Mediacore must provides a view to serve some information about media as JSON. See mediacore.mediainfo package for more details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.rtvideo.mediacore-2.0.1.zip (179.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page