Advertisement
Guest User

Untitled

a guest
Jul 11th, 2013
1,419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. Port 8090
  2. BindAddress 0.0.0.0
  3. MaxHTTPConnections 200
  4. MaxClients 100
  5. MaxBandwidth 20000
  6. CustomLog /var/log/ffserver.log
  7.  
  8. <Feed feed.ffm>
  9. File /tmp/feed.ffm
  10. FileMaxSize 1M
  11. ACL allow 127.0.0.1
  12. </Feed>
  13.  
  14. <Stream test.flv>
  15. Feed feed.ffm
  16.  
  17. Format flv
  18.  
  19. VideoCodec flv
  20. VideoFrameRate 25
  21. VideoBufferSize 80k
  22. VideoBitRate 400
  23. VideoQMin 1
  24. VideoQMax 31
  25. VideoSize 560x320
  26.  
  27. AudioBitrate 64
  28.  
  29. AVOptionVideo flags +global_header
  30. AVOptionAudio flags +global_header
  31.  
  32. PreRoll 1
  33. </Stream>
  34.  
  35. <Stream test.webm>
  36. Feed feed.ffm
  37.  
  38. Format webm
  39.  
  40. VideoCodec libvpx
  41. VideoFrameRate 25
  42. VideoBitRate 400
  43. VideoQMin 1
  44. VideoQMax 31
  45. VideoSize 560x320
  46.  
  47. AudioCodec vorbis
  48. AudioBitRate 64
  49.  
  50. AVOptionVideo flags +global_header
  51. AVOptionAudio flags +global_header
  52.  
  53. PreRoll 15
  54. StartSendOnKey
  55. </Stream>
  56.  
  57. <Stream test.mp4>
  58. Feed feed.ffm
  59.  
  60. Format mp4
  61.  
  62. VideoCodec libx264
  63. VideoSize 560x320
  64. VideoBitRate 400
  65. VideoFrameRate 25
  66.  
  67. AudioCodec aac
  68. AudioBitRate 64k
  69.  
  70. AVOptionVideo flags +global_header
  71. AVOptionAudio flags +global_header
  72. AVOptionVideo me_range 16
  73. AVOptionVideo qdiff 4
  74. AVOptionVideo qmin 10
  75. AVOptionVideo qmax 51
  76.  
  77. PreRoll 5
  78. </Stream>
  79.  
  80. <Stream stat.html>
  81. Format status
  82. </Stream>
  83.  
  84. <Redirect index.html>
  85. URL http://svtc.ru/
  86. </Redirect>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement