Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Mode: video playback with HTML upload #5

Open
techniccontroller opened this issue Feb 25, 2022 · 2 comments
Open

[feature] Mode: video playback with HTML upload #5

techniccontroller opened this issue Feb 25, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@techniccontroller
Copy link
Owner

possibility to upload video files via web interface and playback it on the clock:

  • max video length 10sec
  • auto-resize to 11x11 pixels with javascript
@techniccontroller techniccontroller added the enhancement New feature or request label Feb 25, 2022
@techniccontroller techniccontroller self-assigned this Feb 25, 2022
@laurensV
Copy link

That would be a great feature to have! Let me know if there is anything I can do to help you with this feature

@techniccontroller
Copy link
Owner Author

techniccontroller commented Jan 16, 2023

Hi Laurens,

Nice to hear that. I created already one year back a quick and dirty solution for this feature but had no time or hardware to finalize it.
I just created a branch (videoplayback) for this issue and added my code from back then. There are only changes on the webserver needed, the code for ESP8266 are already able to accept commands for showing full images via endpoint /leddirect. I also added one example video to test. It works okay, but is not very reliable. I have the hardware now available again so I try to finish the code in the next weeks.

But if you like you can also work on that and let me know when you have a nice solution.

Here are some references I used for creating the code:

EDIT: To test my code, just change the ip-address in the file videoplayback.html and upload it to the clock, then browse to /videoplayback.html and drag and drop the example video to the shown box. The first frame should be displayed on the clock and when pressing on the play-button the video should play on the clock. After 5 seconds after no new image is sent to the clock the clock will return to normal mode shows the time again.

BR
Edgar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants