You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ImageKit's video player is an advanced video player built on top of [Video.js 8.20.0](https://videojs.org/guides) delivering enhanced features for a seamless, interactive video experience. It's fully integrated with ImageKit's video delivery and transformation solution.
11
+
12
+
## Key features
13
+
14
+
-**Video transformations**: Apply ImageKit video transformations at the player level or per-video level.
15
+
-**Adaptive bitrate streaming**: Full support for HLS and MPEG-DASH with automatic generation of streaming representations.
16
+
-**Subtitles and chapters**: Easy addition of subtitles, captions, and chapter markers for better video navigation.
17
+
-**Player enhancements**: Floating player when scrolled out of view, and seek thumbnails on the progress bar.
18
+
-**Custom branding**: Add a clickable logo to brand your video player.
19
+
-**Playlists and recommendations**: Create playlists with scrollable widgets or show recommended videos when playback ends.
20
+
-**Shoppable Video**: Make videos shoppable by displaying product images alongside videos.
21
+
22
+
## Installation
23
+
24
+
You can install the SDK in your project using npm or yarn.
25
+
26
+
```bash
27
+
npm install @imagekit/video-player
5
28
```
6
-
nvm use
7
-
corepack enable
8
-
yarn set version berry
9
-
yarn install
10
-
```
29
+
30
+
## TypeScript support
31
+
32
+
The SDK is written in TypeScript, offering first-class TypeScript support. Enjoy excellent type safety and IntelliSense in your IDE. You can use it in your TypeScript projects without any additional configuration.
33
+
34
+
## Documentation
35
+
36
+
Refer to the [ImageKit official documentation](https://docs.imagekit.io/video-player/overview) for more details on how to use the SDK.
0 commit comments