What happens if you run the same process in parallel, and serve in each one a different client? just to make sure that there is no issue with the bandwidth in the server.
I would also set debug logs for gRPC to get more info Can you share the RPC and server code you are using? Seems like it should be A *request-streaming RPC* ב-יום שבת, 13 במאי 2023 בשעה 16:21:41 UTC+3, Sanket Kumar Mali כתב/ה: > 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/1fad7fdb-aec0-4ce2-9e22-6ba1cbe697b4n%40googlegroups.com.
