-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Live: Source cleanup to free memory for multiple streams. #413
Copy link
Copy link
Closed
Labels
BugIt might be a bug.It might be a bug.EnhancementImprovement or enhancement.Improvement or enhancement.TransByAITranslated by AI/GPT.Translated by AI/GPT.
Milestone
Description
SrsSource* source = SrsSource::fetch(req);
if (!source) {
if ((ret = SrsSource::create(req, server, server, &source)) != ERROR_SUCCESS) {
return ret;
}
}
If a server is continuously requested with rtmp://xxx/live/(1-100000), the number of objects keeps increasing, and no release logic is found.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugIt might be a bug.It might be a bug.EnhancementImprovement or enhancement.Improvement or enhancement.TransByAITranslated by AI/GPT.Translated by AI/GPT.
Type
Projects
Status
No status