summaryrefslogtreecommitdiff
path: root/voctocore/default-config.ini
blob: adf8bdddd912dd3dd4db20c23790590fa90adf08 (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. ;ypos=200
  30. ; if configured, switching to the sbs-equal mode will automatically select these
  31. ; sources. if not configured, it will not change the last set sources
  32. ;default-a=cam1
  33. ;default-b=cam2
  34. [side-by-side-preview]
  35. ;asize=1024x576
  36. ;apos=12/12
  37. ;bsize=320x180
  38. ;bpos=948/528
  39. ; automatically select these sources when switching to sbs-preview
  40. ;default-a=grabber
  41. ;default-b=cam1
  42. [picture-in-picture]
  43. ;pipsize=320x180
  44. ;pippos=948/528
  45. ; automatically select these sources when switching to pip
  46. ;default-a=grabber
  47. ;default-b=cam1
  48. [previews]
  49. ; disable if ui & server run on the same computer and can exchange uncompressed video frames
  50. enabled=false
  51. ; default to mix-videocaps, only applicable if enabled=true
  52. ; you can change the framerate and the width/height, but nothing else
  53. videocaps=video/x-raw,width=1024,height=576,framerate=25/1
  54. [stream-blanker]
  55. enabled=true
  56. sources=pause,nostream