Load and play videos hosted on Cloudinary using the player
Project description
streamlit_cld_video_player
Embed Cloudinary's video player as a component in Streamlit applications.
Installation instructions
pip install streamlit_cld_video_player
Usage instructions
import streamlit as st
from streamlit_cld_video_player import cld_video_player
value = cld_video_player(
cloud_name='demo', # your environment name on Cloudinary
public_id='dog' # name of a video file on Cloudinary
)
st.write(value)
Detailed Usage
Upload widget is the tool used for embedding Cloudinary's Upload Widget into your application. The widget has quite a few customization parameters. This python module exposes the following options:
Video player widget is a tool used for embedding Cloudinary's Video Player widget into your applications. The widget has 4 types of configuration parameters listed on the Video Player API reference page. However, for this python implementation, we can configure the following parameters:
Parameter | Purpose | Default Value |
---|---|---|
cloud_name | Name of your Cloudinary product environment | None. Required value |
public_id | Name of your video. | None. Required value |
aiHighlightsGraph | Show an AI-generated visual representation of the highlights of a video | FALSE |
bigPlayButton | Show a larger central play button when the video is paused. | FALSE |
controls | Display the video player controls | TRUE |
loop | Perform standard HTML5 video looping. | FALSE |
muted | Start the video muted. | TRUE |
playsinline | Relevant for iOS only. Whether the video should be prevented from entering fullscreen mode automatically when playback begins. | FALSE |
fluid | Whether to activate fluid layout mode, which dynamically adjusts the player size to fit its container or window. | TRUE |
showinfo | Display the video information like the title and subtitle of the video. The values are provided with the parameters "title" and "subtitle" | TRUE |
showLogo | Show a clickable logo within the player. | TRUE |
startAt | Time at which to start the video playback. | 0 |
autoplay | Apply standard HTML5 autoplay. | FALSE |
autoplayMode | The autoplay mode to use for the player. Similar to the default HTML5 autoplay parameter, but with the addition of on-scroll support. | on-scroll |
pictureInPictureToggle | Show the picture in picture toggle button. | FALSE |
title | Title to be displayed for the video | NONE |
subtitle | Subtitle to be displayed for the video | NONE |
skin | Use the 'light' or 'dark' mode. | dark' |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file streamlit_cld_video_player-0.1.0.tar.gz
.
File metadata
- Download URL: streamlit_cld_video_player-0.1.0.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7d22565a1314f636480a00d92d2ed793a98cab181465164afcf206fa208bd6b |
|
MD5 | 78529a3cfeea46e07f9257df06f8161e |
|
BLAKE2b-256 | 932a690153b1c7eb208b257bec0b7f2e904e563354188a453ed64fc61cbef3be |
File details
Details for the file streamlit_cld_video_player-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: streamlit_cld_video_player-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c5b58d320802b2a241a2a479bdfa1fbc069f7ed06c449c9dde239dd78c60e6f |
|
MD5 | a9076aed0502b0a7b0af08c60a399468 |
|
BLAKE2b-256 | 4bc247383627026d9be3338e02f6a8bbc65ab2f11e8407c63b1718b9b64b7a19 |