aboutsummaryrefslogtreecommitdiff
path: root/voctocore/default-config.ini
blob: 168e3e8f63529cf11c8de0e44bb1f73fdf076d17 (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. ; 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. [previews]
  52. ; disable if ui & server run on the same computer and can exchange uncompressed video frames
  53. enabled=false
  54. deinterlace=false
  55. ; use vaapi to encode the previews, can be h264, mpeg2 or jpeg (BUT ONLY h264 IS TESTED)
  56. ; not all encoders are available on all CPUs
  57. ;vaapi=h264
  58. ; default to mix-videocaps, only applicable if enabled=true
  59. ; you can change the framerate and the width/height, but nothing else
  60. ;videocaps=video/x-raw,width=1024,height=576,framerate=25/1
  61. [stream-blanker]
  62. enabled=true
  63. sources=pause,nostream