Backfill with clientId

This commit is contained in:
2023-07-31 14:19:51 +01:00
parent 90ab2b7b96
commit 112ed5b80a
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ public class SrsController : Controller
App = appSplit[0],
Variant = appSplit.Length > 1 ? appSplit[1] : "",
ClientId = req.ClientId!,
StreamId = req.StreamId!,
StreamId = req.StreamId ?? req.ClientId!,
StreamKey = req.Stream
});

View File

@ -11,7 +11,7 @@ services:
- "9003:8080"
- "9004:8000"
srs-edge:
image: ossrs/srs:5
image: ossrs/srs:4
volumes:
- "./docker/srs-edge.conf:/usr/local/srs/conf/srs.conf"
ports: