Skip to content

Commit

Permalink
docs(readme): add mux-player and mux-video
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed May 22, 2024
1 parent 812c33a commit dada41b
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,20 @@

A collection of HTMLMediaElement compatible elements and add-ons.

| Name | Description |
| ----------------------------------------------------- | -------------------------------------------------------------------------- |
| [custom-media-element](packages/custom-media-element) | A custom element for extending the native elements `<audio>` or `<video>`. |
| [media-tracks](packages/media-tracks) | Polyfill audio and video tracks with renditions. |
| [castable-video](packages/castable-video) | Cast your video element to the big screen with ease! |
| [hls-video](packages/hls-video-element) | A custom video element for HLS.js. |
| [dash-video](packages/dash-video-element) | A custom video element for Dash.js. |
| [shaka-video](packages/shaka-video-element) | A custom video element for Shaka Player. |
| [youtube-video](packages/youtube-video-element) | A custom video element for YouTube Player. |
| [vimeo-video](packages/vimeo-video-element) | A custom video element for Vimeo Player. |
| [videojs-video](packages/videojs-video-element) | A custom video element for Video.js. |
| [spotify-audio](packages/spotify-audio-element) | A custom audio element for Spotify Player. |
| [wistia-video](packages/wistia-video-element) | A custom video element for Wistia Player. |
| [jwplayer-video](packages/jwplayer-video-element) | A custom video element for JW Player. |
| [cloudflare-video](packages/cloudflare-video-element) | A custom video element for Cloudflare Stream. |
| Name | Description |
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
| [custom-media-element](packages/custom-media-element) | A custom element for extending the native elements `<audio>` or `<video>`. |
| [media-tracks](packages/media-tracks) | Polyfill audio and video tracks with renditions. |
| [castable-video](packages/castable-video) | Cast your video element to the big screen with ease! |
| [`<mux-player>`](https://github.com/muxinc/elements/tree/main/packages/mux-player) | The [Mux](https://www.mux.com/) video player custom element. |
| [`<mux-video>`](https://github.com/muxinc/elements/tree/main/packages/mux-video) | The [Mux](https://www.mux.com/) video element w/ hls.js and Mux data built-in. |
| [`<hls-video>`](packages/hls-video-element) | A custom video element for hls.js. |
| [`<dash-video>`](packages/dash-video-element) | A custom video element for dash.js. |
| [`<shaka-video>`](packages/shaka-video-element) | A custom video element for Shaka Player. |
| [`<youtube-video>`](packages/youtube-video-element) | A custom video element for YouTube player. |
| [`<vimeo-video>`](packages/vimeo-video-element) | A custom video element for Vimeo player. |
| [`<videojs-video>`](packages/videojs-video-element) | A custom video element for Video.js. |
| [`<spotify-audio>`](packages/spotify-audio-element) | A custom audio element for Spotify player. |
| [`<wistia-video>`](packages/wistia-video-element) | A custom video element for Wistia player. |
| [`<jwplayer-video>`](packages/jwplayer-video-element) | A custom video element for JW Player. |
| [`<cloudflare-video>`](packages/cloudflare-video-element) | A custom video element for Cloudflare Stream. |

0 comments on commit dada41b

Please sign in to comment.