Thulinma
|
ca63abae14
|
Added STAT_CUTOFF compile flag
|
2021-10-19 22:29:41 +02:00 |
|
Balder
|
cff43da016
|
Fixed controller restarting always-on streams when they were, in fact, still on.
|
2021-10-19 22:29:41 +02:00 |
|
Thulinma
|
3d26741148
|
Socket library and Config library restructuring, improvement to UDP socket reliability
|
2021-10-19 22:29:41 +02:00 |
|
Thulinma
|
de4890ac20
|
Livepeer transcoding support
|
2021-10-19 22:29:40 +02:00 |
|
Thulinma
|
19a4701be7
|
Added STREAM_END trigger + viewerseconds stat in prometheus output
|
2021-10-19 22:29:40 +02:00 |
|
Thulinma
|
771fad390a
|
Allow overriding application name with -DAPPNAME="Name here"
|
2021-10-19 22:29:40 +02:00 |
|
Thulinma
|
0af992d405
|
Various fixes, among which:
- Fixed segfault when attempting to initialseek on disconnected streams
- Fix 100% CPU bug in controller's stats code
- WebRTC UDP bind socket improvements
- Several segfault fixes
- Increased packet reordering buffer size from 30 to 150 packets
- Tweaks to default output/buffer behaviour for incoming pushes
- Added message for load balancer checks
- Fixed HLS content type
- Stats fixes
- Exit reason fixes
- Fixed socket IP address detection
- Fixed non-string arguments for stream settings
- Added caching for getConnectedBinHost()
- Added WebRTC playback rate control
- Added/completed VP8/VP9 support to WebRTC/RTSP
- Added live seek option to WebRTC
- Fixed seek to exactly newest timestamp
- Fixed HLS input
# Conflicts:
# lib/defines.h
# src/input/input.cpp
|
2021-10-19 22:29:40 +02:00 |
|
Phencys
|
2b99f2f5ea
|
New Meta commit
|
2021-10-19 22:29:40 +02:00 |
|
DDVTech
|
fccf66fba2
|
Restyle
|
2021-10-19 22:29:40 +02:00 |
|
Ramoe
|
2a09128830
|
Added FFMPEG process
|
2021-10-19 22:29:39 +02:00 |
|
Thulinma
|
5c8aa1bfbd
|
Improved trustedproxy support
|
2021-08-30 12:43:19 +02:00 |
|
Thulinma
|
dbafdf6744
|
Correct handling of reaper thread in forking binaries
|
2021-03-19 22:47:06 +01:00 |
|
Thulinma
|
d522c1d90f
|
Merge branch 'development' into LTS_development
# Conflicts:
# src/input/input_buffer.cpp
|
2020-09-30 17:29:49 +02:00 |
|
Thulinma
|
bafe30e234
|
Improvements/tests for SEM_LIVE locking
|
2020-09-30 17:24:57 +02:00 |
|
Thulinma
|
e6a9e5d421
|
Merge branch 'development' into LTS_development
|
2020-08-31 15:28:30 +02:00 |
|
Thulinma
|
ef1ee853b9
|
Fix shutdown API call
|
2020-08-31 15:27:59 +02:00 |
|
Thulinma
|
eb15ad41a9
|
Merge branch 'development' into LTS_development
# Conflicts:
# src/controller/controller_api.cpp
|
2020-08-10 14:49:59 +02:00 |
|
Thulinma
|
a05dba0ce8
|
Added API call for shutting down MistServer from local API connections
|
2020-08-10 14:48:32 +02:00 |
|
Thulinma
|
a15b3c20f1
|
Merge branch 'development' into LTS_development
# Conflicts:
# src/controller/controller_api.cpp
|
2020-07-15 19:30:40 +02:00 |
|
Thulinma
|
b057698018
|
Added api_endpoint API call to give local API endpoint address, added responses to local-only UDP API, added Socket::getSocketName(), added ability to discover current listening interface address and port for serveSocket-style functions
|
2020-07-15 19:29:16 +02:00 |
|
Thulinma
|
c2fd7af109
|
Fix always on streams being misdetected when set to false. -_-
|
2020-03-12 16:03:15 +01:00 |
|
Thulinma
|
8d519d0fc5
|
Merge branch 'development' into LTS_development
|
2020-03-10 14:01:31 +01:00 |
|
Thulinma
|
04a1b394dd
|
Fixed multiple public addresses in controller settings, fixed debug level being passed when set to default
|
2020-03-10 14:01:21 +01:00 |
|
Thulinma
|
eb8694052d
|
Merge branch 'development' into LTS_development
# Conflicts:
# lib/http_parser.cpp
|
2020-03-03 17:04:10 +01:00 |
|
Thulinma
|
af87ab3552
|
Fix stats JSON output of connector counts -_-
|
2020-02-27 12:07:05 +01:00 |
|
Thulinma
|
93d28526f7
|
Merge branch 'development' into LTS_development
# Conflicts:
# src/controller/controller.cpp
|
2020-02-26 16:09:22 +01:00 |
|
Thulinma
|
10e965327a
|
Memory limit checking to help users create optimal configs
|
2020-02-26 16:08:39 +01:00 |
|
Thulinma
|
38a5522832
|
Fix controller segfault when source is very short
|
2020-02-03 16:53:26 +01:00 |
|
Thulinma
|
ead45b4fb8
|
Fixes to playlist support
|
2020-01-23 13:43:55 +01:00 |
|
Erik Zandvliet
|
907be3b1f4
|
Playlist support
|
2020-01-23 13:43:51 +01:00 |
|
Thulinma
|
aac698a1f1
|
Added fix for licensing/updating through non-SSL proxy server
|
2019-11-07 13:40:57 +01:00 |
|
Thulinma
|
7a751a8382
|
Stats fix, removed some dead code.
|
2019-11-06 15:01:50 +01:00 |
|
Thulinma
|
7bffdfe644
|
Added global configuration mechanism and defaultStream support
|
2019-10-31 11:19:54 +01:00 |
|
Thulinma
|
919e5eb41f
|
Merge branch 'development' into LTS_development
# Conflicts:
# CMakeLists.txt
# src/controller/controller.cpp
# src/controller/controller_api.cpp
|
2019-09-09 13:41:22 +02:00 |
|
Thulinma
|
309d39eab7
|
Backported UDP API from Pro edition
|
2019-09-09 13:36:09 +02:00 |
|
Thulinma
|
4c3dfa829f
|
Implemented certbot helper utility
|
2019-09-09 13:19:37 +02:00 |
|
Thulinma
|
ffaa0394db
|
Implemented certbot helper utility
|
2019-09-09 13:16:45 +02:00 |
|
Thulinma
|
32d92b320f
|
Added version number payload to SYSTEM_START trigger
|
2019-08-10 12:36:43 +02:00 |
|
Thulinma
|
cc9e970ea3
|
More backports from Pro edition, among which HTTPS/TLS support
|
2019-07-13 14:23:59 +02:00 |
|
Thulinma
|
66890c4564
|
Robustified Socket::Connection, added debugging data for copies/assigns and Socket::Connetion::open() calls for proper socket re-use.
|
2019-06-30 22:36:29 +02:00 |
|
Thulinma
|
971836e20a
|
Increased license-checking timeout from 5s to 25s, reworked updater code (now uses system "tar" binary and downloads the same release archives linked on the website)
|
2019-05-23 13:32:27 +02:00 |
|
Thulinma
|
fd927c5e39
|
Merge branch 'development' into LTS_development
# Conflicts:
# src/controller/controller.cpp
# src/controller/controller_statistics.cpp
|
2019-05-23 13:31:41 +02:00 |
|
Thulinma
|
5418c1fefc
|
Generalized Util::Config::is_restarting for rolling restarts, added rolling restart support to listening socket outputs
|
2019-05-23 13:30:24 +02:00 |
|
Thulinma
|
ea443945fe
|
Generalized Util::Config::is_restarting for rolling restarts, added rolling restart support to listening socket outputs
|
2019-05-23 13:28:30 +02:00 |
|
Thulinma
|
42da518d5f
|
Fixed ERROR message when force-saving connector list to shared memory.
|
2019-05-23 12:43:45 +02:00 |
|
Thulinma
|
26c9f964be
|
Merge branch 'development' into LTS_development
|
2019-05-23 12:42:19 +02:00 |
|
Thulinma
|
d0868d0f42
|
Added "version" element to JSON outputs of binaries, added version check in controller (ignores mismatched binaries now)
|
2019-05-23 12:36:45 +02:00 |
|
Thulinma
|
0deb9a6aee
|
Make licensing system use HTTPS if SSL support is enabled.
|
2019-03-20 21:22:09 +01:00 |
|
Thulinma
|
08cce15193
|
Fixed controller SYSTEM_START trigger failure when not configured
|
2019-03-06 10:30:44 +01:00 |
|
Thulinma
|
1c85b7b879
|
Merge branch 'development' into LTS_development
|
2019-03-06 10:30:37 +01:00 |
|