 Tobias GesellchenandGitHub
|
8d95e170f6
|
Add a custom-radio url stream source (#114)
Based on the descriptions at
- https://gist.github.com/rody64/98a59990ff60ea962cac72cbe93edf56
-
https://github.com/thlucas1/homeassistantcomponent_soundtouchplus/discussions/37
Example usage:
```
go run ./cmd/soundtouch-cli --host 192.... source custom-radio --url https://stream.antenne.de/chillout/stream/aacp --service-url http://soundtouch.local:8000
Selecting custom radio stream from 192....:8090...
URL: https://stream.antenne.de/chillout/stream/aacp
Proxy: http://soundtouch.local:8000/bmx/custom/v1/playback/aHR0cHM6Ly9zdHJlYW0uYW50ZW5uZS5kZS9jaGlsbG91dC9zdHJlYW0vYWFjcA==
✓ Custom radio stream selected
```
Relates to https://github.com/gesellix/Bose-SoundTouch/issues/94
|
2026-03-16 23:17:50 +01:00 |
|