RTSP Https and RTSP multiple Media setup/usage#146
Merged
Conversation
Owner
|
Thanks for the code. Next time can you try to keep one subject by PR (https and multiple media in different PR for example) For the multiple media I merge it because the rtspclient is only an example, but I think I will modify it to provide a way to select one video and one audio with some sort of priority system, but for now I don't know how. Or maybe I will remove separation of audio and video event or totally remove the event system, I'm not sure. |
Author
|
I know I should have done a different pr for https, but I discover after the commit I cannot separate them... |
ngraziano
added a commit
that referenced
this pull request
Nov 16, 2025
Éléments de travail associés : #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have added an update for the Https transport.
I have also added the RTSP client with an example of handling multiple media track request.
This was needed for a camera where i Work just because the setup was a mess (H264/5 and mjpeg together).
I hope can help someone.