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
  • (-2147023436) eVTR_E_SGN_Timeout
  • (-974) eVTR_E_NotConnected,(-969) eVTR_E_WrongState
  • (-980) eVTR_E_MissedPayload
  • (-196) eVTR_E_Auth_Sign_Wrong
  • (-975) eVTR_E_NotFound
  • (-198) eVTR_E_Auth_NotAuthorized
  • (-190) eVTR_E_Auth_License_Expired
  • (-191) eVTR_E_Auth_License_InvalidDate
  • (-175) eVTR_E_Auth_Server_Missed
  • (-195) eVTR_E_Auth_Credentials_Missed
  • (-188) eVTR_E_Auth_License_MissedKey
  • (-193) eVTR_E_Auth_Credentials_Wrong
  • (-1000) eVTR_E_Unexpected
  • (-192) eVTR_E_Auth_License_MissedId
  • (-178) eVTR_E_Auth_Username_Missed
  • (-177) eVTR_E_Auth_Username_NotFound
  • (-180) eVTR_E_Auth_ClientID_Missed
  • (-179) eVTR_E_Auth_ClientID_NotFound
  • (-199) eVTR_E_Auth_Corrupted
  • (-950) eVTR_E_Exception
  • (-997) eVTR_E_InvalidArgument

Was this helpful?

  1. VT API

Errors reference

(-2147023436) eVTR_E_SGN_Timeout

Connection timeout.

(-974) eVTR_E_NotConnected,(-969) eVTR_E_WrongState

Attempt to interact with signaling in case of no signaling connection.

(-980) eVTR_E_MissedPayload

Payload message is not correct.

(-196) eVTR_E_Auth_Sign_Wrong

Reseller license is not valid.

(-975) eVTR_E_NotFound

"Sign" field has not been found.

(-198) eVTR_E_Auth_NotAuthorized

Cannot find any valid license.

(-190) eVTR_E_Auth_License_Expired

License has expired (current date=exp_date)

(-191) eVTR_E_Auth_License_InvalidDate

Not valid date format of exp_date field.

(-175) eVTR_E_Auth_Server_Missed

The field "Auth_url" is missing and there is no address on which we need to listen to incoming connections.

(-195) eVTR_E_Auth_Credentials_Missed

"Username" field not found.

(-188) eVTR_E_Auth_License_MissedKey

The license file does not contain any public or private keys.

(-193) eVTR_E_Auth_Credentials_Wrong

Password is not valid

(-1000) eVTR_E_Unexpected

Any problem with key signs.

(-192) eVTR_E_Auth_License_MissedId

Missing "id" field

(-178) eVTR_E_Auth_Username_Missed

Missing "Username" field.

(-177) eVTR_E_Auth_Username_NotFound

"Username" field not found

(-180) eVTR_E_Auth_ClientID_Missed

"ClientID" field is missing.

(-179) eVTR_E_Auth_ClientID_NotFound

"ClientID" field is missing.

(-199) eVTR_E_Auth_Corrupted

Can't read the public key.

(-950) eVTR_E_Exception

Fatal error.

(-997) eVTR_E_InvalidArgument

Any incorrect properties detected.

PreviousProperties reference

Last updated 2 years ago

Was this helpful?