Skip to content
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 CSeq contains a space in front of line translation characters #437

Closed
leuhinev opened this issue Oct 5, 2023 · 2 comments · Fixed by #446
Closed

rtsp CSeq contains a space in front of line translation characters #437

leuhinev opened this issue Oct 5, 2023 · 2 comments · Fixed by #446

Comments

@leuhinev
Copy link

leuhinev commented Oct 5, 2023

My camera, at the DESCRIBE request, returns CSeq, which contains a space mark, because of this, the condition in the waitResponse function of the client.go file does not work.

                      if cseq, ok := res.Header["CSeq"]; !ok || len(cseq) != 1 || cseq[0] == requestCseqStr {
                               return res, nil
                      }

I used the patch:
mypatch.patch

@aler9
Copy link
Member

aler9 commented Oct 28, 2023

added in MediaMTX v1.2.1

Copy link

github-actions bot commented May 1, 2024

This issue is being locked automatically because it has been closed for more than 6 months.
Please open a new issue in case you encounter a similar problem.

@github-actions github-actions bot locked and limited conversation to collaborators May 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants