summaryrefslogtreecommitdiff
path: root/voctocore/default-config.ini
blob: b93c3124196a1f4131ff0860c415ad83b4d428e8 (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. [side-by-side-equal]
  7. ; defaults to 1% of the video width
  8. ;gutter=12
  9. ;ypos=200
  10. ; if configured, switching to the sbs-equal mode will automatically select these
  11. ; sources. if not configured, it will not change the last set sources
  12. ;default-a=cam1
  13. ;default-b=cam2
  14. [side-by-side-preview]
  15. ;asize=1024x576
  16. ;apos=12/12
  17. ;bsize=320x180
  18. ;bpos=948/528
  19. ; automatically select these sources when switching to sbs-preview
  20. ;default-a=grabber
  21. ;default-b=cam1
  22. [picture-in-picture]
  23. ;pipsize=320x180
  24. ;pippos=948/528
  25. ; automatically select these sources when switching to pip
  26. ;default-a=grabber
  27. ;default-b=cam1
  28. [previews]
  29. ; disable if ui & server run on the same computer and can exchange uncompressed video frames
  30. enabled=false
  31. ; default to mix-videocaps, only applicable if enabled=true
  32. ; you can change the framerate and the width/height, but nothing else
  33. videocaps=video/x-raw,width=1024,height=576,framerate=25/1
  34. [stream-blanker]
  35. enabled=true
  36. sources=pause,nostream