Video Encoder Pro
  • About EXVIST
  • 📌GETTING STARTED
    • Introduction
    • Changelog
    • Quick Start
      • 1️⃣Connection Diagram
      • 2️⃣Download & Run
      • 3️⃣Configure IP
      • 4️⃣Access Encoder
      • 5️⃣Configure Video
      • 6️⃣Configure RTMP
    • Aerial Video
  • 🛠️Tools
    • EncDeviceTool
      • Download
      • Quick Start
    • ActiveX
  • ✨SETTING
    • Preview
    • System
      • System Setting
      • Date & Time
      • System Info
      • Uart Transmit
      • Maintain
    • Video/Audio
      • Audio
      • Video
      • OSD
      • Image
    • Network
      • TCP/IP
      • DDNS
      • WIFI
      • HTTP
      • HTTPS
      • RTSP
      • Multicast
      • Unicast
    • Push
      • RTMP
      • SRT
    • Storage
      • Storage
      • Record
      • View Record
    • Security
  • 📺FUSION
    • Model Comparison
    • ⏮️Preview
    • System
      • System Setting
      • Channel
      • Date & Time
      • System Info
      • Maintain
    • Video/Audio
      • Audio
      • Video
      • OSD
      • Image
    • Network
      • TCP/IP
      • DDNS
      • HTTP
      • HTTPS
      • RTSP
      • Multicast
      • Unicast
    • Push
      • RTMP
      • SRT
    • Storage
      • Storage
      • Record
      • View Record
    • Security
      • User
  • 📤Upgrade
    • Upgrade Firmware
  • 🎆RESOURCES
    • 🤔FAQ
      • EDID
      • Preview
      • Network
        • TCP/IP
        • WIFI
        • HTTP
        • RTSP
        • RTMP
        • Latency
      • Video/Audio
        • Audio
        • Soundtrack
      • Storage
      • Security
      • Upgrade
      • Latency Test
      • Log
    • Official Store
    • YouTube Channel
  • 🎨Application
    • ONVIF
    • OBS
    • SmartPSS
    • vMix
    • XSplit
    • Wowza
    • YouTube
Powered by GitBook
On this page
  • What is SRT?
  • Configure SRT
  • Caller Mode(OBS For Example)
  • Listener Mode (OBS for Example)
  • Rendezvous Mode

Was this helpful?

  1. FUSION
  2. Push

SRT

PreviousRTMPNextStorage

Last updated 2 years ago

Was this helpful?

What is SRT?

SRT, the abbreviation of Secure Reliable Transport protocol, is an open source live streaming protocol which brings pristine quality, low latency live video over the public Internet.

Configure SRT

  • Go to Setting->Push->SRT

Caller Mode(OBS For Example)

  • Double confirm the IP address of the PC with OBS/vMix installed by WIN+R->CMD->ipconfig/all->Check "Ethernet Adapter" and get the IP

  • Access the encoder from browsers and go to Setting->Push->Tab SRT->Enable SRT->Enter URL: srt://192.168.1.97:20001?mode=caller {NOTE: 192.168.1.97 is the IP address of PC with OBS or vMix installed}->Click "Save"

Please note: CH1 might not be available if all decoding channels are added.

  • Run OBS->Add->Media Source->Check the checkbox of Local File->Input: srt://192.168.1.97:20001?mode=listener&latency=50 {NOTE: 192.168.1.97 is the IP address of PC with OBS or vMix installed}->Click "Okay"->Wait for a while and the video will be shown as below:

Listener Mode (OBS for Example)

  • Run Device Manager->Double confirm the IP address of encoder;

  • Access the encoder from browser->Setting->Push->SRT->Enter PUSH URL: srt://192.168.1.196:20001?mode=listener {NOTE: 192.168.1.196 is the IP address of encoder}->Click"Save" as below:

Please note: CH1 might not be available if all decoding channels are added.

  • Run OBS->Add->Media Source->Check the checkbox of Local File->Input: srt://192.168.1.196:20001?mode=caller&latency=50 {NOTE: 192.168.1.196 is the IP address of encoder}->Click "Okay"->Wait for a while and the video will be shown as below:

Rendezvous Mode

If it's required to be compatible with private servers, we can do that too. But MOQ will be required too.

📺