aboutsummaryrefslogtreecommitdiff
path: root/voctocore/default-config.ini
blob: 517afa614c87d317b6c9ace3430331ae8b24ab21 (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,channel-mask=(bitmask)0x3
  4. ; disable if ui & server run on the same computer and excahnge uncompressed video frames
  5. encode_previews=true
  6. ; tcp-ports will be 10000,10001
  7. sources=cam1,cam2,grabber
  8. [pause]
  9. ;image=/video/pause.png
  10. video=/video/pause.m4v
  11. audio=/video/dudel.m4a
  12. [nostream]
  13. image=/video/nosteam.png
  14. ;video=/video/nosteam.m4v
  15. audio=/video/dudel.m4a
  16. [client]