Video Transport Help Files
Video TransportDirect Take
English
English
  • Welcome to Video Transport
  • FAQ
  • Useful links
    • Control Panel
    • Get Support
    • Pricing
    • Download Demo Trial
    • Release notes
  • Basics
    • Use cases
    • Features
    • Licensing
    • Installing the software
    • Using Video Transport
    • System requirements
    • Network configuration
  • Tools
    • VT Publisher
    • VT Receiver
    • VT Guest
    • VT Web Guest
    • The Web Preview
    • VT Server
    • Control Panel
    • VT SDK
    • My Account section
  • Usage
    • SFU (Selective Forwarding Unit)
    • Disable NDI auto-location
    • UDP/TCP Tunneling
    • Mix-minus routing
    • Changing the audio bitrate
    • Partner License
    • Remote PTZ camera control
  • Troubleshooting
    • Can't connect to the signaling server
    • Streaming does not start
    • The Web Preview does not work
  • VT API
    • Quick Start
    • Connection to signaling
    • Managers
    • Channels
    • Properties reference
    • Errors reference
Powered by GitBook
On this page

Was this helpful?

  1. Usage

Disable NDI auto-location

How to disable NDI auto location and add NDI sources manually

PreviousSFU (Selective Forwarding Unit)NextUDP/TCP Tunneling

Last updated 3 years ago

Was this helpful?

Sometimes you need to disable NDI sources auto-location and add them manually. For example, if you have too many NDI sources and it is hard to find what you need among them.

First of all, you need to disable NDI Locator in VT Publisher:

Locate Local.Config.XML file in %folderwhereyouinstalledVT%\DLL\Runtime.x64

  1. Open Local.Config.XML in the text editor.

  2. Find the prop called ndi_locator.enabled, by default it has a value 'true'.

  3. Change the value to the 'false'. It should look like ndi_locator.enabled='false'

  4. Save Local.Config.XML and Run VT Publisher to check out that your NDI sources are not present in the list anymore.

To add the NDI sources manually:

  1. Click the "Add URL" button in VT Publisher

  2. Enter URL in the following format NDI://name_of_your_NDI_source

  3. Click OK.

  4. The source will be published automatically.

  5. If you Stop publishing, the source will be deleted from the list.

Example of Add URL usage