I'm wondering if is it possible to compress the video stream using .NET (C#).
I have a video on the web server and I want to compress and broadcast it to the client's app. The client's app will decompress that stream and then show the video.
I'm wondering if is it possible to compress the video stream using .NET (C#).
I have a video on the web server and I want to compress and broadcast it to the client's app. The client's app will decompress that stream and then show the video.