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

Allow parsing of rtp channel/port only #30

Merged
merged 1 commit into from
Nov 27, 2024
Merged

Conversation

viktorxda
Copy link
Collaborator

No description provided.

@flyrouter
Copy link
Member

We will try to apply this solution to hardware video players that are used together with OpenIPC IP cameras.

Copy link
Member

@flyrouter flyrouter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

@flyrouter flyrouter merged commit 40e7b93 into master Nov 27, 2024
5 checks passed
@viktorxda viktorxda deleted the viktorxda-patch-1 branch November 27, 2024 13:03
@sumi-onoe
Copy link

The parser only expected port ranges (like client_port=8523-8524) and could not handle single ports, resulting in Malformed Transport error when it was given a transport header such as: Transport: RTP/AVP;unicast;client_port=8523 in SETUP request. This PR modifies the parsing logic to handle single ports.

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.

3 participants