GRPC-Video-streaming icon indicating copy to clipboard operation
GRPC-Video-streaming copied to clipboard

This code streams a video over the internet using Google remote procedural calls. The video is streamed from server to client, it is processed at the client and the results are sent back to the server...

Results 3 GRPC-Video-streaming issues
Sort by recently updated
recently updated
newest added

I've got the following error, can you please tell me what is happening here? Seems like, this problem is on the client side grpc._channel._MultiThreadedRendezvous:

Thanks a lot for your work! Can you please share with the 'main' and 'people counter' folders?

Traceback (most recent call last): File "imageTest_server.py", line 9, in from main import * ImportError: No module named 'main'