9 Commits

Author SHA1 Message Date
Jan Stabenow
1b9cfa279f
Fix requires Core >= v16.11.0 and FFmpeg >= 5.1.0 2022-11-14 21:21:37 +01:00
Ingo Oppermann
167efb399e
Upgrade react-scripts 2022-11-07 10:42:59 +01:00
Ingo Oppermann
afe79a21a6
Update required Core version 2022-09-30 14:01:14 +02:00
Ingo Oppermann
dc84aae8ce
Require core version 16.11.0 2022-09-30 12:36:10 +02:00
Ingo Oppermann
7ffe697939
Implement disk cache allow and block list, require core version 16.10.0 2022-08-17 17:23:28 +03:00
Ingo Oppermann
fd209165e5
Add filter support 2022-07-15 14:06:23 +02:00
Ingo Oppermann
92ec93dff0
Add stream distribution across multiple internal servers
The core provides an internal RTMP and SRT server. Pulling in a stream
results by default in a HLS output. Now, this stream can also be pushed
additionaly to the internal RTMP and SRT servers, given they are enabled.
This results in a lower latency when you play the stream from one of
those servers.

It was necessary to modify the RTMP configuration a bit, such that there's
always a non-TLS RTMP server available for internal use. If you enable
RTMPS, it will require now that there's also a RTMP server running. Both need
to run on different ports. Please check your RTMP settings after the update.
The RTMPS server will run on port 1936 by default. The RTMP server will run
on port 1935 by default.

The UI requires now core version 16.9.0
2022-07-07 14:01:31 +02:00
Jan Stabenow
0bc412c633
Add v1.1.0 2022-06-03 17:14:06 +02:00
Jan Stabenow
0799686085
Add v1.0.0 2022-05-13 19:38:30 +02:00