> For the complete documentation index, see [llms.txt](https://docs.datarhei.com/restreamer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datarhei.com/restreamer/knowledge-base/manual/main-screen.md).

# Main screen

## General system settings with real-time data

On the main screen, you can see the current video stream. Under the video player, you can find the runtime, the bitrate, and the frame rate. In addition, you find the number of viewers and the current bitrate in real-time for the publications.

![Fig. 1: The main screen is the central point of contact in datarhei Restreamer.](/files/l6wijxsbcO2hD3K43psT)

## The menu items in detail

The navigation points take you to the settings of the various submenus.

1. **System menu**
   1. [datarhei Service](broken://pages/u64gnYCrDiKKMdDlabX2)
   2. [Player site](/restreamer/knowledge-base/manual/publication-website.md)
   3. [System settings](/restreamer/knowledge-base/manual/system-settings/general-system-settings.md)
   4. Issue alert
   5. Language
   6. Logout
2. [**Publication services**](/restreamer/knowledge-base/manual/publications.md)
   1. All
   2. Plattform
   3. Software
   4. Protocol
3. [**Multi-video source**](/restreamer/knowledge-base/manual/multi-video-source.md)
   1. Add source&#x20;
   2. Switch channel
4. [**Stream settings**](/restreamer/knowledge-base/manual/edit-livestream.md)
   1. [General](/restreamer/knowledge-base/manual/edit-livestream.md)
      1. [Sources Video Settings](/restreamer/knowledge-base/manual/edit-livestream/general/video-settings.md)
      2. [Audio Settings](/restreamer/knowledge-base/manual/edit-livestream/general/audio-settings.md)
   2. [Processing and Control](/restreamer/knowledge-base/manual/edit-livestream/processing-and-control.md)
   3. [Meta information](/restreamer/knowledge-base/manual/edit-livestream/meta-information.md)
   4. [License (CC)](/restreamer/knowledge-base/manual/edit-livestream/license.md)
5. [**Video Player Settings**](/restreamer/knowledge-base/manual/video-player-settings.md)
   1. Embed
   2. Color
   3. Logo
   4. Statistics
   5. Playback
6. [**System monitoring**](/restreamer/knowledge-base/manual/system-monitoring.md)
7. [**Process report**](/restreamer/knowledge-base/manual/process-report.md)
8. **Process details**
9. Stop Stream
10. **Copy** HLS, RTMP, SRT, or Snapshot address

## Learn more

{% content-ref url="/pages/-MXbmjmbPCKFuoZ5JEAU" %}
[Quick Start](/restreamer/getting-started/quick-start.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MYddh7QPVP4ygK4xliI" %}
[Publication services](/restreamer/knowledge-base/manual/publications.md)
{% endcontent-ref %}


---

# 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.datarhei.com/restreamer/knowledge-base/manual/main-screen.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.
