Portfolio (#7) - about H264 Streaming Module for Nginx http 206 question (#177) - Message List

about H264 Streaming Module for Nginx http 206 question
 unsolved

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,

    • 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!

      • 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,

        • Message #801

          I know, Thanks!

Attachments

No attachments created.