Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sourcesense/hippo-media-plugin
Provides an easy way to embed media assets within Hippo CMS rich text editor
https://github.com/sourcesense/hippo-media-plugin
Last synced: 15 days ago
JSON representation
Provides an easy way to embed media assets within Hippo CMS rich text editor
- Host: GitHub
- URL: https://github.com/sourcesense/hippo-media-plugin
- Owner: sourcesense
- Created: 2010-07-09T09:23:49.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-08-22T08:52:56.000Z (over 14 years ago)
- Last Synced: 2024-03-25T23:27:21.715Z (9 months ago)
- Language: JavaScript
- Homepage: http://www.sourcesense.com
- Size: 328 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
::Goals::
Support for media assets to the Hippo WYSIWYG Editor (Xinha)
Support for most common proprietary multimedia format(i.e. wma, quicktime, realAudio)
Capability to identify and handle the insertion of the media type in the appropriate way, depending on the resource type.
Support for mainstream Internet video services: youtube.com, vimeo.com etc.::Requirements:
Provide a transparent way to switch to Flash-based player in order to serve FLV, H.264, MP4, MP3, AAC, JPG, PNG and GIF resources.
*Use of an OpenSource player
*Customization (skinning, logo, playback controls)
*Playlist feature
Example(not using JWplayer):
Using a Quicktime movie as a source, the plugin should render the following XHTML code:Full text of Martin Luther King's "I Have a Dream" speech
::Implementation::
The Hippo Media Plugin consists of;
*a Xinha toolbar button that will allow editors to inject media assets into a rich text editor
*Hippo HTML Cleaner configuration which allows items to be rendered on the frontend side; read more on how to configure the Rich-text fields
*JW Player - the de facto standard Open Source Media PlayerFrom the root folder:
> mvn clean install
> cd hippo-media-plugin-cms
> mvn jetty:run-warApache Maven 2.x is required (version 2.2.1 is advised)