Normal
[USER=106003]@FreakyJ[/USER]I have a problem with streaming TV. There is no stream length I can put in the response and I can't seem to find how to support chunked transfers from ASP.Net 5. I found possible solutions where they set BufferedOutput=false on the response but that property doesn't exist in ASP.Net 5. Maybe one of you clever guys can investigate? When I currently try to send bytes with ContentLength=0 I get an InvalidOperationException stating that I can't send more bytes than the ContentLength specifies.
[USER=106003]@FreakyJ[/USER]
I have a problem with streaming TV. There is no stream length I can put in the response and I can't seem to find how to support chunked transfers from ASP.Net 5. I found possible solutions where they set BufferedOutput=false on the response but that property doesn't exist in ASP.Net 5. Maybe one of you clever guys can investigate? When I currently try to send bytes with ContentLength=0 I get an InvalidOperationException stating that I can't send more bytes than the ContentLength specifies.