Changeset 1301400
- Timestamp:
- 12/06/2015 03:04:04 PM (10 years ago)
- File:
-
- 1 edited
-
os-media/trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
os-media/trunk/readme.txt
r1299662 r1301400 2 2 Contributors: mario marino 3 3 Plugin Name: OS media - HTML5 Featured Video plugin 4 Plugin URI: http://www.mariomarino.eu/ os-media/4 Plugin URI: http://www.mariomarino.eu/en/os-media-wordpress-video-plugin/ 5 5 Tested up to: 4.3 6 6 Stable tag: 2.1 … … 13 13 == Description == 14 14 15 OS-media video plugin is based on: 15 Wordpress video plugin OS-media generate an HTML5 video player (Video-js) and allow streaming of mp4/webm/ogv video progressively through PHP (HTTP pseudo-streaming). 16 > It works with all WP theme, but is designed specifically for **OS-media theme**, that is able to properly handle the layout of Custom Post Type (Featured Videos). 17 > DEMO ONLINE: http://openstream.tv/sep/ 18 > OS-media WP theme: http://www.mariomarino.eu/os-media-wordpress-theme/ 16 19 17 * <a href=”http://videojs.com/>Video-js</a> video library version 5.2.1 18 * The <a href=”https://github.com/iandunn/WordPress-Plugin-Skeleton>skeleton for an object-oriented/MVC WordPress plugin</a> by Ian Dunn. 19 * The <a href=”http://codesamplez.com/programming/php-html5-video-streaming-tutorial>VideoStream</a> class by Md Ali Ahsan Rana. 20 20 **how insert video** 21 21 There are two areas where you can insert multimedia content: 22 22 … … 24 24 * in specific **Custom Post Type for "Featured Video"**, a dedicated area to make video platforms where we have a single "Featured video" for each page (like WP Featured Images). 25 25 26 And there are 5 possibilityto insert video:26 And there are 5 mode to insert video: 27 27 28 * from **self-hosted local** WP installation: you must place the PATH of this local video resource (/opt/lampp/htdocs/wp/wp-content/uploads/video) **[main file selector]**29 * from any **file server** or WP installation: you must place the URL (http://...) **[main file selector]**30 * from **Amazon S3** (Simple Storage Server) **[main file selector]**31 * directly uploading (or selecting) files through Word press media uploader (very limited size: depends on the configuration of php and WP) **[dedicated input for each format: mp4, webm, ogg]**32 * from the platform **Youtube & Vimeo**. **[dedicated input]**28 * from local WP installation (after upload video files through FTP): you must place the **PATH** of this local video resource (for example: /opt/lampp/htdocs/wp/wp-content/uploads/video) and files list appears in **file selector**. 29 * from any file server or WP installation: you must place the URL (http://...) and files list appears in **file selector**. 30 * from **Amazon S3** (Simple Storage Server) [files list appears in **file selector**], 31 * directly uploading (or selecting) files through WordPress **media uploader** (limited size: depends on the configuration of php and WP) [dedicated input for each format: mp4, webm, ogg] 32 * from the platform **Youtube & Vimeo**. [dedicated input] 33 33 34 34 > <strong>OSmedia Featured video - Custom Post Type:</strong><br> … … 39 39 * For normal post&page you can place poster URL in shortcode. 40 40 * In custom Post Field you can use the WP Featured Image, otherwise the plugin try to load image file from the same directory with the same name and .jpg extension. 41 42 41 43 42 **Option settings:** … … 59 58 **List of all parameters of OS-media video:** 60 59 http://www.mariomarino.eu/wp-content/uploads/2013/10/OSmedia_vars.pdf 60 61 **Credits:** 62 OS-media video plugin is based on: 63 * <a href=”http://videojs.com/>Video-js</a> video library version 5.2.1 64 * The <a href=”https://github.com/iandunn/WordPress-Plugin-Skeleton>skeleton for an object-oriented/MVC WordPress plugin</a> by Ian Dunn. 65 * The <a href=”http://codesamplez.com/programming/php-html5-video-streaming-tutorial>VideoStream</a> class by Md Ali Ahsan Rana. 61 66 62 67 **IMPORTANT NOTE about old version (1.0):**
Note: See TracChangeset
for help on using the changeset viewer.