Privlege level for changing multicast configuration.#800
Open
HansBusch wants to merge 1 commit into
Open
Conversation
…ilege level than standard actuate.
venki5685
reviewed
Jul 14, 2026
| <title>Multicast configuration</title> | ||
| <para>Video and audio encoder configurations as well as metadata configuration include | ||
| multicast configuration to be used in conjunction with RTSP. Note that modification of | ||
| multicast settings may require WRITE_SYSTEM privileges as it corresponds to network |
Contributor
There was a problem hiding this comment.
Multicast Configuration can be changed via SetConfiguration API in ONVIF Media2 Service with the user have ACTUATE access class rights. currently Administrator and Operator have ACTUATE access class rights. changing WRITE_SYSTEM means only Administrator have it. Does it not create any backward compatibility issue with existing ONVIF clients.
Collaborator
There was a problem hiding this comment.
I also agree with @venki5685
Moreover, we are changing the configuration of the multicast-related networking option, not the device full network configurtion.
kieran242
reviewed
Jul 16, 2026
kieran242
left a comment
Contributor
There was a problem hiding this comment.
I would like to see the update modified in line with @venki5685 comment. Just clarification.
| <title>Multicast configuration</title> | ||
| <para>Video and audio encoder configurations as well as metadata configuration include | ||
| multicast configuration to be used in conjunction with RTSP. Note that modification of | ||
| multicast settings may require WRITE_SYSTEM privileges as it corresponds to network |
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.
Clarify that changing multicast configuration may require higher privilege level than standard actuate as it affects device network configuration.