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.
- Host: GitHub
- URL: https://github.com/cloudinary-devs/cloudinary-video-player-react
- Owner: cloudinary-devs
- Created: 2024-07-17T15:34:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T20:12:14.000Z (over 1 year ago)
- Last Synced: 2025-10-08T19:08:34.974Z (7 months ago)
- Language: JavaScript
- Size: 98.6 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.