https://github.com/derhuerst/fasp-client-cli
Control Friendly Audio Streaming Protocol receivers from the command line.
https://github.com/derhuerst/fasp-client-cli
audio fasp streaming
Last synced: 9 months ago
JSON representation
Control Friendly Audio Streaming Protocol receivers from the command line.
- Host: GitHub
- URL: https://github.com/derhuerst/fasp-client-cli
- Owner: derhuerst
- License: isc
- Created: 2018-04-07T23:45:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-12T19:48:36.000Z (almost 5 years ago)
- Last Synced: 2024-12-31T11:34:12.975Z (over 1 year ago)
- Topics: audio, fasp, streaming
- Language: JavaScript
- Homepage: https://github.com/derhuerst/fasp-client-cli#fasp-client-cli
- Size: 22.5 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# fasp-client-cli
**Control [Friendly Audio Streaming Protocol](https://github.com/derhuerst/friendly-audio-streaming-protocol) receivers from the command line.**
[](https://www.npmjs.com/package/fasp-client-cli)

[](https://gitter.im/derhuerst)
[](https://patreon.com/derhuerst)
## Installing
```shell
npm install -g fasp-client-cli
```
Or use [`npx`](https://npmjs.com/package/npx).
## Usage
```js
fasp-client --scan
Searches for receivers and lets you pick one. Also connects to it.
fasp-client
Connects to the receiver you used the last time.
fasp-client [--receiver ]
Connects to the receiver with the specified ID.
```
Once your are connected to the server, you will be presented with a UI like this:
```
Some Title
A Brand New Album
An Indie Artist
+++++++++++++++++++++
pause space ◀︎ h l ▶︎ vol ↑100↓ stop . seek ← → queue :
```
Press `:` and paste a URL to a remote audio file or an absolute path to a local one. After pressing enter, wait a few seconds for the file to be buffered and played back.
## Contributing
If you have a question or have difficulties using `fasp-client-cli`, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to [the issues page](https://github.com/derhuerst/fasp-client-cli/issues).