libavutil 55. 17.103 / 55. 17.103
libavcodec 57. 24.102 / 57. 24.102
libavformat 57. 25.100 / 57. 25.100
libavdevice 57. 0.101 / 57. 0.101
libavfilter 6. 31.100 / 6. 31.100
libswscale 4. 0.100 / 4. 0.100
libswresample 2. 0.101 / 2. 0.101
libpostproc 54. 0.100 / 54. 0.100
ffmpeg_stream.sh
bin/ffmpeg -loglevel 'debug' -f avfoundation -pix_fmt uyvy422 -r 15 -i "default" http://localhost:8000/live.ffm
ffmpeg_server.sh
bin/ffserver -loglevel debug -f bin/ffserver.conf
bin/ffserver.conf
HTTPBindAddress 0.0.0.0
RTSPBindAddress 0.0.0.0
HTTPPort 8000
RTSPPort 9000
MaxBandwidth 10000
File /tmp/live.ffm
FileMaxSize 20M
ACL allow 127.0.0.1
ACL allow localhost
ACL allow 192.168.88.0 192.168.255.255
Feed live.ffm
NoAudio
Format rtp
VideoQMin 1
VideoQMax 31
VideoSize 1280x720
VideoCodec libx264
VideoBitRate 640
VideoFrameRate 15
AVOptionVideo flags +global_header
Format status
# Only allow local people to get the status
ACL allow localhost
ACL allow 192.168.88.0 192.168.255.255