Plugin Directory

Changeset 1301400


Ignore:
Timestamp:
12/06/2015 03:04:04 PM (10 years ago)
Author:
molven
Message:

upgrade at version 2.1 - change readme file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • os-media/trunk/readme.txt

    r1299662 r1301400  
    22Contributors: mario marino
    33Plugin Name: OS media - HTML5 Featured Video plugin
    4 Plugin URI: http://www.mariomarino.eu/os-media/
     4Plugin URI: http://www.mariomarino.eu/en/os-media-wordpress-video-plugin/
    55Tested up to: 4.3
    66Stable tag: 2.1
     
    1313== Description ==
    1414
    15 OS-media video plugin is based on:
     15Wordpress 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/
    1619
    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**
    2121There are two areas where you can insert multimedia content:
    2222
     
    2424* 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).
    2525
    26 And there are 5 possibility to insert video:
     26And there are 5 mode to insert video:
    2727
    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 Wordpress 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]
    3333
    3434> <strong>OSmedia Featured video - Custom Post Type:</strong><br>
     
    3939* For normal post&page you can place poster URL in shortcode.
    4040* 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  
    4241
    4342**Option settings:**
     
    5958**List of all parameters of OS-media video:**
    6059http://www.mariomarino.eu/wp-content/uploads/2013/10/OSmedia_vars.pdf
     60
     61**Credits:**
     62OS-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.
    6166
    6267**IMPORTANT NOTE about old version (1.0):**
Note: See TracChangeset for help on using the changeset viewer.