I’m facing a challenge: I need to efficiently send images from a server to a client via web using .NET 8. I’m seeking a method to accomplish this task with minimal latency, aiming for an interval of no more than 100 milliseconds between image transmissions. The goal is to ensure a constant stream of images from the server to the client.
I would like to know how I can achieve this task. Are there any libraries, algorithms, or solutions from your experience that could help me address this concern? Any insights or suggestions from the Stack Overflow community would be greatly appreciated.