End_time option in streamlit.video

I have a long video file in m3u8 format (~1 hour long) and I want to show only a particular fragment (1 min long). Is there a way to do that?

I know about start_time, but there is no such a thing as end_time. Maybe there is a workaround like to pause on the timestamp

st.video(url, start_time=shift)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.