Portfolio (#7) - about H264 Streaming Module for Nginx http 206 question (#177) - Message List
hi,Dear author
Then ask a question,Sometimes large-capacity streaming media file returns http 206, is there way around this?
nginx_log:
10.165.1.16 - - [15/Oct/2010:16:22:31 +0800] GET /flash/other/2010/10/other_300_20101015_1.flv HTTP/1.0 "200" 12190691 "-" "Wget/1.8.2" "-"
10.165.1.16 - - [15/Oct/2010:16:22:36 +0800] GET /flash/other/2010/10/other_300_20101015_1.flv HTTP/1.0 "206" 11665554 "-" "Wget/1.8.2" "-"
10.165.1.16 - - [15/Oct/2010:16:22:40 +0800] GET /flash/other/2010/10/other_300_20101015_1.flv HTTP/1.0 "200" 12190691 "-" "Wget/1.8.2" "-"
10.165.1.16 - - [15/Oct/2010:16:22:48 +0800] GET /flash/other/2010/10/other_300_20101015_1.flv HTTP/1.0 "206" 2130154 "-" "Wget/1.8.2" "-"
-
Message #776
Hi foxbin,
There's nothing wrong with a 206. It's an OK status response to a Byte Range request.
Hope this answers your question,
arjen10/18/10 10:01:01 (19 months ago)-
Message #782
Hi arjen,
Sorry,I am not very clear expression of. My nginx server logs Frequent http 206. Eliminate the problem of network and load,Will not be a module problem? There may be other reasons. :) Very grateful!
foxbin10/19/10 11:30:44 (19 months ago)-
Message #783
Hi foxbin,
Looking at your Nginx log snippet in the first message it looks like someone is using a tool 'wget' to download a file from your webserver. It's like a downloader program that can use multiple connections to request parts of a file.
I'm still not sure what the 'problem' is. If you don't want people to download files directly from your site google for 'hotlinking'.
Regards,
arjen10/19/10 11:48:11 (19 months ago)
-
-
