Skip to content

Commit

Permalink
Fix Mopdiy -> Mopidy typo in configuration.md (#1329)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnestler authored Jan 19, 2025
1 parent 316540c commit fab6646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ tcp://<listen IP, e.g. 127.0.0.1>:<port>?name=<name>[&mode=server]
default for `port` (if omitted) is 4953, default for `mode` is `server`
Mopdiy configuration would look like this (running GStreamer in [client mode](https://www.freedesktop.org/software/gstreamer-sdk/data/docs/latest/gst-plugins-base-plugins-0.10/gst-plugins-base-plugins-tcpclientsink.html))
Mopidy configuration would look like this (running GStreamer in [client mode](https://www.freedesktop.org/software/gstreamer-sdk/data/docs/latest/gst-plugins-base-plugins-0.10/gst-plugins-base-plugins-tcpclientsink.html))
```sh
[audio]
Expand All @@ -151,7 +151,7 @@ Receives audio from a TCP socket (acting as client)
tcp://<server IP, e.g. 127.0.0.1>:<port>?name=<name>&mode=client
```
Mopdiy configuration would look like this (running GStreamer in [server mode](https://www.freedesktop.org/software/gstreamer-sdk/data/docs/latest/gst-plugins-base-plugins-0.10/gst-plugins-base-plugins-tcpserversink.html)):
Mopidy configuration would look like this (running GStreamer in [server mode](https://www.freedesktop.org/software/gstreamer-sdk/data/docs/latest/gst-plugins-base-plugins-0.10/gst-plugins-base-plugins-tcpserversink.html)):
```sh
[audio]
Expand Down

0 comments on commit fab6646

Please sign in to comment.