Plugin Directory

Changeset 1301410


Ignore:
Timestamp:
12/06/2015 03:26:29 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

    r1301402 r1301410  
    1313== Description ==
    1414
    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).
     15OS-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 themes, but is designed specifically for **OS-media theme**, a Twenty Fourteen Child Theme that is able to properly handle the layout of Custom Post Type (Featured Videos).
    1717
    18 **DEMO ONLINE:** http://openstream.tv/sep/
     18**DEMO ONLINE:** http://openstream.tv/demo/
     19
    1920**OS-media WP theme:** http://www.mariomarino.eu/os-media-wordpress-theme/
    2021
    2122**How insert video:**
    2223
    23 There are two areas where you can insert multimedia content:
    24 
     24There are two areas where you can insert multimedia content:<br>
    2525* in normal post or page with the classic **shortcodes** added to the post textarea.
    2626* 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).
    2727
    28 And there are 5 mode to insert video:
    29 
     28And there are 5 mode to insert video:<br>
    3029* 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**.
    3130* from any file server or WP installation: you must place the URL (http://...) and files list appears in **file selector**.
     
    3534
    3635> <strong>OSmedia Featured video - Custom Post Type:</strong><br>
    37 > For this type of page, the best way to display video is to use a specific template (like **Os-media theme**, specifically designed for this plugin) or you can insert the function **Osmedia_video()** in your theme. This content are also optimized for latest WP theme like Twenty Fifteen or Twenty Fourteen, automatically detected by this plugin, which loads the dedicated layout for CPT content. If your theme is not recognized, is loaded by default the file **layout/osmedia_cpt.php**, that you can edit and customize for display your featured video.
     36> For **OSmedia Featured video (Custom Post Type)**, if you don't use **Os-media theme** you can insert the function **Osmedia_video()** in your theme. This content are also optimized for latest WP theme like Twenty Fifteen or Twenty Fourteen, automatically detected by this plugin, which loads the dedicated layout for CPT content. If your theme is not recognized, is loaded by default the file **layout/osmedia_cpt.php**, that you can edit and customize for display your featured video.
    3837
    39 **Image poster for video:**
    4038
    41 * For normal post&page you can place poster URL in shortcode.
    42 * 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.
     39For normal post&page you can place **Poster Image for video** URL in shortcode (img="").<br>
     40In 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.
    4341
    44 **Option settings:**
     42Some configs parameters in **Option settings** are **general config**, not present in single-post settings, this one are effective for post already created (for example: "local video path", or "player skin"). And some other config parameters for **default setting** that are overwritten by the same settings parameters present in single-post (for example: "width", or "autoplay").
    4543
    46 Some configs parameters are **general config**, not present in single-post settings, this one are effective for post already created (for example: "local video path", or "player skin"). And some other config parameters for **default setting** that are overwritten by the same settings parameters present in single-post (for example: "width", or "autoplay").
    47 
    48 **More Info on my personal blog:**
    49 
    50 http://www.mariomarino.eu/os-media/
     44**List of all parameters of OS-media video:**
     45http://www.mariomarino.eu/wp-content/uploads/2013/10/OSmedia_vars.pdf
    5146
    5247**Shortcode example:**
     
    5449`[video file=”demo” fileurl="https://s3-eu-west-1.amazonaws.com/” img="http://.." youtube="KTRVYDwfDyU" width="640" height="360"]`
    5550
    56 **Video-js Skin:**
    57 You can customize you own player skin simply generating css file through this tool: http://codepen.io/heff/pen/EarCt.
     51You can customize you own **Video-js skin** player simply generating css file through this tool: http://codepen.io/heff/pen/EarCt.
    5852After that upload this file in the plugin folder: player/videojs/skin. The file name should reflect the name of the main class of the css file (not including the extension .css).
    5953
    60 **List of all parameters of OS-media video:**
    61 http://www.mariomarino.eu/wp-content/uploads/2013/10/OSmedia_vars.pdf
     54**More Info on my personal blog:** http://www.mariomarino.eu/en/os-media-wordpress-video-plugin/
    6255
    6356**Credits:**
    64 OS-media video plugin is based on:
     57
    6558* <a href=”http://videojs.com/>Video-js</a> video library version 5.2.1
    6659* The <a href=”https://github.com/iandunn/WordPress-Plugin-Skeleton>skeleton for an object-oriented/MVC WordPress plugin</a> by Ian Dunn.
Note: See TracChangeset for help on using the changeset viewer.