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 "\".
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>