Skip to content

feat(encoders): auto-reconnect dropped streams with exponential backoff - #81

Draft
Roboroads wants to merge 1 commit into
mainfrom
feat/encoder-auto-reconnect
Draft

feat(encoders): auto-reconnect dropped streams with exponential backoff#81
Roboroads wants to merge 1 commit into
mainfrom
feat/encoder-auto-reconnect

Conversation

@Roboroads

Copy link
Copy Markdown
Collaborator

Network encoders now auto-reconnect with exponential backoff (1s→30s) when ffmpeg dies unexpectedly, giving up after 5 attempts if the stream never connected once (e.g. wrong password). Streaming status is now driven by ffmpeg's progress output instead of being reported optimistically, and the reconnecting state shows up in the encoder card, toasts, status bar, and on-air indicator.

Closes #51

…ff (#51)

Signed-off-by: Robbin "Roboroads" Schepers <robbin@deschepers.nl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Encoder auto-reconnect

1 participant