Advertisement
Guest User

Untitled

a guest
Jan 9th, 2017
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. HTTPPort 8091
  2. HTTPBindAddress 0.0.0.0
  3. MaxHTTPConnections 2000
  4. MaxClients 300
  5. MaxBandwidth 716800
  6. CustomLog -
  7. #NoDaemon
  8.  
  9. # //kamera girova//
  10. <Feed feed1.ffm>
  11. File /tmp/feed1.ffm
  12. FileMaxSize 100M
  13. ACL allow 127.0.0.1
  14. </Feed>
  15.  
  16.  
  17. # if you want to use mpegts format instead of flv
  18. # then change "live.flv" to "live.ts"
  19. # and also change "Format flv" to "Format mpegts"
  20. <Stream girova.webm>
  21. Format webm
  22. Feed feed1.ffm
  23.  
  24. VideoCodec libvpx
  25. VideoFrameRate 20
  26. VideoBitRate 5120
  27. VideoBitRateRange 3072-4096
  28. VideoBufferSize 20480
  29. VideoSize 1280x720
  30. PreRoll 0
  31. NoAudio
  32. AVOptionVideo cpu-used 4
  33. AVOptionVideo qmin 10
  34. AVOptionVideo qmax 30
  35. AVOptionVideo quality good
  36. #VideoIntraOnly
  37. NoLoop
  38. AVOptionVideo flags +global_header
  39. AVOptionAudio flags +global_header
  40. StartSendOnKey
  41. </Stream>
  42.  
  43.  
  44. ##################################################################
  45. # Special streams
  46. ##################################################################
  47. <Stream stat.html>
  48. Format status
  49. # Only allow local people to get the status
  50. ACL allow localhost
  51. ACL allow 192.168.0.0 192.168.255.255
  52. </Stream>
  53.  
  54. # Redirect index.html to the appropriate site
  55. <Redirect index.html>
  56. URL http://www.ffmpeg.org/
  57. </Redirect>
  58. ##################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement