Commit Graph

10 Commits

Author SHA1 Message Date
0xboobface 88ee4bd157 Convert recording time relative to local timezone.
Convert recording time relative to local timezone and format it with
a easily readable format.
2018-10-01 18:07:51 +02:00
0xboobface fa745e9acc Add item to context menu to stop recording in RecordingsTab 2018-09-25 13:35:12 +02:00
0xboobface 8fcc8e0f91 Reimplement the download so that it uses the BlockingMultiMTSSource
This should create a transport stream file with proper continuity counters
and timestamps
2018-09-07 23:59:37 +02:00
0xboobface 698ba72120 Integrate mpegts-streamer to save a recording to a single file
Integrate a modified version of mpegts-streamer (https://github.com/igilham/mpegts-streamer)
Add BlockingMultiMTSSource to mpegts-streamer, which is used to add new InputStreamMTSSources
online for each segment.

Remove all settings and methods, which are needed for segment merging.
2018-09-07 15:16:08 +02:00
0xboobface f30d13609b Improve exception handling
Make sure, the status is reset to FINISHED, if something goes wrong
while downloading, so that the context menu is reactivated
2018-08-28 17:13:35 +02:00
0xboobface 48d2fad306 Allow delete only, if the status of the recording is FINISHED 2018-07-11 19:14:13 +02:00
0xboobface ba389744d7 Added event handler for the delete key 2018-07-11 18:48:52 +02:00
0xboobface b12644cfbf Added auto-merging for local mode
In local mode files can be automatically merged after a recording is
finished. This can be configured in the settings.
2018-07-07 18:04:56 +02:00
0xboobface bb6ba48f49 Implemented HMAC authentication in RemoteRecorder 2018-07-07 13:23:00 +02:00
0xboobface 1ab902892d initial import 2018-07-01 17:38:53 +02:00