From 174c5861b10d77a6409b2d0956dde391a9385b29 Mon Sep 17 00:00:00 2001 From: James Date: Sun, 1 Aug 2021 02:11:48 +0000 Subject: [PATCH] Add links to tested media players --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9989c4e..24c8f73 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ You only need to apply this to the icecast `listen-socket` you connect OBS to, y Muxer Settings = content_type=video/m2ts tls=0 -- Open the `.ts` URL of the Icecast server using your media player of choice (MPV, VLC, PotPlayer etc) +- Open the `.ts` URL of the Icecast server using your media player of choice ([MPV](https://mpv.io/), [PotPlayer](https://potplayer.daum.net/), [VLC](https://www.videolan.org/vlc/) etc) ``` mpv http://:8000/.ts -- GitLab