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

Some services refuse to establish an RTCP connection because MAJESTIC's response to SETUP does not fully implement rfc2326 #222

Open
USRView opened this issue Dec 10, 2024 · 1 comment

Comments

@USRView
Copy link

USRView commented Dec 10, 2024

Some services refuse to establish an RTCP connection because MAJESTIC's response to SETUP does not fully implement rfc2326 (12.39 Transport), namely the response to SETUP.
Majestic responds
Transport: RTP/AVP/UDP; unicast; client_port=....-....
but the services are waiting to be executed
Transport: RTP/AVP/UDP; unicast; client_port=....-....; server_port=...-...
The absence of server_port=...-... in the response it does not allow to establish a connection.
So the services reject the session establishment and send Majestic session - TEAR DOWN.
Can You to fix it?n

@widgetii
Copy link
Member

Majestic is based on smolrtsp RTSP library which is opensourced, so the right way to fix all RTSP issues is to add new features to the library

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

No branches or pull requests

2 participants