New Component: streamlit-webrtc, a new way to deal with real-time media streams

@FarzeenF

Hi, please check app_record.py in the repo for recording video/audio.
Though it can record media streams into files on a server, Streamlit now does not provide an official method to download them. For that, search in the forum or other web pages for workarounds, such as How to download file in streamlit
st.download_button is supported from v0.88.0: Version 0.88.0

1 Like