# SRT

## 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->Network->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://**<mark style="color:purple;">**192.168.1.97**</mark>**:20001?mode=caller** {**NOTE:&#x20;**<mark style="color:purple;">**192.168.1.97**</mark>**&#x20;is the IP address of PC with OBS or vMix installed**}->Click "Save"

<figure><img src="/files/ST48qvk0Pfg0pSN3MNxw" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**Please note**: CH1 might not be available if all decoding channels are added.
{% endhint %}

* Run OBS->Add->Media Source->Check the checkbox of Local File->Input: **srt://**<mark style="color:purple;">**192.168.1.97**</mark>**:20001?mode=listener\&latency=50** {**NOTE:&#x20;**<mark style="color:purple;">**192.168.1.97**</mark>**&#x20;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:

<figure><img src="/files/0DnXbEIezj8feinpaWAK" alt=""><figcaption></figcaption></figure>

### 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://**<mark style="color:purple;">**192.168.1.196**</mark>**:20001?mode=listener** {**NOTE:&#x20;**<mark style="color:purple;">**192.168.1.196**</mark>**&#x20;is the IP address of encoder**}->Click"Save" as below:

<figure><img src="/files/nnRfq8vPXgzHe0SqI6wE" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**Please note**: CH1 might not be available if all decoding channels are added.
{% endhint %}

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

<figure><img src="/files/Uh6PnKYYzRwJvJQP2TWk" alt=""><figcaption></figcaption></figure>

### Rendezvous Mode

<figure><img src="/files/p4eEicn2SxrFRrhOYTeg" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
If it's required to be compatible with private servers, we can do that too. But MOQ will be required too.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.exvist.com/encoder-pro/fusion/push/srt.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
