2.6.0 • Published 24 hours ago

@mux/mux-player-react v2.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
24 hours ago

New release: 2.0

Mux Player has recently released 2.0. See the [https://github.com/muxinc/elements/blob/packages/mux-player/UPGRADING_V1_to_V2.md and the blog post announcement.

Introduction

<MuxPlayer /> is a Mux-flavored React video player component, built on top of our mux-player web component and Media Chrome.

Installation

npm install @mux/mux-player-react

or

yarn add @mux/mux-player-react

Usage

import MuxPlayer from '@mux/mux-player-react';

<MuxPlayer
  playbackId="DS00Spx1CV902MCtPj5WknGlR102V5HFkDe"
  metadata={{
    video_id: 'video-id-123456',
    video_title: 'Bick Buck Bunny',
    viewer_user_id: 'user-id-bc-789',
  }}
  streamType="on-demand"
/>;

Lazy-loading

Defer loading of Mux Player by importing from @mux/mux-player-react/lazy.

import MuxPlayer from '@mux/mux-player-react/lazy';

<MuxPlayer
  loading="viewport"
  playbackId="DS00Spx1CV902MCtPj5WknGlR102V5HFkDe"
  metadata={{
    video_id: 'video-id-123456',
    video_title: 'Bick Buck Bunny',
    viewer_user_id: 'user-id-bc-789',
  }}
  streamType="on-demand"
/>;

If you are generating your pages with a Node.js server (for example, Next.js), consider using @mux/mux-player-react/lazy with @mux/blurhash to generate a placeholder to display during loading.

Docs

Docs and guides live on docs.mux.com.

API reference lives on Github.

2.6.0

24 hours ago

2.5.0

16 days ago

2.4.1

1 month ago

2.4.0

2 months ago

2.3.3

3 months ago

2.3.2

4 months ago

2.3.1

4 months ago

2.3.0

5 months ago

2.2.0

6 months ago

2.1.0

6 months ago

1.11.4

10 months ago

1.11.3

10 months ago

1.12.1

9 months ago

1.12.0

9 months ago

1.13.0

9 months ago

1.14.1

8 months ago

1.14.0

9 months ago

1.14.2

8 months ago

2.0.1

7 months ago

2.0.0

7 months ago

1.15.0

7 months ago

1.11.2

11 months ago

1.11.1

11 months ago

1.11.0

12 months ago

1.10.1

1 year ago

1.10.0

1 year ago

1.9.0

1 year ago

1.6.1

1 year ago

1.8.0

1 year ago

1.7.2

1 year ago

1.7.1

1 year ago

1.7.0

1 year ago

1.6.0

1 year ago

1.5.1

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.0

2 years ago

1.3.0

2 years ago

0.1.0-beta.28

2 years ago

0.1.0-beta.27

2 years ago

1.0.0-beta.0

2 years ago

0.1.0-beta.26

2 years ago

0.1.0-beta.25

2 years ago

0.1.0-beta.24

2 years ago

0.1.0-beta.23

2 years ago

0.1.0-beta.22

2 years ago

0.1.0-beta.21

2 years ago