Compressing video while streaming using C # ASP.NET

I am wondering if it is possible to compress a video stream using .NET (C #).

I have a video on a web server and I want to compress it and feed it to a client application. The client application will unpack this stream and then display the video.

+3


source to share





All Articles