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