15 Commits

Author SHA1 Message Date
Ingo Oppermann
731d4a93d8
Fix warnings navigating away during component mount 2022-11-10 16:43:57 +01:00
Jan Stabenow
0edf69ed7c
Mod improves display of progress data 2022-11-07 17:29:34 +01:00
Jan Stabenow
a59c766c4d
Add low_delay option + uses the ingest stream for publication 2022-09-29 18:26:06 +02:00
Jan Stabenow
183717e98a
Add DVR optimizations, updates packages and fix typo 2022-09-21 14:11:20 +02:00
Ingo Oppermann
dae3452a3f
Parametrize list of protocols 2022-07-21 13:55:08 +02:00
Ingo Oppermann
b5f0fe386e
Allow to store HLS on diskfs 2022-07-18 10:04:59 +02:00
Ingo Oppermann
fd209165e5
Add filter support 2022-07-15 14:06:23 +02:00
Ingo Oppermann
b9c7bda69e
Add source selection for publication services 2022-07-11 13:22:25 +02:00
Jan Stabenow
82531a9226
Fix considers missing metadata 2022-07-08 12:19:20 +02:00
Ingo Oppermann
a55924d28c
Add warning if process depends on disabled RTMP/SRT server 2022-07-08 10:09:41 +02:00
Ingo Oppermann
27eb93e465
Fix output path generation 2022-07-07 17:10:30 +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
ed3d67f33a
Fix publication service icon styles 2022-06-21 22:42:21 +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