-
Notifications
You must be signed in to change notification settings - Fork 4
/
ffserver.conf
64 lines (58 loc) · 1.17 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
Port 8090
BindAddress 0.0.0.0
#MaxHTTPConnections 2000
#MaxClients 1000
MaxBandwidth 20000
CustomLog -
NoDaemon
<Feed nodecopter.ffm>
File data/nodecopter.ffm
FileMaxSize 200M
</Feed>
### Commented out. Latency increases over time. Unusable. Help welcome!
#<Stream nodecopter.webm>
#Feed nodecopter.ffm
#Format webm
##VideoFrameRate 25
#VideoCodec libvpx
#VideoSize 640x368
##VideoBitRate 2500
#VideoQMin 1
#VideoQMax 10
#Preroll 20
#StartSendOnKey
#AVOptionVideo flags +global_header
## trying voodoo: help appreciated!
#AVOptionVideo speed 5
#AVOptionVideo quality realtime
#AVOptionVideo flags2 fast
#AVOptionVideo avioflags direct
#AVOptionVideo crf 18
#AVOptionVideo vp8flags error_resilient
#AVOptionVideo fflags +nobuffer
#AVOptionVideo fflags +genpts
#NoAudio
#</Stream>
# Old school, but actually works:
<Stream nodecopter.mjpeg>
Feed nodecopter.ffm
Format mpjpeg
VideoFrameRate 25
VideoSize 640x368
VideoQMin 1
VideoQMax 5
VideoIntraOnly
# Seems to avoid rc buffer underruns:
VideoBitrate 4500
NoAudio
Strict -1
Preroll 8
StartSendOnKey
</Stream>
<Stream status.html>
Format status
FaviconUrl http://nodecopter.com/favicon.ico
</Stream>
<Redirect index.html>
URL status.html
</Redirect>