Hi there,
Im having an application that received RTSP and process it (apply some DL models). When processing the file, i need to run another process to save some short clips from RTSP and show the short clips in the streamlit apps. So the question is:
- How can i show the short clips in another tab when the main tab is running and show the RTSP being processed?
- What is the best way to use multi-processing in streamlit?
Thank guys!