summaryrefslogtreecommitdiff
path: root/pod/nginx/ngx_http_flv_module.pod
blob: d0574e63df145e8d0cb496bfe484e50cee72992d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
=encoding utf-8

=head1 NAME

ngx_http_flv_module - Module ngx_http_flv_module




=head1



The C<ngx_http_flv_module> module provides pseudo-streaming
server-side support for Flash Video (FLV) files.





It handles requests with the C<start> argument in
the request URI’s query string specially, by sending back the contents
of a file starting from the requested byte offset and with the prepended FLV
header.





This module is not built by default, it should be enabled with the
C<--with-http_flv_module>
configuration parameter.




=head1 Example Configuration




    
    location ~ \.flv$ {
        flv;
    }






=head1 Directives

=head2 flv




B<context:> I<location>





Turns on module processing in a surrounding location.