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)