-
Notifications
You must be signed in to change notification settings - Fork 6k
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
RTSP: One of more mandatory SDP fields are not set #10049
Comments
I have the same issue. Why we can't ignore the field "timing"? Why this field is necessary if in original sdp timing may not exist? |
I also met what to do |
We waiting for expert answers! |
If you look at RFC2327 Section 6, those fields are mandatory. That said, we don't use these fields in the RTSP logic, so it's safe to remove the check. We'll have a change to remove this check. |
Thanks! Will be perfect if you remove this check. |
Issue: google/ExoPlayer#10049 PiperOrigin-RevId: 444833508
Issue: #10049 PiperOrigin-RevId: 444833508
When filing a question:
Describe your question in detail.
use ExoPlayer play rtspUri,cant play,error is “One of more mandatory SDP fields are not set ” timing is null
the rtsp url from camera is “rtsp://192.168.1.168/main”
the reason maybe is fromthe video from the camera , how to solve it?if the reason is from the camera , how to set the camera ?or other way to solve it is?
$ adb bugreport
in the consoleIn case your question is related to a piece of media:
video from camera cant cant provide
Don't forget to check supported formats and devices
nothing to do with devices
The text was updated successfully, but these errors were encountered: