-
Notifications
You must be signed in to change notification settings - Fork 555
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
Got Unsupported transport with Genetec #1510
Comments
I don't think interleaved is optional for TCP transport. It's the first time I've ever seen a soft that misses it. |
In Section 10.12 Embedded (Interleaved) Binary Data:
In Section 12.39:
Does it mean that the |
I don't see any direct mention that the parameter is optional. Of course the server can select interleaved values using the increment method. I need to research how other software works in this case. |
Hello,
I have a RTSP client (Genetec, a CCTV commercial software) connecting to go2rtc.
However, it got "461 Unsupported transport".
The SETUP packet sent by Genetec:
It seems the issue is caused by the missing
interleaved
parameter, which is expected by go2rtc (see here).However, the
interleaved
parameter does not seem to be required by the RFC 2326.Are there any specific reasons for requiring the
interleaved
parameter?On the contrary, I’d be happy to open a PR to remove this condition.
Thanks
The text was updated successfully, but these errors were encountered: