zoukankan      html  css  js  c++  java
  • ffserver.conf

    #==============================================================
    #Globle Setting
    
    Port 12134
    BindAddress 0.0.0.0 
    MaxHTTPConnections 2000
    MaxClients 1000
    MaxBandwidth 100000
    #CustomLog ffserver.log
    CustomLog -
    RTSPPort 12136
    RTSPBindAddress 0.0.0.0
    NoDaemon
    
    #==============================================================
    #Feed1
    <Feed feed1.ffm>
    File feed1.ffm
    #K M G
    FileMaxSize 200M
    #Launch ffmpeg
    #ACL allow localhost
    </Feed>
    
    <Stream shuo.mp3>
    Feed feed1.ffm
    #mpeg mpegvideo mp2 ogg rm ra asf swf avi jpeg
    #File shu.mp3
    Format mp3  
    AudioBitRate 64
    AudioChannels 2
    AudioSampleRate 44100
    #AudioCodec MP2
    NoVideo
    </Stream>
    
    <Stream dao.flv>
    Feed feed1.ffm
    Format flv 
    #Launch ffmpeg
    #Author
    #Comment
    #Copyright
    #Title
    #NoAudio
    #AudioBitRate 45(K)
    #AudioChannels 2
    #AudioSampleRate 44100
    #VideoBitRate 64
    #VideoBitRateRang 1000-2000 (K)
    #VideoFrameRate 24
    #VideoSize 1080x720 times of 16
    #VideoGopSize 12 (I frame)
    #Debug 1
    </Stream>
    
    #==============================================================
    #File
    
    #<Stream me.avi>
    #File me.avi
    #Format avi
    #NoAudio
    #Author "Me"
    #Copyright "Super MegaCorp"
    #Title "Test stream from disk"
    #Comment "Test comment"
    #</Stream>
    #
    #<Stream 2.mkv>
    #Format rtp
    #File 2.mkv
    #Author "Me"
    #Copyright "Super MegaCorp"
    #Title "Test stream from disk"
    #Comment "Test comment"
    #</Stream>
    #
    #==============================================================
    #html
    <Stream stat.html>
    Format status
    # Only allow local people to get the status
    #ACL allow localhost
    #ACL allow 192.168.0.0 192.168.255.255
    #FaviconURL http://pond1.gladstonefamily.net:8080/favicon.ico
    </Stream>
    
    <Redirect index.html>
    #...
    URL http://www.ffmpeg.org/
    </Redirect>
    

    每天早上叫醒你的不是闹钟,而是心中的梦~
  • 相关阅读:
    怎样装两个MySQL服务器
    MySQL 8.0.12的安装与卸载
    位运算符2
    位运算符
    赋值运算符
    love心形
    变量之间运算
    变量
    标识符
    算术运算符
  • 原文地址:https://www.cnblogs.com/vintion/p/4117035.html
Copyright © 2011-2022 走看看