aboutsummaryrefslogtreecommitdiff
path: root/voctocore/default-config.ini
blob: b7751f011240672959fe0582ea4d74331c1b1689 (plain)
  1. [mix]
  2. videocaps=video/x-raw,format=I420,width=1280,height=720,framerate=25/1,pixel-aspect-ratio=1/1
  3. audiocaps=audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=48000,channel-mask=(bitmask)0x3
  4. ; tcp-ports will be 10000,10001
  5. sources=cam1,cam2,grabber
  6. [previews]
  7. ; disable if ui & server run on the same computer and exchange uncompressed video frames
  8. enabled=true
  9. videocaps=video/x-raw,width=1024,height=576,framerate=25/1
  10. [pause]
  11. ;image=/video/pause.png
  12. video=/video/pause.m4v
  13. audio=/video/dudel.m4a
  14. [nostream]
  15. image=/video/nosteam.png
  16. ;video=/video/nosteam.m4v
  17. audio=/video/dudel.m4a
  18. [client]