@brightcove/flashls
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "@brightcove/flashls", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "An Open-source HLS Flash plugin that allows you to play HLS streams.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -10,3 +10,3 @@ # flashls | ||
- [Flowplayer 6.x](https://flowplayer.org/news/) | ||
- [MediaElement.js][3] (integrated in MediaElement.js since 2.15.0) | ||
- [MediaElement.js][3] (integrated in MediaElement.js since 2.15.0) | ||
- [OSMF 2.0](#strobe-media-playback-smp-and-other-osmf-based-players) based players (such as SMP and GrindPlayer) | ||
@@ -107,3 +107,3 @@ - [Video.js][1] 4.6, 4.7, 4.8 (adaptation done here [https://github.com/mangui/video-js-swf][2]) | ||
- -1 means infinite retry | ||
- `hls_fragmentloadmaxretry` (default 4s): max number of Fragment load retries after I/O Error. | ||
- `hls_fragmentloadmaxretry` (default 4s): max number of Fragment load retries after I/O Error. | ||
- Any I/O error will trigger retries every 1s,2s,4s,8s (exponential, capped to 64s). Please note specific handling for these 2 values: | ||
@@ -238,2 +238,12 @@ - 0, means no retry, error message will be triggered automatically | ||
You may require a specific version of Java (it needs to be 32-bit), or the Flex SDK. | ||
[Java used to build this project](https://support.apple.com/kb/DL1572?viewlocale=en_US&locale=en_US) | ||
[Flex SDK](https://github.com/JamesMGreene/node-flex-sdk) | ||
In which case you should be able to run something like: | ||
``` | ||
JAVA_HOME=/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home | ||
FLEXPATH=~/path/to/node-flex-sdk/lib/flex_sdk/ sh ./build.sh | ||
``` | ||
## License | ||
@@ -240,0 +250,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
266913
392
277
2