My env detials
Im using visual studio env with only streamlit installed other then the standart packages. Its in my flash disc connected local device without ram limitations via 3.1 port. Using Streamlit verison 1.38.0.
Problem:
Loading a streamlit video elements cosumed nearly 10gb of ram when i try to load a 1080p 60 fps over one and a half hour long file. There is no compression and video encoding because it shouldnt lose quality for the project im running.
The Method:
_mediaPlayer = st.empty()
_mediaPlayer.video(_orginizedFile[_targetMedia]["video"])
_orginizedFile is a dict accuired by a function running fast so problem isnt caused by that.
Similar threads i managed to find:
- Big size video playback => closed without a response