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
  • Checking your network configuration
  • The high ping problem

Was this helpful?

  1. Troubleshooting

Can't connect to the signaling server

PreviousRemote PTZ camera controlNextStreaming does not start

Last updated 8 months ago

Was this helpful?

There are two known possible causes for this problem:

  1. Port 8443(8080 for old versions) is not open for TCP.

  2. The ping is too high.

Checking your network configuration

Start the command line and use telnet to reach out to the Medialooks signaling server:

telnet rtc09.medialooks.net 8433  // If you have a license.
telnet n2w.medialooks.net 8080  // If you are using the free version.

If you will see an error message after this command, it means that you need to open port 8080 for TCP on your side. If you will see just an empty line it means that all is okay and you must check the other side of the connection.

The high ping problem

If the ping is too high, we should increase the "time-out" property, for example, set "10000" milliseconds" and change the value of the "login_async" property from "true" to "false" in the Local_config.xml file:

Check your firewall settings (see here for more details on ). It's best to use the "telnet" command to check it. This feature isn't available in Windows by default and you need to add it via the "Programs and Features" panel.

network configuration