-
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 headers #9182
Labels
Comments
It could be the specifics of your IP camera, could you elaborate? As an aside, the header names are handled case insensitively, as mandated by RFC2068 (section 4.2):
|
Hm... ok. I will ask our support team what is the difference between our cameras. |
Closed
kim-vde
pushed a commit
that referenced
this issue
Jul 23, 2021
Using all lower case RTSP headers is perfectly valid, as the spec mandates case insensitively. However, some RTSP servers do not implement the RTSP spec closely and does not recognize the lower case headers. This change aims at using the header names as defined in the RTSP spec to maximize compatibility. Issue: #9182 PiperOrigin-RevId: 386224566
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi everyone)
I'm not sure if it should be fixed but with some of our IP cameras, we had a problem with Authorization, because of lowerCase headers.
I have reverted changes to normal case (Accept, ...) and now it works correctly.
Also, I have changed this code in RtspHeaders:
If it makes sense you can add these changes to repo))
The text was updated successfully, but these errors were encountered: