Reputation: 113
I have a problem. I want to receive data from a webRTC server (C#) and process it on python but I can't see any example for it. Anyone can help me?
Upvotes: 0
Views: 397
Reputation: 2190
I don't know the specifics of your project but if your webrtc server can publish the incoming RTP streams to another RTP client like ffmpeg, then you can send it to this ffmpeg process and tinker with the incoming stream frames with python.
Maybe this SO answer helps you:
https://superuser.com/a/1129600/129090
Upvotes: 1