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

Accept rtsp client without interleaved parameter #1511

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

fmcloudconsulting
Copy link

Fix #1510

@AlexxIT AlexxIT added the invalid This doesn't seem right label Dec 17, 2024
@AlexxIT
Copy link
Owner

AlexxIT commented Dec 17, 2024

Your changes are incorrect. The client can come for UDP transport.

@fmcloudconsulting
Copy link
Author

The existing code already expects TCP-only transport, so there is no regression with this PR?

@AlexxIT
Copy link
Owner

AlexxIT commented Dec 17, 2024

But it return 461 Unsupported transport error, so smart client can change UDP to TCP request. Many clients support this out of box.

@fmcloudconsulting
Copy link
Author

Got the point. Should be fixed now.

@AlexxIT
Copy link
Owner

AlexxIT commented Dec 17, 2024

It's wrong again. Some clients don't send unicast word. I think only first prefix should be enough.

@fmcloudconsulting
Copy link
Author

Fixed.
By the way, there was a typo between tr and transport variables, fixed!
I'll build & deploy on my side.

@AlexxIT AlexxIT removed the invalid This doesn't seem right label Dec 18, 2024
@AlexxIT AlexxIT self-assigned this Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Got Unsupported transport with Genetec
2 participants