Ticket #5250: ffserver.conf

File ffserver.conf, 288 bytes (added by oviano, 10 years ago)
Line 
1HTTPPort 8090
2HTTPBindAddress 0.0.0.0
3MaxHTTPConnections 2000
4MaxClients 1000
5MaxBandwidth 10000
6CustomLog -
7
8<Feed feed1.ffm>
9File /tmp/feed1.ffm
10FileMaxSize 1G
11ACL allow 127.0.0.1
12ACL allow 192.168.0.0 192.168.255.255
13</Feed>
14
15<Stream live.mkv>
16Format matroska
17Feed feed1.ffm
18</Stream>