Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@brightcove/flashls

Package Overview
Dependencies
Maintainers
57
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brightcove/flashls - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc