The blinkx Video Player is an HTML5 player with playlist functionality, developed for the open source community.
blinkx wanted to provide open source video player technology that allows the Tizen development community to easily add a fully functional video player to their application. Developers can build either a single-video player or multi-video experience. The open source code allows developers to easily copy and paste our lightweight HTML5 video player into their current or new projects.
v1.0.0
Tizen SDK: 2.0
Publisher: blinkx
Developer: Jasper Valero
- Built-in Player Template
- Playlist - 5 Video Playlist
- All Supported File Formats
- Configurable Settings
- SASS Can be used for the development version stylesheet. Both regular CSS and SASS development versions are provided.
For your convenience we provide both a development and production versions of our code.
#####Development Version
Fully commented and unminified code. Allows you to easily see the innerworkings of the player. You can also add to the existing functionality much easier with this version as well. The development version of the code can be found in the development/ directory.
#####Production Version
Optimized for file size and performance and is ready for use in live applications. The production version of the code can be found in the main css/ and js/ directories of the project.
Please use the GitHub issue tracker to submit any bugs or issues you may come across while using this player.
You may also submit feature requests this same way, however, there is no guarantee the feature request will be fulfilled.
We invite anyone and everyone from the community to submit pull requests if they'd like to contribute to the project. All submissions should use the same code format and be well commented.
We do reserve the final decision on what gets added to the project.
IMPORTANT :: This project uses uses "Semantic Versioning". Please adhere to this system while working on this project.
#####1.0.0
- Initial release version
Copyright 2013 blinkx, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.