Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stream is not deleted immediately #1789

Open
getroot opened this issue Feb 24, 2025 · 1 comment
Open

Stream is not deleted immediately #1789

getroot opened this issue Feb 24, 2025 · 1 comment
Assignees
Labels
patched Patch applied

Comments

@getroot
Copy link
Member

getroot commented Feb 24, 2025

Discussed in #1782

Originally posted by hernanrz February 20, 2025
We've been having this issue for a while now where some users experience disconnects/reconnects in OBS somewhat consistently. We've ruled out network issues on the user's end, also tried different bitrate settings and it doesn't seem to affect things. We're wondering if it's possible a bug in OME is the cause.

About our server setup

  • We have multiple concurrent streams
  • We use the API to record every stream that starts and call the API to stop recording when the stream disconnects (and stays disconnected for up to 5 seconds)
  • We're using the latest OME version

Config file
Server.xml.txt

OBS Logs from the disconnects
obslog.txt

@getroot getroot added the in progress Being actively worked on but may take some time to complete label Feb 24, 2025
@dimiden dimiden added patched Patch applied and removed in progress Being actively worked on but may take some time to complete labels Feb 26, 2025
@dimiden
Copy link
Member

dimiden commented Feb 26, 2025

@naanlizard
There was an issue where socket-related events could be delayed when traffic surged, which caused RTMP streams not to be deleted immediately.
This has been fixed and committed, so it should now be deleted properly.
Thank you! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patched Patch applied
Projects
None yet
Development

No branches or pull requests

2 participants