Reply to thread

I think it might be also wrong to set the contentLength to 0 (Ln: 126 in BaseSendData.cs

After removing that line 138 must look like this:

[code]Range byteRange = new Range(0, httpContext.Response.ContentLength ?? 0);[/code]


My problem is that bytesRead in Line 222 is always 0 and therefore it doesn't output any data... really don't know why. TVE is Timeshifting but I also can't see any ffmpeg instance and there is no error. Everything looked fine while going through it. But it seems to work on your side?!

Have you done any further modifications?


Top Bottom