microsoft / cpprestsdk

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.
Other
8.01k stars 1.66k forks source link

Generate live stream on server side #1638

Open opt-mplz opened 3 years ago

opt-mplz commented 3 years ago

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