Advertisement
LdDl

ogg

May 24th, 2016
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. HTTPPort 8090
  2. HTTPBindAddress 0.0.0.0
  3. MaxHTTPConnections 2000
  4. MaxClients 1000
  5. MaxBandwidth 100000
  6. CustomLog -
  7. #NoDaemon
  8.  
  9. <Feed feed.ffm>
  10. File /tmp/feed.ffm
  11. FileMaxSize 1024M
  12. ACL allow 127.0.0.1
  13. </Feed>
  14.  
  15. <Stream feed.ogg>
  16. Feed feed.ffm
  17. Format ogg
  18. VideoFrameRate 24
  19. VideoSize 576x432
  20. VideoBitRate 512
  21. VideoBufferSize 1024
  22. AudioSampleRate 44100
  23. AudioChannels 2
  24. AudioBitRate 64
  25. AudioCodec libvorbis
  26. VideoCodec libtheora
  27. VideoQMin 1
  28. VideoQMax 31
  29. VideoGopSize 12
  30. Preroll 0
  31. AVOptionVideo flags +global_header
  32. AVOptionAudio flags +global_header
  33. </Stream>
  34.  
  35. <Stream file.ogg>
  36. File "/tmp/test.ogg"
  37. Format ogg
  38. </Stream>
  39.  
  40. #<Feed feed1.ffm>
  41. # File /tmp/feed1.ffm
  42. # FileMaxSize 1G
  43. # ACL allow localhost
  44. # ACL allow 127.0.0.1
  45. # ACL allow 192.168.0.0 192.168.255.255
  46. #</Feed>
  47.  
  48. #<Stream stream.webm>
  49. # Feed feed1.ffm
  50. # Format webm
  51. #
  52. # #Audio settings
  53. # AudioCodec vorbis
  54. # AudioBitRate 64
  55.  
  56. #Video settings
  57. # VideoCodec libvpx
  58. # VideoSize 640x320
  59. # VideoFrameRate 25
  60. # AVOptionVideo flags +global_header
  61. # AVOptionVideo qmin 10
  62. # AVOptionVideo qmax 42
  63. # AVOptionVideo quality good
  64. # AVOptionAudio flags +global_header
  65. # PreRoll 15
  66. # StartSendOnKey
  67. # VideoBitRate 400
  68. #</Stream>
  69.  
  70.  
  71. #<Stream file.webm>
  72. # File "/tmp/test.webm"
  73. # Format webm
  74. #</Stream>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement