An open API service indexing awesome lists of open source software.

https://github.com/cloudinary-devs/cloudinary-video-player-react

A React app showing how to render a basic Cloudinary Video Player component.
https://github.com/cloudinary-devs/cloudinary-video-player-react

Last synced: 2 months ago
JSON representation

A React app showing how to render a basic Cloudinary Video Player component.

Awesome Lists containing this project

README

          

# Cloudinary Video Player

This app shows a basic React component for the Cloudinary Video Player.

To run locally:

1. `npm i`
2. `npm run dev`

## Player and Source config

The `playerConfig` prop refers to [Constructor parameters](https://cloudinary.com/documentation/video_player_api_reference#constructor_parameters) for configuring the player instance, for example the look and feel of the player.

The `sourceConfig` prop refers to [Source configuration](https://cloudinary.com/documentation/video_player_api_reference#source) related to controlling the playback behavior or information of a specific video source, for example any transformations or video title.