-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathffserver.conf
95 lines (77 loc) · 1.42 KB
/
ffserver.conf
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
HTTPPort 12390
HTTPBindAddress 0.0.0.0
MaxHTTPConnections 2000
MaxClients 1000
MaxBandwidth 1000
CustomLog -
<Feed feed1.ffm>
File /tmp/feed1.ffm
FileMaxSize 10M
ACL allow 223.194.159.119
ACL allow 127.0.0.1
ACL allow localhost
ACL allow 192.168.0.1 192.168.230.255
</Feed>
<Feed feed2.ffm>
File /tmp/feed1.ffm
FileMaxSize 10M
ACL allow 223.194.158.187
ACL allow 127.0.0.1
ACL allow localhost
ACL allow 192.168.0.1 192.168.230.255
</Feed>
<Feed feed3.ffm>
File /tmp/feed1.ffm
FileMaxSize 10M
ACL allow 223.194.158.187
ACL allow 127.0.0.1
ACL allow localhost
ACL allow 192.168.0.1 192.168.230.255
</Feed>
<Stream test1.webm>
Feed feed1.ffm
Format webm
NoAudio
#AudioBitRate 32
#AudioChannels 1
#AudioSampleRate 16000
VideoCodec libvpx
VideoSize 320x240
#VideoSize 160x120
VideoFrameRate 24
AVOptionVideo flags +global_header
AVOptionVideo cpu-used 0
AVOptionVideo qmin 1
AVOptionVideo qmax 31
PreRoll 0
StartSendOnKey
</Stream>
<Stream test2.flv>
Format flv
Feed feed2.ffm
VideoFrameRate 24
VideoBufferSize 8000
VideoQMin 1
VideoQMax 31
VideoSize 320x240
AVOptionVideo flags +global_header
Noaudio
</Stream>
<Stream test3.ogg>
Format ogg
Feed feed3.ffm
VideoFrameRate 20
VideoCodec libtheora
VideoBufferSize 8000
VideoQMin 1
VideoQMax 31
VideoSize 320x240
AVOptionVideo flags +global_header
Noaudio
</Stream>
<Stream stat.html>
Format status
ACL allow localhost
ACL allow 223.194.158.187
ACL allow 192.168.0.1 192.168.230.255
</Stream>