-
Notifications
You must be signed in to change notification settings - Fork 473
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
Exception when parse RTSP url like rtsp://10.1.58.192/stream/0?config.login=web #613
Comments
@hoozh |
I don't know if there is RTSP commands for server, the rtsp server is running in a conference recording device |
ExoPlayer will not fail playback if an RTSP server responds to the Options request with an unknown RTSP method request type. ExoPlayer will parse the response and just not call methods it does not know how to use. Issue: #613 PiperOrigin-RevId: 568152076
ExoPlayer will not fail playback if an RTSP server responds to the Options request with an unknown RTSP method request type. ExoPlayer will parse the response and just not call methods it does not know how to use. Issue: androidx/media#613 PiperOrigin-RevId: 568152076
Hello @hoozh, I submitted a code fix, 916b4b0, into the androidx/media main branch that will hopefully address your issue. ExoPlayer will now ignore custom commands returned in the RTSP Options response. I'm going to close this issue. Please reopen or create a new issue if your are still having problems. |
ExoPlayer will not fail playback if an RTSP server responds to the Options request with an unknown RTSP method request type. ExoPlayer will parse the response and just not call methods it does not know how to use. Issue: androidx#613 PiperOrigin-RevId: 568152076
Version
ExoPlayer 2.19.1
More version details
No response
Devices that reproduce the issue
A tablet running android 7.1.2
Devices that do not reproduce the issue
VLC Android 3.5.4 on this tablet is OK
Reproducible in the demo app?
Yes
Reproduction steps
Expected result
play this rtsp video successfully
Actual result
demo app crashed:
Media
URL like this:
Bug Report
adb bugreport
to [email protected] after filing this issue.The text was updated successfully, but these errors were encountered: