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 details)

Uploaded Source

File details

Details for the file collective.rtvideo.mediacore-2.0.1.zip.

File metadata

File hashes

Hashes for collective.rtvideo.mediacore-2.0.1.zip
Algorithm Hash digest
SHA256 4ee485ed8c369d717dc230b21559b951ad8a96f76726b813cd03a4b4b49800f5
MD5 805fc012ec457a3e8a26db30986fb5ef
BLAKE2b-256 db75b793acaf21f1d72941ce4cb2708d329fd541ddaf67757f58d810011973c1

See more details on using hashes here.

Provenance

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