Examples of vvd.config files

Below are example vvd.conf files in each machine of AG nodes with varying numbers of machines, namely a 3 machine node, a 2 machine node and a single machine node. Note that any number of machines may be part of a node.

  1. Three machine node with the display machine running vic and tkMOO-lite. The display machine will act as the MASTER machine for the video and audio SLAVE machines. The video machine has 3 camera inputs while the audio machine has 1 audio card.

    • Display machine

          # vvd.conf for display machine
          SLAVE=video.someplace.com:2929
          SLAVE=audio.someplace.com:2929

          VID_vic=1
          MUD_tkmoo=1
          # End of vvd.conf

    • Video machine

          # vvd.conf for video machine
          MASTER=display.someplace.com

          VID_vic=3
          # End of vvd.conf
          

    • Audio machine

          # vvd.conf for audio machine
          MASTER=display.someplace.com

          AUD_rat=1
          # End of vvd.conf

  2. Two machine node with the display machine running vic, rat and tkMOO-lite. The display machine will act as the MASTER machine for the video machine, which has 4 camera inputs.

    • Display machine

          # vvd.conf for display machine
          SLAVE=video.someplace.com:2929

          VID_vic=1
          AUD_rat=1
          MUD_tkmoo=1
          # End of vvd.conf

    • Video machine

          # vvd.conf for video machine
          MASTER=display.someplace.com

          VID_vic=4
          # End of vvd.conf
          

  3. Single machine node with the display machine running three cameras, rat and tkMOO-lite.

    • Display machine

          # vvd.conf for display machine
          VID_vic=3
          AUD_rat=1
          MUD_tkmoo=1
          # End of vvd.conf