streamlit-player

A streamlit component to embed video and music players from various websites.

MIT License

Downloads
3.3K
Stars
96
Committers
1

🎬 Streamlit Player

Installation

pip install streamlit-player

Getting started

from streamlit_player import st_player

# Embed a youtube video
st_player("https://youtu.be/CmSKVW1v0xM")

# Embed a music from SoundCloud
st_player("https://soundcloud.com/imaginedragons/demons")

Demo