-
Notifications
You must be signed in to change notification settings - Fork 235
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 throws fatal exception #44
Comments
Please check out the RTMPIOException errorcode Can I test the rtmp url? |
@mekya Thanks for your response, the url is generated dynamically, so I cant share, I looked at the url you mentioned, Is there anyway to prevent the app from crash and show a proper error message? |
Yeah sure, have you tried to catch the RTMPIOException with try-catch block and show an appropriate message? |
The app doesn't crash when this error occurs. It's already caught by ExoPlayer internally, and propagated to the player's event listener (which gives you a handy point where you can show an appropriate error message). If your app is crashing, it's not directly related to the logging at the top of this thread. You'd need to provide a more complete log or bug report. |
I have also a similar issue you can find the bug detail in Rtmp Client also dies |
It is interesting. The thread you mentioned(google/ExoPlayer#3156) has been resolved. You are still having the sampe problem? |
I am testing antmedia server and getting similar exception. The rtmp url works fine if I run from VLC player or ffplay on mac I am putting rtmp url like this rtmp://34.213.233.241:1935/LiveApp/228154535248454858718201 Error code i am receiving -4 |
/ExoPlayerImplInternal: Source error. |
Still Getting the same issue |
@mekya how cant I catch the error?
this try catch doesn't do anything |
While playing RTMP stream this weird exception happens, And gives no clue about why its happening:
Please help!
The text was updated successfully, but these errors were encountered: