-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
# media-elements | ||
|
||
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. | | ||
| [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. | |