0xboobface
ef3c036f49
Fix race condition causing orphaned FFmpeg processes
...
The problem was, that an error occured before FFmpeg was completely
launched. ctbrec called internalStop, but the FFmpeg fields still
pointed to null. ctbrec then finished the recording. In the meantime
FFmpeg fired up and was abandoned by the recording.
2020-05-10 14:58:42 +02:00
0xboobface
b820021aee
Spawn FFmpeg process only if playlist request was successful
2020-05-10 13:16:47 +02:00
0xboobface
2956098d2c
Reactivate "rerun post-processing" for standalone
2020-05-10 12:19:06 +02:00
0xboobface
e6dae3b2af
Set version to 3.6.3
2020-05-10 12:03:32 +02:00
0xboobface
2e4ec80bd8
Reduce visibility of public method
2020-05-10 10:43:53 +02:00
0xboobface
3c4ef05a48
Fix NPE in internalStop
2020-05-10 10:43:37 +02:00
0xboobface
cd5172613e
Fixed player start for recordings starting with a dash
2020-05-03 15:32:54 +02:00
0xboobface
8cdc2a4a56
Set version to 3.6.2
2020-05-02 14:43:20 +02:00
0xboobface
7494b8dd30
Fixed minor bug in ActionSettingsPanel
...
Actions would get added to the combobox each time you click on "Add"
2020-05-02 13:40:12 +02:00
0xboobface
df50646627
Change FFmpeg termination handling again
...
FFmpeg was killed to early, so that the file encoding was not finished
properly. For example the moov atom was not written for MP4 files. We
now wait at most 5 minutes for FFmpeg to finish and only kill it then
with force.
2020-05-02 12:45:15 +02:00
0xboobface
f285d2ba53
Add -- to player command line
...
... to separate the command line args from the file name. Some
recordings can start with '-' , which would be interpreted as argument
otherwise.
2020-05-02 12:42:48 +02:00
0xboobface
04bfd9805d
Update configuration file config
2020-04-30 16:42:30 +02:00
0xboobface
f0373e16b7
Update changelog
2020-04-28 22:10:32 +02:00
0xboobface
b402bb0df7
Set version to 3.6.1
2020-04-28 22:07:38 +02:00
0xboobface
a0d9835192
Fix streamate stream source parsing
2020-04-28 22:05:06 +02:00
0xboobface
d78f96fef6
Improve handling of recording termination
...
This change hopefully helps to terminate FFmpeg reliably once a
recording terminates.
2020-04-25 15:42:41 +02:00
0xboobface
3c86310edf
Add stream source "Origin"
2020-04-23 19:28:12 +02:00
0xboobface
a4d517aa25
Add button to jump to first page
2020-04-23 18:32:14 +02:00
0xboobface
a30d4ed463
Change data type of all Integer fields to String
2020-04-18 19:51:40 +02:00
0xboobface
0c7650f94f
Remove retry loop in getNextSegments
...
This might cause blocks by MFC because we are asking for a resource,
which is not available.
2020-04-18 19:50:42 +02:00
0xboobface
a37a018159
Remove outdated settings for MFC
2020-04-13 19:43:33 +02:00
0xboobface
6d5360495b
Update changelog
2020-04-13 18:56:14 +02:00
0xboobface
aa42e82153
Set version to 3.6.0
2020-04-13 18:53:29 +02:00
0xboobface
e5a9c468eb
Remove "(broken)" from MFC's title
2020-04-13 18:52:29 +02:00
0xboobface
ae6fa229e7
Add user-agent agent header to every http request in MFC classes
2020-04-13 18:42:57 +02:00
0xboobface
979c8b0a91
Add Girls HD tab for Stripchat
2020-03-28 13:08:24 +01:00
0xboobface
970b9ab574
Fix follow/unfollow for BongaCams
2020-03-28 13:07:54 +01:00
0xboobface
915be1d4fc
Save column order in tables
2020-03-22 13:54:31 +01:00
0xboobface
dc30f7da51
Increase models per page for Streamate favorites
2020-03-20 15:18:26 +01:00
0xboobface
0107f1d008
Take model description into account when filtering
2020-03-19 18:40:18 +01:00
0xboobface
8ae30ab6eb
Move user agent settings to general panel
2020-03-19 15:54:00 +01:00
0xboobface
ad06218b78
Improve filter updates
...
Filter matches are now updated as soon, as the stream resolution has
been determined for a model
2020-03-19 15:21:57 +01:00
0xboobface
243d2757b0
Set version to 3.5.0
2020-03-19 15:01:34 +01:00
0xboobface
13da583483
Revert refresh of segment playlist url
2020-03-19 15:00:23 +01:00
0xboobface
dd47d121bc
Improve caching of stream resolution info
2020-03-19 13:59:52 +01:00
0xboobface
a5732cb572
Add config setting for the HTTP User-Agent header
2020-03-17 20:47:15 +01:00
0xboobface
d716354dc1
Add config setting for the number post-processing threads
2020-03-17 20:20:11 +01:00
0xboobface
ff9ff8f40f
Add dialog to specify media player params in the settings
2020-03-16 20:51:09 +01: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
0xboobface
6f278b6c49
Code cleanup
2020-03-16 14:27:48 +01:00
0xboobface
30a8a50402
Disable servlet context path, if the recording mode is local
2020-03-16 14:14:42 +01:00
0xboobface
76794e588e
Add negation (!) to filter bar
...
Filter terms can now be negated with !
2020-03-16 13:41:06 +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
2eb1b17513
Change cookie name of the sorting settings
2020-03-02 20:45:24 +01:00
0xboobface
2f013bc870
Change BongaCams online check
2020-02-29 18:30:57 +01:00
0xboobface
4c8f64bfeb
Update help section
2020-02-29 15:19:45 +01:00
0xboobface
c580a74e49
Update Q&A
2020-02-29 11:28:43 +01:00
0xboobface
3636d34d22
Set version to 3.4.0
2020-02-27 20:59:53 +01:00
0xboobface
46bd8667c8
Separate site name and displayed title
2020-02-26 21:40:58 +01:00
0xboobface
3ec4d74545
Add Stripchat to server
2020-02-23 19:52:34 +01:00