Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 806 Bytes

readme.md

File metadata and controls

29 lines (17 loc) · 806 Bytes

Oled Video Cast

ESP Video 📺

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.

Usage

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

Contributing

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.

License

GNU GPLv3