-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathffserver-mpg.conf
105 lines (68 loc) · 1.68 KB
/
ffserver-mpg.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
96
97
98
99
100
101
102
103
104
105
Port 8090
RTSPPort 5454
RTSPBindAddress 0.0.0.0
BindAddress 0.0.0.0
MaxHTTPConnections 20000
MaxClients 10000
MaxBandwidth 100000
CustomLog -
NoDaemon
<Feed feed1.ffm>
File /tmp/feed1.ffm
FileMaxSize 2048K
ACL allow 127.0.0.1
ACL ALLOW 192.168.9.0 192.168.2.255
</Feed>
<Feed feed2.ffm>
File /tmp/feed2.ffm
FileMaxSize 800K
ACL allow 127.0.0.1
ACL ALLOW 192.168.9.0 192.168.9.255
</Feed>
###################################################################################
<Stream Raspberry.mpg>
Feed feed1.ffm
Format rtp
AudioCodec mp2
VideoCodec mpeg1video
#NoAudio
AudioBitRate 64
AudioChannels 1
AudioSampleRate 22050
VideoBitRate 1024
VideoBufferSize 80
VideoFrameRate 25
VideoSize 480x320
VideoGopSize 12
VideoQMin 2
VideoQMax 51
ACL allow 127.0.0.1
ACL allow 192.168.0.0 192.168.255.255
</Stream>
<Stream Pc.mpg>
Feed feed2.ffm
Format rtp
AudioCodec mp2
VideoCodec mpeg1video
#NoAudio
AudioBitRate 64
AudioChannels 1
AudioSampleRate 22050
VideoBitRate 1024
VideoBufferSize 40
VideoFrameRate 25
VideoSize 640x480
VideoGopSize 12
ACL allow 127.0.0.1
ACL allow 192.168.0.0 192.168.255.255
</Stream>
#########################################################################
# Server status
<Stream status.html>
Format status
# Only allow local people to get the status
#ACL allow 127.0.0.1
ACL allow 192.168.0.0 192.168.255.255
#FaviconURL http://pond1.gladstonefamily.net:8080/favicon.ico
</Stream>
#########################################################################