Changeset 1022349
- Timestamp:
- 11/09/2014 07:22:24 AM (11 years ago)
- Location:
- netcam-live-stream/trunk
- Files:
-
- 2 edited
-
netcam-live-stream.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
netcam-live-stream/trunk/netcam-live-stream.php
r1022347 r1022349 1 1 <?php 2 2 /** 3 * Plugin Name: Netcam Live Stream3 * Plugin Name: Netcam / Webcam Live Stream 4 4 * Plugin URI: http://blocknot.es/ 5 5 * Description: Add a live video stream from a netcam / webcam in posts or pages 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: Mattia Roccoberton 8 8 * Author URI: http://blocknot.es -
netcam-live-stream/trunk/readme.txt
r1022347 r1022349 1 === Netcam Live Stream ===1 === Netcam / Webcam Live Stream === 2 2 Contributors: blocknot.es 3 3 Tags: images,video … … 5 5 Requires at least: 3.5.0 6 6 Tested up to: 4.0 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPL3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.txt … … 18 18 19 19 * url (required): webcam URL to a single image of the live stream 20 * refresh: image reload time in milliseconds 20 * refresh: image reload time in milliseconds (default: 1000) 21 21 * width: image width (ex. 100%, 640) 22 22 * height: image height (ex. 50%, 480) 23 * click: enable/disable click event to freeze the current image 23 24 24 25 Example:
Note: See TracChangeset
for help on using the changeset viewer.