0xb00bface
3d00b45c7d
Fix recording size not properly being reported and transferred between server and client
2023-11-17 21:45:23 +01:00
0xb00bface
99f1aa5429
Remove RecordingSizeMonitor and update the recording size while recording and during post-processing instead
2023-11-11 11:05:12 +01:00
0xb00bface
33b054bc68
Merge branch '5.0.x winkru' into dev
2023-11-01 11:37:29 +01:00
0xb00bface
224bb27003
Merge almost all changes by @winkru
2023-10-29 19:24:16 +01:00
0xb00bface
619d888bfa
Get rid of moshi
2023-06-19 19:00:26 +02:00
0xb00bface
5b688e4cbe
Implement file system monitoring to monitor the size of recordings
2023-06-17 16:08:12 +02:00
0xb00bface
fb5fef8912
Replace NextGenLocalRecorder with SimplifiedLocalRecorder
...
The multi-threading in SimplifiedLocalRecorder is a bit simpler. It also makes sure, that each recording is looked at on a regular basis, which should get rid of the stalled recordings problem.
2023-05-28 17:03:57 +02:00
0xb00bface
e3dec420fd
Only update recordings, if they might have been changed
2023-04-09 19:45:16 +02:00
0xb00bface
3c145f4924
Code cleanup
2021-12-21 15:58:43 +01:00
0xb00bface
9c2a8242de
Add resolution to recordings table
2021-09-10 16:28:00 +02:00
0xb00bface
5293affe4d
Assume first .jpg is the contactsheet
2021-04-10 17:36:27 +02:00
0xb00bface
7aa96eabae
Fix variable naming smell
2021-01-23 10:23:46 +01:00
0xb00bface
fa7f1e5f57
Merge branch 'dev' into v4
2021-01-16 21:03:12 +01:00
0xb00bface
19da3c43bf
Take into account all files of a recording to determine its size
2021-01-16 15:05:28 +01:00
0xb00bface
e3270b6221
Refactored multi-threading for downloads
...
This is a first kind of working version. HlsDownload records, but teh error handling is broken.
2020-12-29 14:44:11 +01:00
0xb00bface
a31debcdea
Add possibility to split recordings with different strategies
2020-12-05 21:30:54 +01:00
0xb00bface
5c3755dedc
Fixed wrong playlist file extensions
...
m3u8a -> m3u8
2020-11-28 01:00:13 +01:00
0xb00bface
66ba857b82
Fix bug in Recording.equals
2020-10-17 17:28:04 +02:00
0xb00bface
e49ef57f21
Change equals and hashcode in Recording to only use the ID
2020-10-17 13:37:49 +02:00
0xb00bface
7eac934c7f
Remove getLength from download
...
The length has to be determined just in time for certain pp functions to
work properly. The length can no longer be retrieved from the recording,
but has to be determined with the help of VideoLengthDetector
2020-10-11 19:14:22 +02:00
0xb00bface
098e2d1b67
Fix update of associated files in GUI
2020-10-03 19:00:20 +02:00
0xb00bface
986744dfe7
Improve file handling in HLS servlet
2020-10-03 18:29:09 +02:00
0xb00bface
99b21845ab
Change post-process return value to boolean
2020-09-30 20:09:52 +02:00
0xb00bface
f575958fe9
Fix equals and hashcode
...
equals and hashcode used the path field, which is empty for old
recordings. Fixed by using getAbsoluteFile() instead
2020-09-26 18:10:16 +02:00
0xb00bface
90192d9b8f
Fix server stuff for new recording path handling
2020-09-13 19:54:43 +02:00
0xb00bface
4f526fd13e
Store absolute path in metadata file instead of path relative to rec dir
2020-09-13 17:34:58 +02:00
0xb00bface
17a32cd928
Add first configurable PP step
2020-08-22 18:35:54 +02:00
0xb00bface
64c6b9aa4f
Enable rerun PP for multiple recordings
2020-07-26 11:07:55 +02:00
0xboobface
229fc1f432
Add possibility to add notes to recordings
2020-06-13 19:32:00 +02:00
0xboobface
6f57579041
Add pinning for recordings
...
Recordings can now be set to pinned. Pinned recordings cannot be
deleted.
2020-03-16 16:10:09 +01:00
ctbrec-contrib-01
e333722522
Improve directory size update performance
...
Use NIO Files.walkFileTree() instead of IO File.ListFiles() API.
Speed improvement was ~6.1s -> ~4.4s on my recordings list.
TODO: implement more intelligent refresh.
2020-03-03 19:53:29 +01:00
0xboobface
71be9b3665
Improve support for server-side single files
2020-02-22 17:40:22 +01:00
0xboobface
a165a83dca
If a recording does not exist, show n/a for its size
2019-12-28 16:56:18 +01:00
0xboobface
4eeb101cbb
Fix recording downloads from server to client
2019-12-21 14:30:57 +01:00
0xboobface
00ea43c8b3
Move HLS related classes ot own package
2019-11-30 16:40:01 +01:00
0xboobface
b136fce0db
Add menu entry to rerun the post-processing script
...
In client/server mode this will trigger the playlist generation and
post-processing. In standalone mode only the post-processing will be
executed.
2019-06-02 19:53:25 +02:00
0xboobface
ebe9d0cf5e
Fix remaining problems with remote recording
2019-06-01 15:33:47 +02:00
0xboobface
f11fcf7ca1
Rewrite recording code for remote recording
2019-06-01 12:12:46 +02:00
0xboobface
0f3d0b6337
Rewrite recording code for local recording
...
Remote recording is TBD
2019-05-31 20:00:07 +02:00
0xboobface
5bb51b6a85
Add descriptions for events and states
2018-12-08 16:08:14 +01:00
0xboobface
2dc5fd4581
Add Event and EventReaction classes
2018-12-06 17:39:33 +01:00
0xboobface
65e6c5b76e
Merge branch 'dev' into notify
2018-12-05 12:58:51 +01:00
0xboobface
05d583bab5
Change folder structure to maven conventions
2018-11-18 22:49:05 +01:00