Guest User

Untitled

a guest
Nov 23rd, 2011
35
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. BindAddress 127.0.0.1
  2. Port 8001
  3.  
  4. MaxHTTPConnections 8
  5. MaxClients 8
  6. NoDaemon
  7.  
  8. <Stream status.html>
  9. Format status
  10. ACL allow localhost
  11. </Stream>
  12.  
  13. <Feed webcam-webm.ffm>
  14. File /tmp/webcam-webm.ffm
  15. FileMaxSize 100k
  16. ACL allow 127.0.0.1
  17. </Feed>
  18.  
  19. <Feed webcam-flv.ffm>
  20. File /tmp/webcam-flv.ffm
  21. FileMaxSize 100k
  22. ACL allow 127.0.0.1
  23. </Feed>
  24.  
  25. <Stream webcam.webm>
  26. Feed webcam-webm.ffm
  27. Format webm
  28. VideoCodec libvpx
  29. VideoFrameRate 24
  30. VideoBitRate 512
  31. VideoSize vga
  32. NoAudio
  33. </Stream>
  34.  
  35. <Stream webcam.flv>
  36. Feed webcam-flv.ffm
  37. Format flv
  38. VideoCodec flv
  39. VideoFrameRate 24
  40. VideoBitRate 512
  41. VideoSize vga
  42. NoAudio
  43. </Stream>
  44.  
RAW Paste Data

Adblocker detected! Please consider disabling it...

We've detected AdBlock Plus or some other adblocking software preventing Pastebin.com from fully loading.

We don't have any obnoxious sound, or popup ads, we actively block these annoying types of ads!

Please add Pastebin.com to your ad blocker whitelist or disable your adblocking software.

×