1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

防止ingester多次调用stop导致崩溃

This commit is contained in:
chenchengbin 2020-04-01 09:55:03 +08:00 committed by winlin
parent 63b5c51748
commit 0aecc063e0
2 changed files with 2 additions and 0 deletions

View file

@ -57,6 +57,7 @@ enum SrsEdgeState
// play stream from origin, ingest stream
SrsEdgeStateIngestConnected = 101,
SrsEdgeStateIngestStoping = 1000,
// For publish edge
SrsEdgeStatePublish = 200,
};