Skip to content

Commit

Permalink
Merge branch 'main' of github.com:matvp91/mixwave
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Oct 8, 2024
2 parents 13d5066 + 3882183 commit 71cf568
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,17 @@ There's more info in the [Getting Started](https://matvp91.github.io/mixwave/get

## Player

We built a `facade` that simplifies working with [HLS.js](https://github.com/video-dev/hls.js) and React player components.
We built a `facade` that simplifies working with [HLS.js](https://github.com/video-dev/hls.js) and React player components.

* **Demo**: We created a sample on [StackBlitz - Mixwave Player Demo](https://stackblitz.com/edit/mixwave-player-demo) if you're interested in the implementation details.
* **Documentation**: There's a separate [README](https://github.com/matvp91/mixwave/tree/main/packages/player) dedicated to the player module.

```sh
# make sure hls.js is atleast v1.6.0, with interstitials support.
npm i hls.js
npm i @mixwave/player
```

For implementation details and API docs, check [packages/player](https://github.com/matvp91/mixwave/tree/main/packages/player).

https://github.com/user-attachments/assets/b839a0dd-4c5f-443a-b53e-f21742be0875

## Demos
Expand Down

0 comments on commit 71cf568

Please sign in to comment.