Signed-off-by: Manuel <manuel@kmpr.at>
This commit is contained in:
Manuel Kamper 2024-11-01 09:56:11 +01:00
parent 8e15edf239
commit 3f65441ba5

View File

@ -61,14 +61,22 @@ But that does not prevent play/pause when I click on the video, so I have to fin
Stay tuned for further updates...
## known ToDos
* find a solution how to prevent mouse click play/pause
* find a solution how to prevent mouse click play once rower is connected and video is shown
* find a way to find out the difference between training paused/stopped (to maybe show a training summary instead of the video?)
* maybe if training is paused, show an overlay with "PAUSED" and a button to manually stop the training
* think of the basic concept and try out a way to calculate video playback speed based on live training data and then adjust video playback accordingly
* testing phase, including error handlings etc. - hopefully with more people than myself :)
* better ui - thinking of a fullscreen video with overlays of live training data
* add a top navigation bar with settings menu (maybe to select other videos and later on also to log in etc)
* hide connect button, once connected and just show the connected device in top navbar
* remove volume from video.js and add a mute-button in top navbar
* add a progress bar to the video, which shows the percentage of the training video done
* remove the progress bar of video.js
* calculate time remaining based on the current speed and show it somewhere too
* some solution to select different training video
## misc links for future things
https://www.tutorialspoint.com/how-to-speed-up-down-the-video-in-video-js-player
https://stackoverflow.com/questions/19112255/change-the-video-playback-speed-using-video-js