12 Commits

Author SHA1 Message Date
Ingo Oppermann
7ffe697939
Implement disk cache allow and block list, require core version 16.10.0 2022-08-17 17:23:28 +03:00
Jan Stabenow
67aad79bfe
Mod wording 2022-07-20 18:50:42 +02:00
Ingo Oppermann
b3722ec5cb
Enforce slash at the beginning of RTMP app 2022-07-20 12:44:58 +02:00
Jan Stabenow
7849256593
Add hls master_playlist option (default=true) + mod changelog + fix typeError 2022-07-15 11:24:00 +02:00
Jan Stabenow
bc7697ad57
Add srt passphrase validation + fix srt.token injection 2022-07-14 22:55:46 +02:00
Jan Stabenow
81737841b9
Mod removes tmp. fix (fixed by core v16.9.0) 2022-07-07 15:28:27 +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
Ingo Oppermann
65cfcb8691
Add RTMPS settings 2022-07-06 12:28:00 +02:00
Jan Stabenow
56b64e90da
Fix srt passphrase 2022-07-05 13:20:54 +02:00
Ingo Oppermann
73d2f79876
Add SRT settings 2022-07-04 20:26:06 +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