summaryrefslogtreecommitdiff
path: root/voctocore/default-config.ini
blob: 5b552e05c8b2db840bd4227405f891ccab22eb4c (plain)
  1. [mix]
  2. videocaps=video/x-raw,format=I420,width=1920,height=1080,framerate=25/1,pixel-aspect-ratio=1/1
  3. audiocaps=audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=48000
  4. ; tcp-ports will be 10000,10001,10002
  5. sources=cam1,cam2,grabber
  6. ; defcompa sets a default A for the composite view. This value can either be -1 (disbaled) or one of the
  7. ; sources defined in 'sources' counted startung with zero (e.g. first source is 0)
  8. defcompa=-1
  9. [side-by-side-equal]
  10. ; defaults to 1% of the video width
  11. ;gutter=12
  12. ;ypos=200
  13. [side-by-side-preview]
  14. ;asize=1024x576
  15. ;apos=12/12
  16. ;bsize=320x180
  17. ;bpos=948/528
  18. [picture-in-picture]
  19. ;pipsize=320x180
  20. ;pippos=948/528
  21. [previews]
  22. ; disable if ui & server run on the same computer and can exchange uncompressed video frames
  23. enabled=false
  24. ; default to mix-videocaps, only applicable if enabled=true
  25. ; you can change the framerate and the width/height, but nothing else
  26. videocaps=video/x-raw,width=1024,height=576,framerate=25/1
  27. [stream-blanker]
  28. enabled=true
  29. sources=pause,nostream