Reading WebRTC/Live stream from python #5953
-
We have a use case to read the WebRTC stream from python, is there any specific libraries?. Our objective is to read live stream from python which is required for some AI modules |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Use |
Beta Was this translation helpful? Give feedback.
Use
python-socket
I have done this very similar and deployed micro controllers on the sites. Where we are receiving the live stream and sending to our server and then server processes the stream and send the predictions on the dashboard.