Kyle McDonald
Is it possible to run a WebRTC server on a pod?
I don't think this is possible for two reasons:
1. The Cloudflare 100 second limit means that long-running connections like video chat are not possible.
2. Ports can only be exposed individually, but WebRTC requires a whole port range to be exposed.
I would like to run a pod that does realtime video processing with WebRTC but I think it may be impossible. I wanted to check before I switched to another cloud GPU provider. I have a small example app that works for me on another cloud provider here for reference: https://github.com/kylemcdonald/webrtc-bot
8 replies