A new video with track
pip install streamlit-component-video
import streamlit as st
from streamlit_component_video import streamlit_component_video
value = streamlit_component_video()
st.write(value)
A streamlit component that replaces st.video and supports more parameters
PythonMIT