Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorens committed Dec 7, 2020
1 parent 930d9d3 commit 4c5150f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ This showcases are build around the Bitmovin Adaptive Streaming Player, demonstr
* [preferredStartupQuality](adaptation/preferredStartupQuality.js): Set a minimum startup quality for a specified amount of time before using the built-in adaptation logic again.
* [regionOfInterest](adaptation/regionOfInterest.html): Multiple players with low quality and the active player (where the mouse is over) switches to better quality.
* [rateBasedSwitching](adaptation/rateBasedSwitching.js): Measuring the speed of downloads and select the quality accordingly.
* [**angular**](angular/)
* [buildPlayerWithNpm](angular/src/app/bitmovin-player): Using the Bitmovin NPM package
* [**CAF Receiver**](https://github.com/bitmovin/bitmovin-player-caf-receiver): Example of a Chromecast Application Framework (CAF) receiver app, also known as cast receiver v3 SDK.
* [**castReceiver**](castReceiver/)
* [receiverApp](castReceiver/receiverApp.html): Example of a custom receiver app.
Expand Down Expand Up @@ -38,6 +40,8 @@ This showcases are build around the Bitmovin Adaptive Streaming Player, demonstr
* [customForwardRewindButtons](playerUi/customForwardRewindButtons.html): Custom Forward & Rewind Buttons
* [**react**](react/)
* [reactJs](react/reactjs.html): Using the Bitmovin Player within a react component
* [buildPlayerWithBundledNpm](react/bundled-player/src/bitmovinPlayer.js): Using the Bitmovin Monolithic NPM package
* [buildPlayerWithModularNpm](react/modular-player/src/bitmovinPlayer.js): Using the Bitmovin Modular NPM package
* [**playlist**](playlist/)
* [simplePlaylist](playlist/simplePlaylist.html): Build a playlist with the Bitmovin HTML5 Player API.
* [**requirejs-demo**](requirejs-demo/)
Expand Down

0 comments on commit 4c5150f

Please sign in to comment.