mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-04 10:34:49 +02:00
36 lines
546 B
Plaintext
36 lines
546 B
Plaintext
HTTPPort 8090
|
|
HTTPBindAddress 0.0.0.0
|
|
|
|
RTSPPort 554
|
|
RTSPBindAddress 0.0.0.0
|
|
|
|
MaxClients 100
|
|
MaxBandwidth 100000
|
|
CustomLog -
|
|
|
|
<Feed feed.ffm>
|
|
File /data/feed.ffm
|
|
</Feed>
|
|
|
|
<Stream video.mp4>
|
|
Format rtp
|
|
Feed feed.ffm
|
|
VideoCodec libx264
|
|
VideoFrameRate 24
|
|
VideoBitRate 100
|
|
VideoSize 640x480
|
|
AVPresetVideo default
|
|
AVPresetVideo baseline
|
|
AVOptionVideo flags +global_header
|
|
NoAudio
|
|
#AudioCodec libmp3lame
|
|
#AudioBitRate 32
|
|
#AudioChannels 2
|
|
#AudioSampleRate 22050
|
|
#AVOptionAudio flags +global_header
|
|
</Stream>
|
|
|
|
<Stream status.html>
|
|
Format status
|
|
</Stream>
|