23 Commits

Author SHA1 Message Date
Jan Stabenow
3c9f4b10b4
Mod updates changelog 2022-11-08 01:28:28 +01:00
Ingo Oppermann
886dc7d81a
Bump version to 16.11.0 2022-11-07 12:26:15 +01:00
Jan Stabenow
eb57fb5e70
Mod updates build env. 2022-09-30 15:03:21 +02:00
Ingo Oppermann
eeec59f8b1
Fix last minor version bump to patch version bump 2022-09-30 13:58:21 +02:00
Ingo Oppermann
56ff5b1c60
Update changelog 2022-09-30 12:43:37 +02:00
Ingo Oppermann
a114f426d4
Update changelog 2022-09-29 10:52:42 +02:00
Jan Stabenow
8af8cc9301
Mod exposes ports 2022-09-29 10:10:05 +02:00
Ingo Oppermann
7d38416239
Update changelog 2022-09-23 10:08:13 +02:00
Ingo Oppermann
f1d71c202b
Fix HLS streaming and cleanup on diskfs 2022-09-08 15:00:09 +02:00
Ingo Oppermann
ed36f45f5f
Update changelog 2022-09-08 14:54:48 +02:00
Ingo Oppermann
e675eccd50
Update changelog 2022-08-22 10:13:57 +03:00
Ingo Oppermann
933ed56ab7
Update changelog 2022-07-22 09:06:19 +02:00
Ingo Oppermann
d614e4f79e
Bump version to 16.9.1 2022-07-22 08:36:38 +02:00
Ingo Oppermann
00c382262e
Add config migration from version 1 to version 2 2022-07-20 12:27:55 +02:00
Ingo Oppermann
2ecea4b3e2
Bump version to 16.9.0 2022-07-07 13:49:37 +02:00
Ingo Oppermann
971b8337fe
Add new placeholders and parameters for placeholder 2022-07-06 19:51:47 +02:00
Ingo Oppermann
fa3f8b9b57
Allow RTMP server if RTMPS server is enabled 2022-07-05 20:30:40 +02:00
Ingo Oppermann
a2898061b0
Add optional escape character to process placeholder
If a value for a placeholder needs escaping, add the character to
escape with an "^" to the name of the placeholder, e.g. {memfs^:}.
This will escape all occurences of ":" in the value for {memfs}
with a "\".
2022-07-04 20:20:15 +02:00
Ingo Oppermann
da039f4751
Add proper API of SRT log data 2022-07-01 15:31:07 +02:00
Ingo Oppermann
1931782638
Fix output address validation for tee outputs 2022-06-30 21:07:53 +02:00
Ingo Oppermann
1cf1b7772f
Add UpdateProcess function
If PUT /process/:id is called in order to replace an existing
process config with an invalid process config, the existing
process was deleted and an 409 was returned. A subsequent GET on
the previous process would then return a 404, which is not
what you expect. The previous process needs to stay in place.
2022-06-30 19:54:25 +02:00
Jan Stabenow
eb1cc37456
Add GoSRT & improvements (repo-merge)
Commits (Ingo Oppermann):
- Add experimental SRT connection stats and logs
- Hide /config/reload endpoint in reade-only mode
- Add SRT server
- Create v16 in go.mod
- Fix data races, tests, lint, and update dependencies
- Add trailing slash for routed directories (datarhei/restreamer#340)
- Allow relative URLs in content in static routes

Co-Authored-By: Ingo Oppermann <57445+ioppermann@users.noreply.github.com>
2022-06-23 22:13:58 +02:00
Jan Stabenow
9746248c10
Add v16.8.0 2022-06-03 17:21:52 +02:00