Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flowplayer/flowplayer
The HTML5 video player for the web
https://github.com/flowplayer/flowplayer
Last synced: about 1 month ago
JSON representation
The HTML5 video player for the web
- Host: GitHub
- URL: https://github.com/flowplayer/flowplayer
- Owner: flowplayer
- License: other
- Archived: true
- Created: 2012-09-27T08:40:27.000Z (about 12 years ago)
- Default Branch: dev
- Last Pushed: 2021-09-30T13:27:34.000Z (about 3 years ago)
- Last Synced: 2024-04-27T17:23:29.144Z (8 months ago)
- Language: JavaScript
- Size: 3.04 MB
- Stars: 1,922
- Watchers: 182
- Forks: 472
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.js
Awesome Lists containing this project
- awesome-javascript - flowplayer - The HTML5 video player for the web - ★ 1690 (Video/Audio)
- awesome-frontend-libraries - flowplayer
README
# Flowplayer
Note! This archived repository contains the old open-source player called Flowplayer 7. Merely for history purposes.
For more recent offerings consider visiting our website.
[website](https://flowplayer.com) | [demos](https://flowplayer.com/demos/) | [docs](https://flowplayer.com/docs/)
## For the impatient
1. [Download Flowplayer](https://flowplayer.com/download/)
2. Unzip
3. Drop the folder under your server## Minimal setup
```html
```
## API Samples
```js
// listen to events on second player
flowplayer(1).bind("load", function (e, api, video) {}).bind("pause", function (e, api) {
});
// work with jQuery
$(".flowplayer").bind("unload", function (e, api) {});
```## Compiling Flash
- Download [Open Source Flex SDK, v4.5.1](http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4.5)
```
export mxmlc=/flex_sdk_4.5.1.21328_mpl/bin/mxmlc
cd ./flowplayer # this repository
make flash
```## Reporting bugs
Please read the [contributing guidelines](CONTRIBUTING.md) before reporting issues or submitting patches.
## Running tests
Our automated test suite is sponsored by [BrowserStack](http://browserstack.com). Thanks you!
### Running locally
Tests are run on [BrowserStack](http://browserstack.com)
* Install dependencies: `bundle install`
* Setup broserstack tunnel: `java -jar features/support/BrowserStackTunnel.jar -f /path/to/flowplayer/repo`
* Run cucumber features: `rake username= key= base_url=http://.browserstack.com`## License
[GPL v3 with an ADDITIONAL TERM per GPL Section 7](LICENSE.md)
Copyright (c) 2012 Flowplayer Ltd