Skip to main content

Manage, protect and present your video/audio content (FLV, MP3, etc.) with Plone but delegate the flash streaming to Red5

Project description

Introduction

unimr.red5.protectedvod implements a video-on-demand (vod) or audio-on-demand solution for secure flash streaming with Red5 server. It provides a way to protect your media files from being directly downloaded from Plone or from being “leeched” by other sites. For this purpose the streaming URL is secured by altering the requested URL with a signature. When the video/audio file is requested, the path of the file is individually signed by Plone for each request and the streaming is delegated to Red5. Red5 checks afterwards the signature of the incoming request for validity by a shared secret (only known by Plone and Red5!). If the signature is valid Red5 delivers the stream. The signature is unique, context specific and its duration of validity is limited. Plone’s security context is therefore completely preserved in Red5. Nobody can copy-and-paste that URL anywhere he want and load the video.

Installation

Product

Add unimr.red5.protectedvod to your buildout as normal. See http://plone.org/documentation/tutorial/buildout. Don’t forget to load the configure.zcml file!

Then install the product via Plone’s Add-on products control panel.

FileSystemStorage

Both Plone and Red5 require a shared file system with read/write access. Follow the installation instructions of iw.fss and remember that only site storage strategies site1 and site2 are supported by unimr.red5.protectedVOD. Red5 needs the file extension of the media content to work.

Configuration

In portal_properties/red5_protectedvod_properties you have to configure the Red5 server URL, TTL (time to live) in sec of your signature and the shared secret for generating the signature.

red5_server_url:

rtmp://<red5_hostname>/protectedVOD

ttl:

60

secret:

<top_secret>

Example Archetype

The included Archetype Red5Stream integrates the GPL version of flowplayer with Plone 3.x. It can play video files (FLV, H.246, MP4) as well as audio files (MP3). Clients with “view” permission can only view the content by the streaming technique of Red5 but cannot directly download the content. Per default only clients with owner or manager role have the “Download Red5Stream” permission to download the content from Plone.

Kupu integration

To make it easier to present Red5Streams within a content item of Plone, this product installs a new Kupu paragraph style. You can use them like this:

  1. Insert the image you want to use as a splash image. You should insert this “inline” (rather than left/right floating), preferably in its own paragraph. Alternatively, you can also enter a text as placeholder.

  2. Select on the image (or placeholder text), and make it link to the .flv or .mp3 file you want to play.

  3. Select the red5-stream style from the styles drop-down.

Signature & streaming URL

The dynamically signed streaming URL takes the following format:

rtmp://<red5_hostname>/protectedVOD/<baseUrl>/<signature>/<expires>/<streamName>

The parts of this URL are as follows:

  • baseURL is determined based on the relative path of the video/audio content in the FileSystemStorage.

  • signature is calculated as follows: hmac.new(shared_secret + baseUrl + streamName + client ip + expires).hexdigest() where shared_secret is specified in Plone’s configuration and should match the value on the red5 server.

  • expires is a timestamp given as a hex string. This is the number of seconds since January 1, 1970, 00:00:00 in hexadecimal notation plus the the ttl configured in Plone portal_properties.

  • streamName is the name of the video file, for example, Extremists.flv, flowplayer.flv, or rocknroll.mp4.

Red5 application

This package includes the corresponding Red5 application protectedVOD as WAR-archive (also a tgz-Archive of the java sources; s. README.txt in red5-wabapp directory of this product for further information). Don’t forget to change/synchronize the shared secret in both Plone’s and Red5’s configuration!

Requisites

  • Support for symbolic links for the used file system

  • FileSystemStorage (iw.fss)

  • Red5 server (v0.8.x)

Credits

  • Andreas Gabriel <gabriel _at_ hrz.uni-marburg.de>

  • David Nax <naxd _at_ hrz.uni-marburg.de>

TODO

  • clustering implementation

  • collective.flowplayer integration

Changelog

0.1 (xxxx-xx-xx)

  • Initial release

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

unimr.red5.protectedvod-0.1rc1-r96721.tar.gz (236.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file unimr.red5.protectedvod-0.1rc1-r96721.tar.gz.

File metadata

File hashes

Hashes for unimr.red5.protectedvod-0.1rc1-r96721.tar.gz
Algorithm Hash digest
SHA256 367de3a1317635ee060ceac921433b33ece7e8fef83a169bf7c0bd08b497fb89
MD5 b17f132599560c3c004bb17e8ed54a8a
BLAKE2b-256 180f688891a24207fa136b3d75c81e5cfc2f2b7d759105a46f004e3507c86966

See more details on using hashes here.

File details

Details for the file unimr.red5.protectedvod-0.1rc1_r96721-py2.4.egg.

File metadata

File hashes

Hashes for unimr.red5.protectedvod-0.1rc1_r96721-py2.4.egg
Algorithm Hash digest
SHA256 28799e5ac31b48fbf110e173ff59787e71816a4f788a52c8024e62fc4437ccd2
MD5 59f761113665cacbd0ad3b6108336ebc
BLAKE2b-256 12a3a84a3034c700d437eab0591f92690e615d69b206275394ff82801500921c

See more details on using hashes here.

Supported by

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