> For the complete documentation index, see [llms.txt](https://docs.3q.video/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3q.video/user-guide-new-ui/projects/livestreaming/ingest-settings.md).

# Ingest Settings

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

1. Select **Settings** in the top-right area of the project.
2. Open **Input Signal Settings** (right-side panel).

In **General**, configure:

* **Stream Type** (e.g., *RTMP Push* or *SRT Push*)
* **Primary Ingest Endpoint** (region/endpoint selection)
* Optional: **Latency Control**
  * No optimization: 12 - 18 secs delay
  * Low Latency: 3 - 6 secs delay
* Optional: **Automatic Failover**
* Optional: **Stream Stabilisation**
* Optional: **Available Timeshift Duration** (if supported/required)

{% hint style="info" %}
Using subtitles or automatic dubbing adds an additional **40–50 seconds** of latency to the live stream. This delay ensures the highest possible quality for transcripts and translations.
{% endhint %}

In **Advanced Settings** (if available, see [Partners & Services](/user-guide-new-ui/account/partners-and-services.md)), configure:

* **Source Language**
* **Generate Subtitles Automatically**
* Optiona&#x6C;**: Automatically Translated Subtitles** (target languages)
* Optional: **Automatic Dubbing**
* **Signal Delay** (adds a defined delay to the stream)

Save the settings and keep the panel open if you still need the ingest parameters for your encoder.


---

# 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.3q.video/user-guide-new-ui/projects/livestreaming/ingest-settings.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.
