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