74 Commits

Author SHA1 Message Date
Ingo Oppermann
f422b0b45e
Remove resample filter from audio decoders, add filters to summary 2022-07-14 19:04:03 +02:00
Ingo Oppermann
85f6d36f0a
Merge branch 'dev' into av_filter 2022-07-14 18:32:07 +02:00
Ingo Oppermann
5ccf1d552f
Fix compatibility check for core only 2022-07-14 17:58:30 +02:00
Ingo Oppermann
1aa43fff4d
Add aresample filter to replace filter in encoders (WIP) 2022-07-14 17:56:30 +02:00
Ingo Oppermann
827f5bec54
Merge branch 'dev' into av_filter 2022-07-14 17:30:10 +02:00
Ingo Oppermann
5f85f3aef9
Fix white screen when core version is too old but doesn't have any auths enabled 2022-07-14 17:28:37 +02:00
Ingo Oppermann
a91e86bc66
Use graphs instead of mappings for filters, use -filter:(a|v) in command line 2022-07-14 16:35:59 +02:00
Ingo Oppermann
7639c4de18
Fix type changes in filter settings 2022-07-14 10:24:09 +02:00
Jan Stabenow
f610e2739e
Mod removes console.log 2022-07-13 20:26:21 +02:00
Jan Stabenow
ec90f6730f
Add av filter components 2022-07-13 20:23:12 +02:00
Ingo Oppermann
2ded21e988
Add AirPlay support with silvermine videojs plugin 2022-07-13 20:21:02 +02:00
Ingo Oppermann
2b9a9a1207
Add Chromecast support (thx badincite)
Using the silvermine chromecast plugin for videojs
2022-07-13 20:15:39 +02:00
Ingo Oppermann
9d7431a4bd
Fix HTML encoding 2022-07-12 09:20:38 +02:00
Jan Stabenow
db7243489f
Mod combines source and encoding 2022-07-11 22:40:20 +02:00
Ingo Oppermann
23a274455d
Separate repeating content into component 2022-07-11 13:51:11 +02:00
Ingo Oppermann
b9c7bda69e
Add source selection for publication services 2022-07-11 13:22:25 +02:00
Ingo Oppermann
1984b9d12c
Differentiate push ingest addresses from ingest output addresses 2022-07-08 18:23:07 +02:00
Ingo Oppermann
21f3829af5
Fix publication service input address 2022-07-08 17:13:19 +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
Jan Stabenow
9e5a9dd8aa
Mod adds a "Enable SRT/RTMP server" button/hint 2022-07-08 00:10:43 +02:00
Jan Stabenow
e012fec51d
Mod disables user/pass for SRT inputs, optimize chunk encoding, cleanup code 2022-07-07 23:30:15 +02:00
Ingo Oppermann
27eb93e465
Fix output path generation 2022-07-07 17:10:30 +02:00
Ingo Oppermann
154e126716
Separate ingest and snapshot process creation 2022-07-07 16:56:03 +02:00
Ingo Oppermann
482689d245
Merge branch 'dev' of github.com:datarhei/restreamer-ui into dev 2022-07-07 15:52: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
ad91c38d5a
Enable RTMP and SRT controls based on availability 2022-07-07 15:24:03 +02:00
Ingo Oppermann
cfde8db58b
Update changelog 2022-07-07 14:30:02 +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
0af3a66687
Add HEVC+VP9 VAAPI encoders 2022-07-07 12:34:28 +02:00
Jan Stabenow
ce15947f11
Fix H264 VAAPI encoder 2022-07-07 12:26:54 +02:00
Ingo Oppermann
65cfcb8691
Add RTMPS settings 2022-07-06 12:28:00 +02:00
Ingo Oppermann
20809bfc01
Add SRT push option 2022-07-06 12:21:52 +02:00
Jan Stabenow
56b64e90da
Fix srt passphrase 2022-07-05 13:20:54 +02:00
Ingo Oppermann
9f96959315
Update changelog 2022-07-04 20:27:27 +02:00
Ingo Oppermann
73d2f79876
Add SRT settings 2022-07-04 20:26:06 +02:00
Ingo Oppermann
ed1dc21424
Change version 2022-07-01 16:56:15 +02:00
Ingo Oppermann
ad539c6690
Update changelog 2022-07-01 16:53:01 +02:00
Ingo Oppermann
64d532e38b
Remove trailing slash from Core address 2022-07-01 16:48:42 +02:00
Jan Stabenow
f23143c0ef
Merge pull request #8 from datarhei/hls_versions
Add HLS version selection (Electra Player compatibility)
2022-07-01 14:24:09 +02:00
Ingo Oppermann
fd462775c1
Slimming down HLS parameter assembly 2022-06-30 21:39:12 +02:00
Jan Stabenow
0be3a70304
Mod updates CHANGELOG 2022-06-30 19:09:45 +02:00
Jan Stabenow
cb2d486888
Fix Malformed AAC bitstream detected for hls version 7 + array merge 2022-06-30 19:05:26 +02:00
Jan Stabenow
faa2cc1af2
Fix no-useless-concat + style 2022-06-30 16:03:41 +02:00
Jan Stabenow
16e669f05d
Mod adds a more fluent version compatible with tee_muxer 2022-06-30 14:49:24 +02:00
Ingo Oppermann
7239bf4d66
Cosmetics 2022-06-30 09:48:44 +02:00
Jan Stabenow
2a8ec7b348
Add HLS version selection (Electra Player compatibility) 2022-06-29 23:43:36 +02:00
Ingo Oppermann
28c376f5a7
Allow decoders and encoders to set global options
For more details please read the src/misc/coders/README.md
2022-06-29 21:51:10 +02:00
Jan Stabenow
f8a899ca0f
Add Polish translation (thx Robert Rykała) & improvements (repo-merge)
- Update language files
- Add Polish translation (thx Robert Rykała)

Co-Authored-By: Ingo Oppermann <57445+ioppermann@users.noreply.github.com>
2022-06-23 22:39:35 +02:00
Jan Stabenow
c8d9b93405
Fix process report naming 2022-06-21 23:10:06 +02:00