You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
543 B
36 lines
543 B
---
|
|
title: "Webradio"
|
|
description: "Webradio"
|
|
draft: true
|
|
---
|
|
|
|
<audio controls autoplay>
|
|
<source src="https://p3x.de/radio/mopidy">
|
|
</audio>
|
|
|
|
## Setup
|
|
### Set your internet radio to:
|
|
|
|
```default
|
|
https://p3x.de/radio/mopidy
|
|
```
|
|
|
|
::: {.callout-tip collapse="true"}
|
|
## Other formats
|
|
|
|
### M3U
|
|
```default
|
|
https://p3x.de/radio/mopidy.m3u
|
|
```
|
|
|
|
### Snapcast
|
|
* Host: p3x.de
|
|
* Stream-Port: 1704
|
|
* Control-Port: 1705
|
|
:::
|
|
|
|
|
|
## Software
|
|
* [Mopidy](https://mopidy.com/)
|
|
* [Icecast 2](https://icecast.org/)
|
|
* [Snapcast](https://github.com/badaix/snapcast)
|
|
|