Recasting UDP -> UDP

Recaster can receive either unicast or multicast streams and forward them to one or more unicast or multicast destinations.

Configuration

Here is an example of how to configure the recaster to receive a multicast stream on the address 227.1.1.1 and port 30120 and send it out to two targets. The first target is unicast at 192.168.1.2 on port 1234, using the loopback interface (127.0.0.1), and the second target is multicast to the group 227.1.1.3 on port 12345.

platforms:
  - name: UAV1
    description: First platform
    channels:
      - name: EO-IR
        description: First channel
        input:
          name: EO/IR
          description: EO/IR-1 camera
          url: udp://227.1.1.1:30120
        outputs:
          - name: EO/IR-1-OUT
            description: EO/IR-1 output
            url: udp://192.168.1.2:1234?localaddr=127.0.0.1
          - name: Screen1
            description: Screen 1
            url: udp://227.1.1.3:12345