Advertisement
Guest User

Untitled

a guest
Aug 18th, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. Port 8090
  2. BindAddress 0.0.0.0
  3. MaxHTTPConnections 1000
  4. MaxClients 200
  5. MaxBandwidth 10000
  6. CustomLog -
  7.  
  8. <Feed feed1.ffm>
  9. File /tmp/feed1.ffm
  10. FileMaxSize 20M
  11. </Feed>
  12.  
  13.  
  14. <Stream test1.mpg>
  15. Feed feed1.ffm
  16. Format mp4
  17.  
  18. #VideoCodec h264
  19. VideoCodec libx264
  20. VideoBufferSize 333
  21. VideoFrameRate 24
  22. VideoSize 320x240
  23. VideoBitRate 200
  24. VideoGopSize 30
  25. NoAudio
  26.  
  27. </Stream>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement