video tag in browser not dealing with mpeg1/2 is not a bug, its a potential todo item
This commit is contained in:
12
BUGs
12
BUGs
@@ -1,6 +1,6 @@
|
|||||||
### Next: 98
|
### Next: 99
|
||||||
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)
|
BUG-97: if restart a job, we reset start time too (debatable) -
|
||||||
--> OR? https://jsmpeg.com/
|
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
|
||||||
--> OR? convert all videos to mp4/webm
|
(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
|
||||||
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)
|
(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
5
TODO
@@ -25,6 +25,11 @@
|
|||||||
|
|
||||||
* does search of matching dirname give all entries of subdirs of subdirs, etc. (think not) -- maybe a TODO?
|
* 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
|
* delete folder
|
||||||
|
|
||||||
* allow joblog search (less needed with logs visible on a given file now)
|
* allow joblog search (less needed with logs visible on a given file now)
|
||||||
|
|||||||
Reference in New Issue
Block a user