> For the complete documentation index, see [llms.txt](https://docs.jtokenapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jtokenapp.com/setting/network/srt.md).

# 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

| Item      | Decription                                                 |
| --------- | ---------------------------------------------------------- |
| Channel   | Main or Sub stream to select                               |
| Enable    | True: Enable or False: Disable                             |
| Push mode | Three modes: Complex(Video\&Audio), Video only, Audio only |
| Push URL  | Varies from different modes                                |

### 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->Network->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" as below:

![](/files/iwVYeW3Lkn0w608gmIw6)

* 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:

![](/files/xaLzG9R1ANmyws3UOi8Y)

### Listener Mode (OBS for Example)

* Run IPCManager->Double confirm the IP address of encoder;
* Access the encoder from browser->Setting->Network->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:

![](/files/XwSlAT3GZxXjGEl4ThJo)

* 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:

![](/files/BIcd1RqLbk7MBBbr3NDq)

### Rendezvous Mode

* Go to Setting->Network->Tab SRT->Enter PUSH URL from the SRT Server:

![SRT](/files/-MPcFHdBv_8r8f885sMp)

## Video Tutorial

{% embed url="<https://youtu.be/DWyKdBLEqRI>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.jtokenapp.com/setting/network/srt.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
