daily pastebin goal
72%
SHARE
TWEET

Untitled

a guest Jul 12th, 2012 24 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. serveradmin@cameraserver:~$ cat /etc/apache2/httpd.conf
  2. DocumentRoot                    "/mnt/disk2/cameras/"
  3.  
  4. ScriptAlias     /cgi-bin/        "/var/www/cgi-bin/"
  5. Action          mxremotepreview /cgi-bin/MxRemotePreview.cgi
  6.  
  7. <Directory "/mnt/disk2/cameras/">
  8.         <FilesMatch [MEAPC][0-9]+\.jpg$>
  9.                 SetHandler mxremotepreview
  10.         </FilesMatch>
  11. </Directory>
  12.  
  13. * Add desired default MxRemotePreview settings
  14.         (Note: These will usually be overridden by MXCC)
  15.  
  16.         # desired frame rate (default: 1 frame per second)
  17.         SetEnv MXRECODER_FRAMERATE      1
  18.  
  19.         # image size, aspect ratio will be kept
  20.         SetEnv MXRECODER_WIDTH          320
  21.         SetEnv MXRECODER_HEIGHT         240
  22.  
  23.         #JPG quality [1..100]
  24.         SetEnv MXRECODER_QUALITY        40
  25.  
  26.         # enable audio output, 0 to disable
  27.         SetEnv MXRECODER_AUDIO          1
  28.  
  29. serveradmin@cameraserver:~$
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top