GVPS(Grails Video Pseudo Streamer) Plugin

1 vote
Dependency :
compile ":gvps:0.3"

Documentation Source

Summary

This plugin is written for the Grails web application framework, and intends to make it relatively easy to host videos. The goals of this plugin are as follows:
  • Host, manage and display video assets
  • Provide an easy mechanism to convert standard movie formats Quicktime, MPEG, etc. to the flash movie format FLV
  • Perform movie conversions (i.e. MPEG -> FLV) or (MPEG -> MP4) asynchronously
  • Provide options for JW-FLV or Flowplayer
This plugin uses several utilities to work with video assets. Please see https://github.com/rvanderwerf/grails-video for more information.

Installation

grails install-plugin gvps

Description

This plugin is written for the Grails web application framework, and intends to make it relatively easy to host videos. The goals of this plugin are as follows:
  • Host, manage and display video assets
  • Provide an easy mechanism to convert standard movie formats Quicktime, MPEG, etc. to the flash movie format FLV
  • Perform movie conversions (i.e. MPEG -> FLV) or (MPEG -> MP4) asynchronously
  • Provide options for JW-FLV or Flowplayer (fast forward and rewind capabilities)