Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 19th, 2010 | Syntax: None | Size: 0.80 KB | Hits: 115 | Expires: Never
Copy text to clipboard
  1. Port 8090
  2. # bind to all IPs aliased or not
  3. BindAddress 0.0.0.0
  4. # max number of simultaneous clients
  5. MaxClients 4
  6. # max bandwidth per-client (kb/s)
  7. MaxBandwidth 10000
  8. # Suppress that if you want to launch ffserver as a daemon.
  9. #NoDaemon
  10.  
  11. <Feed webcam.ffm>
  12. File webcam.ffm
  13. FileMaxSize 500M
  14. </Feed>
  15.  
  16. # FLV output - good for streaming
  17. <Stream webcam.flv>
  18. # the source feed
  19. Feed webcam.ffm
  20. # the output stream format - FLV = FLash Video
  21. Format flv
  22. VideoCodec libx264
  23. AudioCodec libfaac
  24. # this must match the ffmpeg -r argument
  25. VideoFrameRate 30
  26. # generally leave this is a large number
  27. VideoBufferSize 200000
  28. # another quality tweak
  29. VideoBitRate 1000
  30. # quality ranges - 1-31 (1 = best, 31 = worst)
  31. VideoQMin 5
  32. VideoQMax 10
  33. VideoSize vga
  34. # this sets how many seconds in past to start
  35. PreRoll 0