Advertisement
Guest User

Untitled

a guest
Sep 18th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Port 8090
  2. BindAddress 0.0.0.0
  3. MaxHTTPConnections 2000
  4. MaxClients 1000
  5. MaxBandwidth 1000
  6. CustomLog -
  7. NoDaemon
  8.  
  9. <Feed feed1.ffm>
  10. File /tmp/feed1.ffm
  11. FileMaxSize 10M
  12. ACL allow 127.0.0.1
  13. </Feed>
  14.  
  15. <Stream test1.mpg>
  16. Feed feed1.ffm
  17. Format mpeg
  18. NoAudio
  19.  
  20. VideoBitRate 512
  21. VideoFrameRate 25
  22. VideoSize 320x240
  23.  
  24. # Set this to the number of seconds backwards in time to start. Note that
  25. # most players will buffer 5-10 seconds of video, and also you need to allow
  26. # for a keyframe to appear in the data stream.
  27. Preroll 15
  28. </Stream>
  29.  
  30. <Stream stat.html>
  31. Format status
  32. ACL allow localhost
  33. ACL allow 192.168.0.0 192.168.255.255
  34. </Stream>
  35.  
  36. <Redirect index.html>
  37. URL http://www.ffmpeg.org/
  38. </Redirect>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement