| 1 |
|
|---|
| 2 | Port 8090
|
|---|
| 3 | # bind to all IPs aliased or not
|
|---|
| 4 | BindAddress 0.0.0.0
|
|---|
| 5 | # max number of simultaneous clients
|
|---|
| 6 | MaxClients 1000
|
|---|
| 7 | # max bandwidth per-client (kb/s)
|
|---|
| 8 | MaxBandwidth 10000
|
|---|
| 9 | # Suppress that if you want to launch ffserver as a daemon.
|
|---|
| 10 | NoDaemon
|
|---|
| 11 |
|
|---|
| 12 | <Feed feed1.ffm>
|
|---|
| 13 | File /tmp/feed1.ffm
|
|---|
| 14 | FileMaxSize 5M
|
|---|
| 15 | </Feed>
|
|---|
| 16 |
|
|---|
| 17 | <Stream test.swf>
|
|---|
| 18 | Feed feed1.ffm
|
|---|
| 19 | Format swf
|
|---|
| 20 | VideoCodec flv
|
|---|
| 21 | VideoFrameRate 15
|
|---|
| 22 | VideoBufferSize 80000
|
|---|
| 23 | VideoBitRate 100
|
|---|
| 24 | VideoQMin 1
|
|---|
| 25 | VideoQMax 5
|
|---|
| 26 | VideoSize 352x288
|
|---|
| 27 | PreRoll 0
|
|---|
| 28 | Noaudio
|
|---|
| 29 | </Stream>
|
|---|