streamlit / streamlit

Streamlit — A faster way to build and share data apps.
https://streamlit.io
Apache License 2.0
35.24k stars 3.06k forks source link

st.Video "crashing" when streaming mp4 #9688

Open iCUE-Solutions opened 2 days ago

iCUE-Solutions commented 2 days ago

Checklist

Summary

I'm using the st.video to play videos that reside on my server. Everything worked fine until the recent release. Now, unclear when and how exactly, the app simple stops when one fast-forwards the video - NO ERROR or anything!?

Tha streamlit app simple is gone and must ne restarted.

Reproducible Code Example

No response

Steps To Reproduce

No response

Expected Behavior

play the video and allow for forward and back using the control's buttons

Current Behavior

none!

Is this a regression?

Debug info

Additional Information

No response

github-actions[bot] commented 2 days ago

If this issue affects you, please react with a 👍 (thumbs up emoji) to the initial post.

Your feedback helps us prioritize which bugs to investigate and address first.

Visits

lukasmasuch commented 7 hours ago

@iCUE-Solutions Thanks for reporting this issue. Do you have any snippet to reproduce or any more details on the used mp4 file (e.g. size)? I think we have really applied any changes to st.video in the recent release. Can you check if the app runs out of memory?