1.0 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.0 KiB
		
	
	
	
	
	
	
	
Hackerterminal
Plays recording of Shodan 2000 https://2000.shodan.io/ on a Raspberry Pi. To get random content upon reboot, we start at a random position.
How to use
This requires omxplayer and Python3.
Python can be installed from repository. omxplayer has been deprecated. To install it perform the following steps:
- In the /etc/apt/sources.list ensure that there are the following two lines:
- deb http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi
- deb http://archive.raspberrypi.org/debian/ buster main ui See also https://retropie.org.uk/forum/topic/25924/fails-to-install-on-raspbian-10/6
- 
Run sudo apt-get update and sudo apt-get install sudo apt-get install omxplayer 
- 
Run sudo rpi-update 
- 
Comment out the following line in /boot/config.txt: 
- dtoverlay=vc4-kms-v3d
- 
Copy videoplayer.py and your video file to /home/pi. Then, change the file name in videoplayer.py to the file name of your video file. 
- 
Finally, make videoplayer.py executable with chmod +x and put a link to it in /etc/rc.local 
