This project allows casting of video files from a PC to an esp32. It can be used to show videos on an .96' OLED display.
After cloning the repository, follow the steps:
-
Open cmd in the root directory
-
Download video:
python main.py download url
here the url keyword must be replaced by the video url -
Process video:
python main.py process
-
Stream video:
python main.py stream
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.