-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[RTMP] Fatal panic when calling the RTMP API while starting the stream at the same time #2430
Closed
4 of 13 tasks
Comments
+1 |
aler9
pushed a commit
that referenced
this issue
Sep 28, 2023
Co-authored-by: Paxx <daniel.botta@hiway.media>
fixed by #2431 |
added in v1.2.0 |
This issue is being locked automatically because it has been closed for more than 6 months. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Which version are you using?
v1.1.0
Which operating system are you using?
Describe the issue
The application panics and there is no way of avoiding it. This happens when mediamtx receives a stream and in the same moment you ask the get streams api.
I've only tried with RTMP but this could also be the case with also the other protocols (srt, hls, webrtc, rtsp)
I'm guessing it's some kind of concurrency issue.
Please help because this issue is really critical for my use case, I need to get the status of the connections quite often and I can't have this issue in production. Thanks
Describe how to replicate the issue
Did you attach the server logs?
serverlogs.txt
yes
Did you attach a network dump?
no
The text was updated successfully, but these errors were encountered: