video tag in browser not dealing with mpeg1/2 is not a bug, its a potential todo item

This commit is contained in:
2022-07-17 18:31:59 +10:00
parent cf1851fe85
commit fc62bd274e
2 changed files with 11 additions and 6 deletions

12
BUGs
View File

@@ -1,6 +1,6 @@
### Next: 98
BUG-94: video player cannot handle non mp4 formats... do I care? (could just offer a download link and hope the client deals with it)
--> OR? https://jsmpeg.com/
--> OR? convert all videos to mp4/webm
BUG-97: if restart a job, we reset start time too (debatable) - prob. better making a job have anull start time rather than now() as default, then if its null set it when we run the job (this would set it at actual run time not create time, and if we restart, it would leave orig start time correct)
### Next: 99
BUG-97: if restart a job, we reset start time too (debatable) -
prob. better making a job have anull start time rather than now() as default, then if its null set it when we run the job
(this would set it at actual run time not create time, and if we restart, it would leave orig start time correct)
BUG-98: if you cancel a job (say the importdir job), then the getfiles dies
(should cascade the cancel through any that are waiting on this job OR 2nd job should not start if 1st job failed/withdrawn)

5
TODO
View File

@@ -25,6 +25,11 @@
* does search of matching dirname give all entries of subdirs of subdirs, etc. (think not) -- maybe a TODO?
* video player cannot handle non mp4 formats... do I care? (could just offer a download link and hope the client deals with it)
--> OR? https://jsmpeg.com/
--> OR? convert all videos to mp4/webm
* delete folder
* allow joblog search (less needed with logs visible on a given file now)