https://github.com/derhuerst/fasp-server-cli
A simple command-line-based server for the Friendly Audio Streaming Protocol.
https://github.com/derhuerst/fasp-server-cli
audio fasp streaming
Last synced: about 1 year ago
JSON representation
A simple command-line-based server for the Friendly Audio Streaming Protocol.
- Host: GitHub
- URL: https://github.com/derhuerst/fasp-server-cli
- Owner: derhuerst
- License: isc
- Created: 2018-04-07T15:22:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T18:27:07.000Z (over 6 years ago)
- Last Synced: 2025-03-28T16:21:19.944Z (about 1 year ago)
- Topics: audio, fasp, streaming
- Language: JavaScript
- Homepage: https://github.com/derhuerst/fasp-server-cli#fasp-server-cli
- Size: 10.7 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# fasp-server-cli
**A simple command-line-based server for the [Friendly Audio Streaming Protocol](https://github.com/derhuerst/friendly-audio-streaming-protocol).** Based on [`fasp-server`](https://github.com/derhuerst/fasp-server).
[](https://www.npmjs.com/package/fasp-server-cli)

[](https://gitter.im/derhuerst)
[](https://patreon.com/derhuerst)
## Installing
First, follow [the installation instructions of `fasp-server`](https://github.com/derhuerst/fasp-server/blob/master/readme.md#installing).
```shell
npm install -g fasp-server-cli
```
Or use [`npx`](https://npmjs.com/package/npx).
## Usage
```
fasp-server init
Generate a unique ID, store name and port in a config file at
/Users/j/Library/Application Support/fasp-server-cli/config.json.
fasp-server
Run the server with the name port from the config file.
```
## Contributing
If you have a question or have difficulties using `fasp-server-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-server-cli/issues).