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

feat(streams): allow changing the RTSP URI #1083

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

steabert
Copy link
Member

Adds a URI option to the describe method in the RTSP session. If provided, it's used for that session instead of the URI that was provided to the constructor. The latter now only serves as default URI when none is provided to describe.
On teardown, the session control URL is restored to the default.

Fixes #1077

Checklist for review

  • PR title and description are clear
  • change follows existing coding style and architecture
  • necessary unit tests were added
  • documentation was updated

@steabert steabert requested review from Tigge and rikteg as code owners January 11, 2025 17:29
Adds a URI option to the describe method in the RTSP session.
If provided, it's used for that session instead of the URI that
was provided to the constructor. The latter now only serves as
default URI when none is provided to describe.
On teardown, the session control URL is restored to the default.

Fixes #1077
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.

RtspSession.update does not update _sessionControlURL
1 participant