From 26b1d92c8129251838d3b1486b761aea92d870b1 Mon Sep 17 00:00:00 2001 From: nthumann Date: Sun, 2 May 2021 22:09:27 +0200 Subject: [PATCH] Adds information about VLC button to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 29c7a2c..184ed73 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ This app allows remotely viewing source-specific multicast RTP streams (e.g. Deu * simple Dashboard with Statistics * Station List with Images * VLC-ready playlist included +* Open stream directly in VLC (iOS & Android only) * automatic running program detection (from MPEG-TS stream) ## Installation @@ -41,6 +42,7 @@ It's highly recommended running this application behind a Reverse Proxy ([nginx] ### 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. It is also possible to access the source-specific multicast streams directly by opening `/live/mcast_source@mcast_group:mcast_port` (e.g. `/live/87.141.215.251@232.0.20.35: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.