Skip to content

scallens/redturtle.video

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of contents

Introduction

A simple video support for Plone, mainly based on collective.flowplayer.

Features

This add to your Plone portal two new types:

  • Video file for providing a video content directly from a video file compatible with flowplayer formats. In the video view you can copy/paste the video embedding code, for seeing this video in other sites.
  • Video link for a remote video resource

Also you can insert the year of the video and the duration.

A "Look" section will also give you fields for:

  • add an optional image field, for the video screenshot/splashscreen data
  • video display size

Internal video

Add to your site a new "Video file", then provide a video format compatible with Flowplayer. When you save it RedTurtle Video try to take from the video source some metadata like the duration and video size (width and height). Later you can modify those values manually.

Video file example

If you provided also the image field, this can be used (optionally) as video starting splash image. All other amazing features came directly from the power of collective.flowplayer.

Migrate from basic collective.flowplayer file

If you already used collective.flowplayer in your site for manage internal video and now you want to migrate them to RedTurtle "Video file" contents, you can use the @@flowplayer-video-migration view. You need to have installed also Products.contentmigration.

Please, backup your data before trying this!

iOS devices compatibility

Using collective.flowplayer you have no compatiblity with iPhone/iPad/iWhatever devices as far as they don't support Flash technology.

Using RedTurtle Video and providing:

  • a splash screen image
  • a compatible video format like mp4

...you will be able to use also those kind of devices.

A Video file with iPhone

Remote video

Always wrapping collective.flowplayer features, you can provide a special kind of link that point to a compatible format resource. Again you can play with all additional fields, adjusting video size and metadata.

The link can be to a remote site that host flv of other compatible types, or a link to an "Video file" in the same Plone site.

Remote video providers

One of the most interesting feature is the support to URL to 3rd party remote video services like:

Video link to a YouTube resource

Enhancing this list with additional providers is quite simple (see the documentation given with the product). You are welcome to contribute and release other collective.rtvideo.yourpreferredremoteservice add-on!

Portlet

Also this will give you a new "Video gallery" portlet, similar to the ones you'll get with collective.flowplayer ("Video player").

This portlet will show links to a configurable set of videos, displaying in the portlet the splash image.

You can still use basic "Video player" portlet given by collective.flowplayer.

Default size

Default video size (that you can change from the "Look" fieldset) is 400x300. You can change this default going to ZMI, in portal_properties and change values in redturtle_video_properties.

Requirements

Tested on all Plone versions from 3.3 to 4.3, with many compatible collective.flowplayer versions.

Installation

Using buildout:

[buildout]
...
eggs =
    ...
    redturtle.video

To add also additional video providers support:

[buildout]
...
eggs =
    ...
    collective.rtvideo.youtube
    ...
    mycompany.myservice

Support

If you find bugs or have a good suggestion, open a ticket at https://github.com/RedTurtle/redturtle.video/issues/

Credits

Developed with the support of:

All of them supports the PloneGov initiative.

Authors

This product was developed by RedTurtle Technology team.

RedTurtle Technology Site

Thanks to

  • Giorgio Borelli (gborelli) for adding tests, fixing issues and providing Vimeo support.
  • Christian Ledermann (nan010) for providing Google Video, Metacafe support and, not last, very good documentation.

Other products

Before choosing this product think about what you want to get from "Plone and Video". We strongly suggest you to use redturtle.video only when:

  • The simple use of collective.flowplayer if not enough (you don't like to upload a "File" that magically became a Video? You need remote video support? You need a real new Plone content type to make Collections?)
  • The use of Plumi suite is "too much" (you don't need a full video site, just a simple video support inside your CMS)
  • You need to have Video as real CMS contents, not only use them embedded in document text (a task that you can reach easily using collective.embedly)

You can also be interested looking at the Plone Video Suite discussions.

Another very interesting approach is the one used in collective.mediaelementjs.

About

Basic video contents (site's internal and remote) for Plone; use collective.flowplayer but also pluggable with external services

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.8%
  • Other 1.2%