> For the complete documentation index, see [llms.txt](https://cs.help.siesta.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cs.help.siesta.cloud/en/video-portal-1/how-to-record/pc-mac/obs/how-to-set-up-a-stream.md).

# How to set up a stream

We recommend using settings you have already tried for streaming.

However, if you haven't already aired, we have a few recommendations that can help with stream quality.

To set up your stream, go to **Settings**.

![](https://gblobscdn.gitbook.com/assets%2F-M49OOQQ1z5GeCeXkd2T%2F-M6FuD8AHZHV6wNRYSjc%2F-M6FuGgTM6E9OjfZEIQM%2FScreenshot%202020-05-01%20at%2017.43.58.png?alt=media\&token=b62158b1-09a2-4ec2-9259-e3af4f44ace3)

​

Continue to **Output**. Here are some settings that can somehow affect the resulting stream quality.

* Video Bitrate - The higher the Bitrate, the higher the video quality. This means higher connectivity and computing power for your device. More powerful machines with a high-quality Internet connection can handle values ​​of about 6-8 thousand Kbps, weaker machines with a worse connection around a thousand or less.
* Encoder - for weaker notebooks, we recommend using the Software Encoder. If you have a laptop or PC with a powerful graphics card, you can try using a hardware encoder.
* Bitrate of sound - again the higher the bitrate, the higher the sound quality and the higher the demands on the device. We do not recommend using values ​​below 128.

![](https://gblobscdn.gitbook.com/assets%2F-M49OOQQ1z5GeCeXkd2T%2F-M6FuD8AHZHV6wNRYSjc%2F-M6FuUXR-GmyFPhl23dy%2FScreenshot%202020-05-01%20at%2017.45.12.png?alt=media\&token=5b12615e-e1fa-4914-ab87-7f93c63c1bbe)

​

Another setting is in **the Picture section**.

* Basic and output resolutions - we recommend setting both resolutions to the same value. Again, the higher the resolution, the higher the video quality and the higher the computing power of the device.
* Scaling filter - The recommended setting is Bicubic.
* FPS Values ​​- The higher the number, the higher the quality and the higher equipment requirements. The recommended setting is around 30.

![](https://gblobscdn.gitbook.com/assets%2F-M49OOQQ1z5GeCeXkd2T%2F-M6FuD8AHZHV6wNRYSjc%2F-M6Ful9YWTD8NJl6iFM4%2FScreenshot%202020-05-01%20at%2017.46.07.png?alt=media\&token=a3a75f85-0e74-488f-9427-d01e65be41a8)

**​**


---

# 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://cs.help.siesta.cloud/en/video-portal-1/how-to-record/pc-mac/obs/how-to-set-up-a-stream.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.
