-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
AI HandledThis issue is fixed by AI, or the PR is reviewed by AI, or the discussion is replied to by AI.This issue is fixed by AI, or the PR is reviewed by AI, or the discussion is replied to by AI.EnglishNativeThis issue is conveyed exclusively in English.This issue is conveyed exclusively in English.FeatureIt's a new feature.It's a new feature.
Description
Return an error from the application or the SRS itself in headers or status codes. This will help you understand why the stream failed to start, either from the application code or the internal state of the SRS.
Example
on_publish "https://example.com/hook/srs/publish";
if stream busy: return status code 100 Continue OR in Headers (the end user will understand that the old stream needs to be stopped)
if error drom application: return response code (proxy?) OR in Headers "status text"
For now, this can only be applied to WHIP
Metadata
Metadata
Assignees
Labels
AI HandledThis issue is fixed by AI, or the PR is reviewed by AI, or the discussion is replied to by AI.This issue is fixed by AI, or the PR is reviewed by AI, or the discussion is replied to by AI.EnglishNativeThis issue is conveyed exclusively in English.This issue is conveyed exclusively in English.FeatureIt's a new feature.It's a new feature.