-
Notifications
You must be signed in to change notification settings - Fork 41
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
[Bug]: RTMP send error #39(54 bytes),RTMP send error #9 (42 bytes) #63
Comments
This error is a generic error when device has been disconnected (by the server, connection lost,...), so it is not easy to debug each case. As pointed in one of your linked issue, reducing the video bitrate could be a solution. |
When this issue happened, after that mobile got frozen and crashed. It's due to being unable to disconnect by the server side, i think. But how we can resolve this crashing/frozen issue, its fine stopping the stream Instead of crashing/ frozen |
Could you provide the log trace? |
Sure,
|
Is this log from your emulated Pixel 6 (Android 12) from the example? I just tested with a emulated Pixel 6 (Android 12), I don't reproduce this issue. |
The issue occurs intermittently during streaming, without a consistent time frame. It can appear after 10 minutes of streaming or sometimes after 20 minutes. I am currently unable to determine the root cause of the problem. |
Ok, In that case, reducing resolution will help you to have longer live. |
Version
v1.2.0
Which operating systems have you used?
Environment that reproduces the issue
Google Pixel 6 (Android 12)
ATEX M5
Is it reproducible in the example application?
Yes
RTMP Server
rtmp://broadcast.api.video/s
Reproduction steps
Configured same as example application,
Expected result
The RTMP server could receive the video stream correctly without any interruption.
Actual result
Start stream worked successfully without any interruption, but after some time, middle of streaming time, disconnect event was reported after seconds, throwing errors like 'RTMP send error #39 (54 bytes),RTMP send error #9 (42 bytes)', also phone got freezed,
The same issue I had faced in the example application.
Since two weeks ago, I have been facing this issue. I could not get what the actual root cause of this issue is. It could be better if someone provided the solution. Thanks
The error looks like this:
Additional context
Relevant logs output
No response
The text was updated successfully, but these errors were encountered: