Jump to content

howto freak some newbie with raspberry pi


jOte-

Recommended Posts

* 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 by jOte-
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...