I\'m generating a MJpeg Stream and trying to stream it to VLC and play it there.
The code:
public void SendMultiPartData(String contentType, Func
Have you tried this:
Response.Buffer = false; Response.BufferOutput = false;
Or some variation of those?