Skip to content

Commit

Permalink
Fixes minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
n-thumann committed May 2, 2021
1 parent 26b1d92 commit a0221a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ It's highly recommended running this application behind a Reverse Proxy ([nginx]
### Environment Variables
| Variable | Description |
| -------- | ----------- |
| HOST | Webinterface Listen Host (default `127.0.0.1`) |
| PORT | Webinterface Listen Port (default `3000`) |
| HOST | Web interface Listen Host (default `127.0.0.1`) |
| PORT | Web interface Listen Port (default `3000`) |
| MCAST_IF | joins the multicast group using this interface (default `0.0.0.0`, lets OS choose automatically) |
| XSPF_PROTOCOL | Protocol (`http`/`https`) for generating XSPF |
| XSPF_HOST | Host and Port for generating XSPF |
Expand All @@ -41,8 +41,8 @@ It's highly recommended running this application behind a Reverse Proxy ([nginx]
| DEBUG | Enable Debug Logging (`iptv-restream:*`) |

### Usage
Open the webinterface and navigate to `Stations`, then download the XSPF Playlist for VLC and open it. Done!
If you're running iOS or Android, you can also simply hit the play button in the webinterface to open up VLC automatically.
Open the web interface and navigate to `Stations`, then download the XSPF Playlist for VLC and open it. Done!
If you're running iOS or Android, you can also simply hit the play button in the web interface to open up VLC automatically.

It is also possible to access the source-specific multicast streams directly by opening `/live/mcast_source@mcast_group:mcast_port` (e.g. `/live/[email protected]:10000` for Das Erste HD) or by using the shortcut at `/live/station/station_title` (e.g. `/live/station/ZDFSD` for ZDF SD).
Please note that running on Windows only supports streaming one program. For streaming multiple programs concurrently use Linux.
Expand Down

0 comments on commit a0221a9

Please sign in to comment.