aboutsummaryrefslogtreecommitdiff
path: root/voctocore/default-config.ini
blob: ccf80b5b1893dcc530dfca75ad85c7fa3fa52609 (plain)
  1. [mix]
  2. videocaps=video/x-raw,format=I420,width=1280,height=720,framerate=25/1,pixel-aspect-ratio=1/1
  3. audiocaps=audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=48000
  4. ; disable if ui & server run on the same computer and excahnge uncompressed video frames
  5. encode_previews=true
  6. [sources]
  7. ; tcp-ports will be 10000,10001
  8. ; video=cam1,cam2,grabber
  9. video=cam1
  10. ; tcp-ports will be 20000,20001
  11. audio=cam1,cam2
  12. [pause]
  13. ;image=/video/pause.png
  14. video=/video/pause.m4v
  15. audio=/video/dudel.m4a
  16. [nostream]
  17. image=/video/nosteam.png
  18. ;video=/video/nosteam.m4v
  19. audio=/video/dudel.m4a
  20. [client]