Backfill with clientId
This commit is contained in:
@ -38,7 +38,7 @@ public class SrsController : Controller
|
|||||||
App = appSplit[0],
|
App = appSplit[0],
|
||||||
Variant = appSplit.Length > 1 ? appSplit[1] : "",
|
Variant = appSplit.Length > 1 ? appSplit[1] : "",
|
||||||
ClientId = req.ClientId!,
|
ClientId = req.ClientId!,
|
||||||
StreamId = req.StreamId!,
|
StreamId = req.StreamId ?? req.ClientId!,
|
||||||
StreamKey = req.Stream
|
StreamKey = req.Stream
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ services:
|
|||||||
- "9003:8080"
|
- "9003:8080"
|
||||||
- "9004:8000"
|
- "9004:8000"
|
||||||
srs-edge:
|
srs-edge:
|
||||||
image: ossrs/srs:5
|
image: ossrs/srs:4
|
||||||
volumes:
|
volumes:
|
||||||
- "./docker/srs-edge.conf:/usr/local/srs/conf/srs.conf"
|
- "./docker/srs-edge.conf:/usr/local/srs/conf/srs.conf"
|
||||||
ports:
|
ports:
|
||||||
|
Reference in New Issue
Block a user