aboutsummaryrefslogtreecommitdiff
path: root/voctocore/default-config.ini
blob: 31a49ffa09ab47ef351064ac52bbbdb91bbeeff3 (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. [output-buffers]
  7. ; voctocore has a buffer on all video-outputs, that store video-frames for your
  8. ; sink when it can't handle them all in real-time. so if your sink takes 2 seconds
  9. ; to process a really hard to precess frame, voctomix needs to store 50 frames
  10. ; for you, hoping that your sink will catch up soon.
  11. ; if the sink doesn ot catch up in time, voctomix will drop it and remove it
  12. ; from the output. it's your task to restart it in such a situation.
  13. ; by default, voctomix will store up to 500 frames for your sink (20 seconds)
  14. ; you might want to up that even more for your recording-sink, so that it never
  15. ; gets disconnected. for this reason, the following configuration raises the
  16. ; default limit for the mix_out sink to a whopping 10'000 frames (400 seconds)
  17. ;cam1_mirror=500
  18. ;cam2_mirror=500
  19. ;grabber_mirror=500
  20. mix_out=10000
  21. ;streamblanker_out=500
  22. [fullscreen]
  23. ; if configured, switching to fullscreen will automatically select this
  24. ; source. if not configured, it will not change the last set source
  25. ;default-a=cam1
  26. [side-by-side-equal]
  27. ; defaults to 1% of the video width
  28. ;gutter=12
  29. ;atop=50
  30. ;btop=200
  31. ; if configured, switching to the sbs-equal mode will automatically select these
  32. ; sources. if not configured, it will not change the last set sources
  33. ;default-a=cam1
  34. ;default-b=cam2
  35. [side-by-side-preview]
  36. ;asize=1024x576
  37. ;apos=12/12
  38. ;bsize=320x180
  39. ;bpos=948/528
  40. ; automatically select these sources when switching to sbs-preview
  41. ;default-a=grabber
  42. ;default-b=cam1
  43. [picture-in-picture]
  44. ;pipsize=320x180
  45. ;pippos=948/528
  46. ; automatically select these sources when switching to pip
  47. ;default-a=grabber
  48. ;default-b=cam1
  49. [previews]
  50. ; disable if ui & server run on the same computer and can exchange uncompressed video frames
  51. enabled=false
  52. deinterlace=false
  53. ; default to mix-videocaps, only applicable if enabled=true
  54. ; you can change the framerate and the width/height, but nothing else
  55. videocaps=video/x-raw,width=1024,height=576,framerate=25/1
  56. [stream-blanker]
  57. enabled=true
  58. sources=pause,nostream