0xboobface
d26bb2660b
Interrupt streaming thread, if end of stream is reached
...
Before the thread would just linger around and prevent the download
from closing the file
2018-11-14 16:21:16 +01:00
0xboobface
362d90b29b
First implementation for MFC
...
Implemented Tabs are Online and Friends
2018-10-19 23:09:11 +02:00
0xboobface
01aa04b3da
Catch exceptions in Stream.stop()
2018-09-09 19:23:42 +02:00
0xboobface
42186208bf
Fix typo in log message
2018-09-09 17:55:58 +02:00
0xboobface
455dea97d9
Try not to write to sink, if the streamer has been stopped
2018-09-09 14:28:29 +02:00
0xboobface
528d7336e1
Simplify integration of mpegts-streamer
...
Get rid of unneded thread complexity.
Use Queue.take() instead of poll() to avoid unnecessary looping and
the CPU load it causes.
2018-09-08 21:53:39 +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