Skip to content

Commit

Permalink
Merge pull request #21 from Tom-Hirschberger/development
Browse files Browse the repository at this point in the history
added commands to install streamlink to readme
  • Loading branch information
Tom-Hirschberger authored Oct 24, 2022
2 parents dc14c70 + 2e29a4e commit 786dc04
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ If you prefere xmms2 to play the radio streams instead of mplayer you will find
### STREAMLINK ###
If you want to listen to a stream which does not send continously you may want to use the streamlinkWrapper.bash script in the scripts directory. It supports auto reconnects. An example config can be found in the examples directory. The first option is the time to wait for the stream to send data. The second option is the time to wait between to reconnect attempts. And the third is the url of the stream.

Make sure to install streamlink i.e. with these commands:
```
sudo apt -y update && sudo apt -y install streamlink
```

### General ###
| Option | Description | Type | Default |
| ------- | --- | --- | --- |
Expand Down

0 comments on commit 786dc04

Please sign in to comment.