Changeset 3121654
- Timestamp:
- 07/18/2024 05:33:18 PM (21 months ago)
- Location:
- hls-player
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.9 (copied) (copied from hls-player/trunk)
-
tags/1.0.9/Readme.txt (modified) (4 diffs)
-
tags/1.0.9/hls-player.php (modified) (2 diffs)
-
trunk/Readme.txt (modified) (4 diffs)
-
trunk/hls-player.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hls-player/tags/1.0.9/Readme.txt
r3109826 r3121654 4 4 Donate link: https://donate.stripe.com/5kA7w2bRl3KN7qU3cd 5 5 Requires at least: 6.4 6 Tested up to: 6. 5.56 Tested up to: 6.6 7 7 Requires PHP: 8.1 8 Stable tag: 1.0. 88 Stable tag: 1.0.9 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0 … … 98 98 == Get more advanced features with HLS Player PRO == 99 99 100 === **AWS CloudFront Integration**===100 === AWS CloudFront Integration === 101 101 **=> Global Reach**: Utilize the expansive AWS CloudFront network for low-latency streaming across the globe. 102 102 **=> Enhanced Security**: Protect your content with CloudFront Signed Cookies, ensuring that only authorized viewers can access your videos. This feature is particularly useful for preventing unauthorized sharing and downloads, as it ties the video access to specific, signed cookies that are difficult to replicate or redistribute. 103 103 **=> Simplified Configuration**: Follow our easy-to-understand instructions to set up CloudFront and implement signed cookies, making your videos secure and your setup hassle-free. 104 104 105 === **AWS Kinesis Video Streams Integration**===105 === AWS Kinesis Video Streams Integration === 106 106 **=> Flexible Streaming**: Leverage AWS Kinesis Video Streams for both live and on-demand video streaming. 107 107 **=> Direct Downloads**: Enable users to download clips directly from the player, enhancing the viewer experience. 108 108 109 === **Subscription Management**===109 === Subscription Management === 110 110 **=> Integrated Solution**: Combine aMember and WordPress roles for efficient subscription management. 111 111 **=> Exclusive Content**: Offer videos exclusively to active subscribers, adding value to your membership packages. 112 112 113 === **Analytics Integration**===113 === Analytics Integration === 114 114 **=> In-depth Tracking**: Support for Google Tag Manager and Google Analytics allows you to monitor detailed video statistics. 115 115 **=> Viewer Insights**: Gain insights into playback duration and user engagement, helping you to optimize your content strategy. 116 116 117 === **Streaming Optimization**===117 === Streaming Optimization === 118 118 **=> Effortless Conversion**: Transform .mp4 files into the .m3u8 format with ease, using our tools for Windows or macOS. 119 119 **=> Comprehensive Guides**: Benefit from our in-depth guides for video file conversion, AWS S3 and CloudFront configuration and AWS Kinesis Video Stream integration, ensuring a smooth setup process. … … 129 129 130 130 == Changelog == 131 = 1.0.9 = 132 * Added: Wordpress v6.6 compatibility 133 131 134 = 1.0.8 = 132 135 * Added: videojs_custom_options_json shortcode … … 137 140 138 141 = 1.0.6 = 139 * Improved: Compatibility for multiple themes and plugins .142 * Improved: Compatibility for multiple themes and plugins 140 143 141 144 = 1.0.5 = 142 * Added: Support for multiple video players on one post/page .145 * Added: Support for multiple video players on one post/page 143 146 144 147 = 1.0.4 = 145 * Added: Wordpress v6.5.4 compatibility .148 * Added: Wordpress v6.5.4 compatibility 146 149 147 150 = 1.0.3 = 148 * Improved: Minor changes .151 * Improved: Minor changes 149 152 150 153 = 1.0.2 = 151 * Improved: Minor changes .154 * Improved: Minor changes 152 155 153 156 = 1.0.2 = 154 * Changed: Updated dependencies to newer versions for improved performance and security .155 * Changed: Refactoring the hls_player_shortcode function to pass data to the JavaScript code .156 * Changed: Moving the JavaScript code to a separate file for better organization .157 * Changed: Updated dependencies to newer versions for improved performance and security 158 * Changed: Refactoring the hls_player_shortcode function to pass data to the JavaScript code 159 * Changed: Moving the JavaScript code to a separate file for better organization 157 160 158 161 = 1.0.1 = 159 * Added: vjs-fluid class as default to adjust player size automatically .162 * Added: vjs-fluid class as default to adjust player size automatically 160 163 * Improved: Removed CDN for video.js css and js file 161 * Improved: Prevent direct module access .164 * Improved: Prevent direct module access 162 165 163 166 = 1.0.0 = 164 * Released: Initial version of the software .167 * Released: Initial version of the software -
hls-player/tags/1.0.9/hls-player.php
r3109826 r3121654 4 4 * Plugin URI: https://github.com/root-sector/wordpress-plugin-hls-player-free 5 5 * Description: HLS Player is a simple, lightweight HTTP Live Streaming player for WordPress. Leveraging video.js, the leading open-source HTML5 player, it enables effortless embedding of both responsive and fixed-width .m3u8 or .mpd HLS videos into posts and pages. 6 * Version: 1.0. 86 * Version: 1.0.9 7 7 * Requires at least: 6.4 8 8 * Requires PHP: 8.1 … … 17 17 } 18 18 19 define('HLS_PLAYER_VERSION', '1.0. 8');19 define('HLS_PLAYER_VERSION', '1.0.9'); 20 20 21 21 class HLSPlayer -
hls-player/trunk/Readme.txt
r3109826 r3121654 4 4 Donate link: https://donate.stripe.com/5kA7w2bRl3KN7qU3cd 5 5 Requires at least: 6.4 6 Tested up to: 6. 5.56 Tested up to: 6.6 7 7 Requires PHP: 8.1 8 Stable tag: 1.0. 88 Stable tag: 1.0.9 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0 … … 98 98 == Get more advanced features with HLS Player PRO == 99 99 100 === **AWS CloudFront Integration**===100 === AWS CloudFront Integration === 101 101 **=> Global Reach**: Utilize the expansive AWS CloudFront network for low-latency streaming across the globe. 102 102 **=> Enhanced Security**: Protect your content with CloudFront Signed Cookies, ensuring that only authorized viewers can access your videos. This feature is particularly useful for preventing unauthorized sharing and downloads, as it ties the video access to specific, signed cookies that are difficult to replicate or redistribute. 103 103 **=> Simplified Configuration**: Follow our easy-to-understand instructions to set up CloudFront and implement signed cookies, making your videos secure and your setup hassle-free. 104 104 105 === **AWS Kinesis Video Streams Integration**===105 === AWS Kinesis Video Streams Integration === 106 106 **=> Flexible Streaming**: Leverage AWS Kinesis Video Streams for both live and on-demand video streaming. 107 107 **=> Direct Downloads**: Enable users to download clips directly from the player, enhancing the viewer experience. 108 108 109 === **Subscription Management**===109 === Subscription Management === 110 110 **=> Integrated Solution**: Combine aMember and WordPress roles for efficient subscription management. 111 111 **=> Exclusive Content**: Offer videos exclusively to active subscribers, adding value to your membership packages. 112 112 113 === **Analytics Integration**===113 === Analytics Integration === 114 114 **=> In-depth Tracking**: Support for Google Tag Manager and Google Analytics allows you to monitor detailed video statistics. 115 115 **=> Viewer Insights**: Gain insights into playback duration and user engagement, helping you to optimize your content strategy. 116 116 117 === **Streaming Optimization**===117 === Streaming Optimization === 118 118 **=> Effortless Conversion**: Transform .mp4 files into the .m3u8 format with ease, using our tools for Windows or macOS. 119 119 **=> Comprehensive Guides**: Benefit from our in-depth guides for video file conversion, AWS S3 and CloudFront configuration and AWS Kinesis Video Stream integration, ensuring a smooth setup process. … … 129 129 130 130 == Changelog == 131 = 1.0.9 = 132 * Added: Wordpress v6.6 compatibility 133 131 134 = 1.0.8 = 132 135 * Added: videojs_custom_options_json shortcode … … 137 140 138 141 = 1.0.6 = 139 * Improved: Compatibility for multiple themes and plugins .142 * Improved: Compatibility for multiple themes and plugins 140 143 141 144 = 1.0.5 = 142 * Added: Support for multiple video players on one post/page .145 * Added: Support for multiple video players on one post/page 143 146 144 147 = 1.0.4 = 145 * Added: Wordpress v6.5.4 compatibility .148 * Added: Wordpress v6.5.4 compatibility 146 149 147 150 = 1.0.3 = 148 * Improved: Minor changes .151 * Improved: Minor changes 149 152 150 153 = 1.0.2 = 151 * Improved: Minor changes .154 * Improved: Minor changes 152 155 153 156 = 1.0.2 = 154 * Changed: Updated dependencies to newer versions for improved performance and security .155 * Changed: Refactoring the hls_player_shortcode function to pass data to the JavaScript code .156 * Changed: Moving the JavaScript code to a separate file for better organization .157 * Changed: Updated dependencies to newer versions for improved performance and security 158 * Changed: Refactoring the hls_player_shortcode function to pass data to the JavaScript code 159 * Changed: Moving the JavaScript code to a separate file for better organization 157 160 158 161 = 1.0.1 = 159 * Added: vjs-fluid class as default to adjust player size automatically .162 * Added: vjs-fluid class as default to adjust player size automatically 160 163 * Improved: Removed CDN for video.js css and js file 161 * Improved: Prevent direct module access .164 * Improved: Prevent direct module access 162 165 163 166 = 1.0.0 = 164 * Released: Initial version of the software .167 * Released: Initial version of the software -
hls-player/trunk/hls-player.php
r3109826 r3121654 4 4 * Plugin URI: https://github.com/root-sector/wordpress-plugin-hls-player-free 5 5 * Description: HLS Player is a simple, lightweight HTTP Live Streaming player for WordPress. Leveraging video.js, the leading open-source HTML5 player, it enables effortless embedding of both responsive and fixed-width .m3u8 or .mpd HLS videos into posts and pages. 6 * Version: 1.0. 86 * Version: 1.0.9 7 7 * Requires at least: 6.4 8 8 * Requires PHP: 8.1 … … 17 17 } 18 18 19 define('HLS_PLAYER_VERSION', '1.0. 8');19 define('HLS_PLAYER_VERSION', '1.0.9'); 20 20 21 21 class HLSPlayer
Note: See TracChangeset
for help on using the changeset viewer.