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

bitmovin-player

Package Overview
Dependencies
Maintainers
1
Versions
1031
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitmovin-player - npm Package Compare versions

Comparing version 5.2.0-b8 to 5.2.0-rc

2

package.json
{
"name": "bitmovin-player",
"description": "The Bitmovin HTML5 Adaptive Streaming Player for MPEG-DASH and HLS",
"version": "5.2.0-b8",
"version": "5.2.0-rc",
"homepage": "https://bitmovin.com",

@@ -6,0 +6,0 @@ "keywords": [

@@ -1,23 +0,18 @@

# bitdash
# [![bitmovin](https://cloudfront-prod.bitmovin.com/wp-content/themes/Bitmovin-V-0.1/images/logo3.png)](https://bitmovin.com)
Dev Branch Status: [ ![Codeship Status for bitmovin/bitdash](https://codeship.com/projects/546ba470-eab4-0133-aa83-7a726143f84a/status?branch=development)](https://codeship.com/projects/147950)
## Get Started
Ready to get started with our HTML5 adaptive streaming player? We have the perfect tutorial for you to provide you all the basic information about our player and a step by step guide to get some videos playing quickly.
Master Branch Status: [ ![Codeship Status for bitmovin/bitdash](https://codeship.com/projects/546ba470-eab4-0133-aa83-7a726143f84a/status?branch=master)](https://codeship.com/projects/147950)
Just follow our general [getting started guide](https://bitmovin.com/tutorials/get-started-bitmovin-html5-adaptive-player/)!
## Get Started
## Documentation
Player documentation: https://bitmovin.com/player-documentation/
1. Clone the repository
2. Install node.js and npm if you haven't already
3. Enter the repo and use "npm install"
Configuration documentation: https://bitmovin.com/player-documentation/player-configuration/
## Usefull tips, tricks, and links:
### Disable CORS in Chrome
There is the ```--disable-web-security``` command line switch which disables CORS in Chrome. Useful for testing content but should not be used for normal browsing! It's also possible to run one window of Chrome with and one without CORS at the same time using the ```--user-data-dir="C:/Chrome dev session"``` command switch in addition for the no-CORS chrome command.
More details: http://stackoverflow.com/questions/3102819/disable-same-origin-policy-in-chrome
JavaScript API reference: https://bitmovin.com/player-documentation/player-api/
### Check which codec strings are supported on a browser
The site http://cconcolato.github.io/media-mime-support/ has lots of common codecs already in their list and you can also test your own. They test both, the HTMLMediaElement (e.g. audio and video tag) and the Media Source. Code is available on GitHub: https://github.com/cconcolato/media-mime-support
## Questions and Troubleshooting
FAQ: https://bitmovin.com/faq/player-faq/
### HLS Analyzer
A good debugging tool for HLS streams in addition toApple's ```mediastreamvalidator```: https://github.com/epiclabs-io/hls-analyzer
Python command line tool.
Contact the support team: https://bitmovin.com/contact-support/

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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