Yes, it's Appachi. I try to capture the stream from a video server.
If it is a public server/uri, you can send us the location of that and we
can see what is wrong with it.

Signature
Remove "user" from the email address to reply to the author.
This posting is provided "AS IS" with no warranties, and confers no rights
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
> Yes, it's Appachi. I try to capture the stream from a video server.
>
[quoted text clipped - 11 lines]
> > > error:
> > > The chunk length was not valid
Eric Larson - 26 Nov 2003 17:23 GMT
Was this ever resolved? We have the same problem (on a non-public site)
on Apache.
The default chunk size for Apache is 4096 bytes and we were getting this
error when the chunk being sent was 4139 bytes. So we dropped the chunk
size down to 3072 but that just seems to have shifted the problem to a
different size of bytes.
Any suggestions?
Feroze [MSFT] - 18 Dec 2003 00:25 GMT
I have tested with apache, and never had a problem with chunk sizes. What
build of the framework are you using ? Is this server publicly accessible ?
Please give detailed repro instructions. What is the size of the chunk that
is causing problems ?
feroze.

Signature
Remove "user" from the email address to reply to the author.
This posting is provided "AS IS" with no warranties, and confers no rights
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
> Was this ever resolved? We have the same problem (on a non-public site)
> on Apache.
[quoted text clipped - 5 lines]
>
> Any suggestions?