-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Crash by HTTP API DELETE. #1708
Comments
Update -- seems like its more a problem with the HTTP API DELETE call when I'm trying to kick off a client who is publishing an rtmp stream |
Switch to version 4.0 and give it a try.
|
Tried 4.0, same issue. This issue is persistent in both 3.0 and 4.0. |
Check it. |
This is another random issue, let me see if I can reproduce it.
|
From the logs, it can be seen that a lot of things happened within 200 milliseconds, including flow busy, stopping the ffmpeg subprocess, and callbacks. It is definitely related to this.
|
Fixed |
Hi,
srs version: 3.0.140
server: centos 7
I'm getting a crash when connecting/disconnecting via rtmp with the following message:
A few things I've noticed about the crash, is it is always near an "this stream is busy" log.
Here are the surrounding logs:
Anyone have any ideas how to fix this?
The text was updated successfully, but these errors were encountered: