Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

serve large file in video tag #10

Open
itlvlup opened this issue Oct 31, 2024 · 2 comments
Open

serve large file in video tag #10

itlvlup opened this issue Oct 31, 2024 · 2 comments

Comments

@itlvlup
Copy link

itlvlup commented Oct 31, 2024

see error below :

[ArgumentOutOfRangeException: Le paramètre de taille doit être compris entre zéro et la valeur Int32 maximale.
Nom du paramètre : size
La valeur réelle était 4693829844.]
System.Web.HttpFileResponseElement..ctor(String filename, Int64 offset, Int64 size, Boolean isImpersonating, Boolean useTransmitFile, Boolean supportsLongTransmitFile) +4397266
System.Web.HttpWriter.WriteFile(String filename, Int64 offset, Int64 size) +101
System.Web.HttpResponse.WriteFile(String filename, Int64 offset, Int64 size) +168
XSendfile.XSendfileHttpModule.RangeDownload(String fullpath, HttpContext context) in C:\Python27_64\Lib\r4a\etc\XSendfile\XSendfile\XSendfileHttpModule.cs:233
XSendfile.XSendfileHttpModule.context_EndRequest(Object sender, EventArgs e) in C:\Python27_64\Lib\r4a\etc\XSendfile\XSendfile\XSendfileHttpModule.cs:141
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +139
System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +195
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +88

@stakach
Copy link
Owner

stakach commented Oct 31, 2024

happy to accept pull requests
I haven't used IIS in a long while, but the code should be simple enough to update

@stakach
Copy link
Owner

stakach commented Oct 31, 2024

@alexsilva may be able to help you out - they have a more active fork

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants