I have a st.video and when it is down playing I want to be able to:
Automatically play the next video, or navigate to another of my streamlit pages
I don’t see a way to access the JS “ended” event through streamlit though. If this is not currently possible, could it be added as a param to st.video? Similar to how st.button has an on_click param?