rtsp CSeq contains a space in front of line translation characters
leuhinev opened this issue · 2 comments
leuhinev commented
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 commented
added in MediaMTX v1.2.1
github-actions commented
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.