Hi, I am trying to implement a live camera streaming setup using grpc python. I was able to stream camera frame(1280x720) in 30 fps to a single client. But whenever I try to consume the stream from multiple client it seems frame rate is getting divided (e.g if I connect two client frame rate becomes 15fps). I am looking for a direction where I am doing wrong. Appreciate any clue in the right way to achieve multi client streaming.
Thanks -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/b8a9edb8-a8d0-43c9-8be7-3a990f4f8c1en%40googlegroups.com.
