
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
streamlit-cld-video-player
Advanced tools
Embed Cloudinary's video player as a component in Streamlit applications.
pip install streamlit_cld_video_player
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)
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' |
FAQs
Load and play videos hosted on Cloudinary using the player
We found that streamlit-cld-video-player demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.