The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
I am trying to build a server which sends a continuous video stream in the response.
The stream does not come from a file, but is dynamically generated by the server for as long as the client is connected.
Can someone provide any pointers on how to achieve this?
Hi,
I am trying to build a server which sends a continuous video stream in the response. The stream does not come from a file, but is dynamically generated by the server for as long as the client is connected. Can someone provide any pointers on how to achieve this?
Thanks