From 32808020345b16c2138cf2469c94f82ea51a514c Mon Sep 17 00:00:00 2001 From: Jacob Hrbek Date: Wed, 1 Jul 2020 11:34:49 +0200 Subject: [PATCH] vlc: playing video from the web (#4136) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Zlatan Vasović --- pages/common/vlc.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/vlc.md b/pages/common/vlc.md index 2a0e2fa0f4..61f4001464 100644 --- a/pages/common/vlc.md +++ b/pages/common/vlc.md @@ -18,3 +18,7 @@ - Play repeatedly: `vlc --loop {{path/to/file}}` + +- Play video from a URL: + +`vlc {{https://www.youtube.com/watch?v=oHg5SJYRHA0}}`