cpprestsdk
cpprestsdk copied to clipboard
Generate live stream on server side
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