Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. HTTPPort 8090
  2. HTTPBindAddress 0.0.0.0
  3. MaxClients 10
  4. MaxBandwidth 40000
  5.  
  6. <Feed feed1.ffm>
  7. File /tmp/feed1.ffm
  8. FileMaxSize 5M
  9. ACL allow localhost
  10. ACL allow 192.168.0.0 192.168.255.255
  11. </Feed>
  12.  
  13. <Stream stream.mp4>
  14. Feed feed1.ffm
  15. Format mp4
  16.  
  17. VideoCodec mpeg4
  18. VideoFrameRate 25
  19. # VideoBufferSize 40
  20. VideoBitRate 512
  21. VideoSize 640x480
  22. # VideoGopSize 15
  23. # StartSendOnKey
  24.  
  25. # NoAudio
  26.  
  27. # i had problems with videostreaming with file. player said that header were corrupted, so i used this config, but it doesnt help. i still let it in.
  28. AVOptionVideo flags +global_header
  29.  
  30. # ffpreset-fast (i think you can remove this in latest ffmpeg)
  31. AVOptionVideo coder 1
  32. AVOptionVideo flags +loop
  33. AVOptionVideo cmp +chroma
  34. AVOptionVideo subq 6
  35. AVOptionVideo me_range 16
  36. AVOptionVideo g 250
  37. AVOptionVideo keyint_min 25
  38. AVOptionVideo sc_threshold 40
  39. AVOptionVideo i_qfactor 0.71
  40. AVOptionVideo b_strategy 1
  41. AVOptionVideo qcomp 0.6
  42. AVOptionVideo qmin 10
  43. AVOptionVideo qmax 51
  44. AVOptionVideo qdiff 4
  45. AVOptionVideo bf 3
  46. AVOptionVideo refs 2
  47. AVOptionVideo trellis 1
  48.  
  49. Strict -2
  50. </Stream>
  51.  
  52. <Stream stat.html>
  53. Format status
  54. ACL allow localhost
  55. ACL allow 192.168.0.0 192.168.255.255
  56. </Stream>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement