Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Connect to the aircraft network with a computer

    • Connect to either the ethernet port on the aircraft or one of the ground radio ports

  • Open an internet browser and type in the IP address of the video encoder

    • The address for the encoder is of the form 10.x.y.20

    • The address will be listed in the network address section of the documentation included with the aircraft

    • If the address can not be determined there is a software called ZFinder available from the Z3 Technology website that my be used to locate the camera

  • Go to the CH1 tab to view settings for the main encoder output

    • Image RemovedImage Added

Create VLC Video Streaming Shortcut

...

Windows 10 Instructions

  • Download and install VLC media player from the link here.

  • After install locate the original shortcut

    • Press the windows key

    • Type “VLC”

    • Right click on the VLC icon

    • Select “Open file location”

      • A popup explorer window will appear

  • Create a new shortcut

    • Right click on “VLC media player”

      • Select “Create Shortcut” from the contextual menu

      • A dialog will appear that explain the shortcut must be saved to the desktop

        • Click “Yes”

  • Edit the Shortcut

    • Locate the newly created shortcut on the desktop

    • Right click the new shortcut

      • Select “Properties” from the contextual menu

    • Alter the “Target” field

      • Keep the existing text

      • Add a space and then append the following text to the end

      • Code Block
        --network-caching=200 --clock-jitter=0 --rtsp-tcp rtsp://10.x.y.20/z3-1.sdp

...