46 Commits

Author SHA1 Message Date
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
Jan Stabenow
ed3d67f33a
Fix publication service icon styles 2022-06-21 22:42:21 +02:00
Jan Stabenow
fbe9d91eed
Add Telegram and Owncast to publication services - datarhei/restreamer#369 2022-06-21 22:15:13 +02:00
Jan Stabenow
a70f683caf
Fix unable to parse option value "undefined" - see restreamer#356 restreamer#352 2022-06-07 16:44:04 +02:00
Jan Stabenow
4a521e9c17
Add docker workflow v1.1.0 2022-06-03 20:00:29 +02:00
Jan Stabenow
d6c530e273
Add compatibility list for encoders 2022-06-03 20:00:17 +02:00
Ingo Oppermann
ee2a9c54cf
Re-add logos directory 2022-06-03 17:47:25 +02:00
Ingo Oppermann
b21ee2941f
Delete src/views/Publication/Services/Logos directory 2022-06-03 17:44:24 +02:00
Jan Stabenow
0bc412c633
Add v1.1.0 2022-06-03 17:14:06 +02:00
Jan Stabenow
110a36a60f
Create codeql-analysis.yml 2022-06-02 17:07:57 +02:00
Jan Stabenow
a55d88cda8
Merge pull request #3 from datarhei/snyk-upgrade-6c51bd9a974b2a6a7ee9d8f9426624dd
[Snyk] Upgrade video.js from 7.18.1 to 7.19.2
2022-06-02 16:28:00 +02:00
Jan Stabenow
7a4eaad199
Merge pull request #2 from datarhei/snyk-upgrade-f94177498c7a6968588e32454ece1b3a
[Snyk] Upgrade hls.js from 0.13.2 to 0.14.17
2022-06-02 16:27:48 +02:00
Jan Stabenow
5e47164a30
Merge pull request #5 from datarhei/snyk-upgrade-1708f78bc89ba751dfa158fe638590eb
[Snyk] Upgrade @auth0/auth0-spa-js from 1.21.0 to 1.21.1
2022-06-02 16:27:37 +02:00
Jan Stabenow
0276dfe736
Merge pull request #6 from datarhei/snyk-upgrade-5184503f49bb8b2430869496c75bd1bf
[Snyk] Upgrade @mui/styles from 5.6.2 to 5.7.0
2022-06-02 16:27:25 +02:00
Sven Erbeck
7354c559c1
Update SECURITY.md
Added some kind words.
2022-06-02 09:16:57 +02:00
Sven Erbeck
734a713874
Create SECURITY.md
Add contact mail and some words.
2022-06-02 08:50:51 +02:00
snyk-bot
15b759113d
fix: upgrade @mui/styles from 5.6.2 to 5.7.0
Snyk has created this PR to upgrade @mui/styles from 5.6.2 to 5.7.0.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/jstabenow-iwq/project/d120b2f3-4772-4ac9-b250-600e2e885d33?utm_source=github&utm_medium=referral&page=upgrade-pr
2022-05-31 16:15:44 +00:00
snyk-bot
2b5284ca2c
fix: upgrade @auth0/auth0-spa-js from 1.21.0 to 1.21.1
Snyk has created this PR to upgrade @auth0/auth0-spa-js from 1.21.0 to 1.21.1.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/jstabenow-iwq/project/d120b2f3-4772-4ac9-b250-600e2e885d33?utm_source=github&utm_medium=referral&page=upgrade-pr
2022-05-31 16:15:40 +00:00
snyk-bot
39bbadda77
fix: upgrade video.js from 7.18.1 to 7.19.2
Snyk has created this PR to upgrade video.js from 7.18.1 to 7.19.2.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/jstabenow-iwq/project/d120b2f3-4772-4ac9-b250-600e2e885d33?utm_source=github&utm_medium=referral&page=upgrade-pr
2022-05-31 16:15:32 +00:00
snyk-bot
9c63ed7208
fix: upgrade hls.js from 0.13.2 to 0.14.17
Snyk has created this PR to upgrade hls.js from 0.13.2 to 0.14.17.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/jstabenow-iwq/project/d120b2f3-4772-4ac9-b250-600e2e885d33?utm_source=github&utm_medium=referral&page=upgrade-pr
2022-05-31 16:15:28 +00:00
Sven Erbeck
763827501f
Create CODE_OF_CONDUCT.md
The always stay open files were created.
2022-05-25 22:26:30 +02:00
Jan Stabenow
bc6dcd6d07
Update README.md 2022-05-16 19:19:59 +02:00
Jan Stabenow
8dbdb3dfc9
Fix ip_ignorelist 2022-05-13 20:15:40 +02:00
Jan Stabenow
0799686085
Add v1.0.0 v1.0.0 2022-05-13 19:38:30 +02:00
Jan Stabenow
a3c08cbb3a
Initial commit 2022-05-13 17:09:42 +02:00