> For the complete documentation index, see [llms.txt](https://docs.radioangrezi.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.radioangrezi.de/engineering/remote/connection-test.md).

# Connection Test

You can use our test server (more specifically test mountpoint) to test your setup, **without booking a slot and using the "real" live stream.**&#x20;

{% hint style="danger" %}
You should none the less do a **final test with the real Angrezi stream.**
{% endhint %}

Follow the [regular guide](/engineering/remote.md#direct-one-way-streaming-to-show-source), with the **following settings**. You can **add an extra server connection** to save both setups in your **butt** installation:

* Name: choose a name for this connection (e.g. `Angrezi Test 1`)
* Type: IceCast
* Address: `studio.radioangrezi.de`
* Port: `8000`
* no SSL (nothing to do)
* IceCast User: `test`
* Passwort: `test`
* IceCast Mountpoint: `/test-1`

You can listen to the stream using a browser or VLC using this URL: <http://stream.radioangrezi.de:8000/test-1>

You alternatively can use streamaudio's testserver to test your streaming to Icecast.

{% hint style="danger" %}
You should none the less do a **final test with the Angrezi server.**
{% endhint %}

Follow the [regular guide](/engineering/remote.md#direct-one-way-streaming-to-show-source), with the **following settings**. You can **add an extra server connection** to save both setups in your **butt** installation:

* Type: IceCast
* Server: `stream.streamaudio.de`
* Port: `8000`
* User: `teststream1`   (in butt leave the IceCast User as 'source')
* Password: `passwort1`
* Mountpoint: `/teststream1`
* Name: choose a name for this connection (e.g. `Testserver`)

Falls `teststream1` gerade belegt ist, kannst Du alternativ eine der folgenden Kombinationen versuchen:

* User: `teststream2` + Password: `password2`
* User: `teststream3` + Password: `password3`
* User: `teststream4` + Password: `password4`

Den Stream kannst du dann auf <http://stream.streamaudio.de:8000/teststream1> (bzw. /teststream2-4) hören.


---

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

```
GET https://docs.radioangrezi.de/engineering/remote/connection-test.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.
