You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the business background? Please provide a description.
For stream backup, a stream can exist on two origin servers, so when one stream is down, the proxy can switch to the other.
If multiple stream backups are supported, meaning a stream can be published to multiple origin servers, then the proxy can support more players and is not limited to a single origin server.
Is your feature request related to a problem? Please describe.
Nop.
Describe the solution you'd like
For the proxy, it selects an origin server when publishing or playing a stream, so it only supports one origin server per stream. Need to update the proxy server: when publishing a stream and the stream already exists, it should select a new origin server. When playing, if there is more than one origin server hosting this stream, select an origin server randomly.
Describe alternatives you've considered
Nop.
Additional context
If a user publishes a stream directly to the origin server, the proxy server currently does not detect it. The proxy should add an HTTP API to accept SRS HTTP callbacks about publish events and update the origin servers accordingly.
FeatureIt's a new feature.KubernetesFor K8s, Prometheus, APM and Grafana.EnglishNativeThis issue is conveyed exclusively in English.
1 participant
Converted from issue
This discussion was converted from issue #4376 on June 12, 2025 11:43.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This feature is based on the Proxy server for SRS.
What is the business background? Please provide a description.
For stream backup, a stream can exist on two origin servers, so when one stream is down, the proxy can switch to the other.
If multiple stream backups are supported, meaning a stream can be published to multiple origin servers, then the proxy can support more players and is not limited to a single origin server.
Is your feature request related to a problem? Please describe.
Nop.
Describe the solution you'd like
For the proxy, it selects an origin server when publishing or playing a stream, so it only supports one origin server per stream. Need to update the proxy server: when publishing a stream and the stream already exists, it should select a new origin server. When playing, if there is more than one origin server hosting this stream, select an origin server randomly.
Describe alternatives you've considered
Nop.
Additional context
If a user publishes a stream directly to the origin server, the proxy server currently does not detect it. The proxy should add an HTTP API to accept SRS HTTP callbacks about publish events and update the origin servers accordingly.
Beta Was this translation helpful? Give feedback.
All reactions