Monday, 21 November 2022
  4 Replies
  1K Visits
  Subscribe
Will there be grpc support in the future in any sgc component library`?
1 year ago
·
#1276
Hello,

I am sorry but I've no plans to implement the GRPC protocol, in the last few years I only got a couple of grpc requests so I assume there is not enough demand for it. Why do you need it? If there are more users interested in this I will implement, no problem.

Kind Regards,
Sergio
1 year ago
·
#1277
Google only offers grpc for "streaming audio speech to text functionality":

https://cloud.google.com/speech-to-text/v2/docs/reference/rpc

REST is not supported for streaming audio and we do not like the following implementation because it creates threads already on program start even before using it:

https://github.com/ultraware/DelphiGrpc
1 year ago
·
#1280
Understood.
Never tried but I think that if you use a HTTP/2 client (like the TsgcHTTP2Client) and set in the body the protocol buffer data using a serializer like

https://github.com/grijjy/GrijjyFoundation/blob/master/Grijjy.ProtocolBuffers.pas

It should work
1 year ago
·
#1282
Thank you for the suggestion, we will try this.
  • Page :
  • 1
There are no replies made for this post yet.
Submit Your Response
Upload files or images for this discussion by clicking on the upload button below.
Supported: gif,jpg,png,jpeg,zip,rar,pdf
· Insert · Remove
  Upload Files (Maximum 10MB)