jOte- Posted July 23, 2018 Posted July 23, 2018 * 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 -)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.