Revert public host config

This commit is contained in:
2023-07-31 14:49:04 +01:00
parent 112ed5b80a
commit 055e7b0487
5 changed files with 14 additions and 3 deletions

View File

@ -39,7 +39,8 @@ public class SrsController : Controller
Variant = appSplit.Length > 1 ? appSplit[1] : "",
ClientId = req.ClientId!,
StreamId = req.StreamId ?? req.ClientId!,
StreamKey = req.Stream
StreamKey = req.Stream,
EdgeIp = req.Ip!
});
if (req.Action == "on_forward")