From a13f067c95a5dd9b828e58931d37f498d75cfc1d Mon Sep 17 00:00:00 2001 From: then Date: Mon, 14 Jun 2021 15:58:31 +0200 Subject: [PATCH] added correct backticks to the omxplayer command --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 08bef03..325b772 100644 --- a/README.md +++ b/README.md @@ -111,12 +111,13 @@ In case you are using a Raspberry Pi to generate the analog video signal for you * `$ sudo apt-get install omxplayer`, a command line media player that is designed for HW acceleration on the RPI. Its capable of playing video RTMP streams as well. * connect to tty1 from ssh: `$ sudo chmod 666 /dev/tty1` + `$ script tty1` Playing / streaming youtube videos NOTE: download / update to the LATEST youtube-dl!! - `$ omxplayer 'youtube-dl -g -f mp4 '` +$ omxplayer `youtube-dl -g -f mp4 'YI4hzzepEcI'` ( can also be youtube ID, mind that when your ID has a dash, you must encapsulatethe id with single quotes) (-f mp4: force mp4 (omxplayer cant play webm))