jOte- Posted July 23, 2018 Share Posted July 23, 2018 (edited) * configuration - raspbian stretch lite (aka headless install... no GUI) - attached to 7 " screen (any screen) * install - youtube-dl - omxplayer * stream something from youtube "watchdogs 2" - Game # sudo apt-get install -y youtube-dl # sudo apt-get install -y omxplayer # omxplayer --vol -0 -o hdmi --aspect-mode fill $(youtube-dl -f best --no-warnings -g "https://www.youtube.com/watch?v=tudBj-89NHU") ** oneliner: sudo apt-get install -y youtube-dl omxplayer && sleep 15s && omxplayer --vol -0 -o hdmi --aspect-mode fill $(youtube-dl -f best --no-warnings -g "https://www.youtube.com/watch?v=tudBj-89NHU") SCARYYYYYY!!!! we are dedsec ? PS: if you run this command in ssh session "omxplayer --vol -0 -o hdmi --aspect-mode fill $(youtube-dl -f best --no-warnings -g "https://www.youtube.com/watch?v=tudBj-89NHU")" it will show on the screen.... not in your session.... I know ... just playing... for the lolz (agree seeing this on a headless OS ??? WTF - have a nice day -) Edited July 23, 2018 by jOte- Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.