Streamlit-webrtc to stream frames from one to many

Hi community, I would like to know if it is possible to stream frames from my side to other users accessing my app hosted on streamlit cloud.
I have a camera feed in my local system on which I would be running an object detection model, and I want to stream the resulting frames to my web app. Is it possible to do this with streamlit-webrtc so that users who get on my app will view the live stream of the resulting frames?
I don’t want the app to do any processing, the video source and object detection all will be running on my side, and I just want to live stream the results on my web app.