From 75cfa9bbc5507edcf8fd516011fd85b2bbd3fd5c Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Tue, 28 May 2019 10:47:29 +0300 Subject: Update README --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index bdf2df9..4011a8f 100644 --- a/README.md +++ b/README.md @@ -3,18 +3,12 @@ Audio and video streams from various sources. Playable through any media player: ```bash -$ vlc --open "protocol://url.example.com/stream" -$ mplayer "protocol://url.example.com/stream" $ mpv "protocol://url.example.com/stream" +$ vlc --open "protocol://url.example.com/stream" ``` -Some streams might require the mplayer `-playlist` parsing flag: - -```bash -$ mplayer -playlist "protocol://url.example.com/stream" -``` -[mpv](http://mpv.io) is a fork of mplayer, it adds built -in support for many streaming sources (youtube, etc) +[mpv](http://mpv.io) is a fork of mplayer, and is probably your player of choice. +It adds built in support for many streaming sources (youtube, etc). ## Audio -- cgit v1.3.1