SRTP Playback Streaming#744
Open
venki5685 wants to merge 2 commits into
Open
Conversation
1. ONVIF Replay Service->GetServiceCapabilities->SupportedSRTPProtocolAlgorithms capability flag added to list supported cryptographic algorithms for SRTP Playback streaming if device supports SRTP Playback Streaming. 2. ONVIF Replay Service->GetReplayUri->SRTPProtocol ->The optional parameter defines the network protocol for SRTP Playback streaming as defined by trp:SRTPTransportProtocol. The Device should ignore StreamSetup parameters once this parameter is present. 3. ONVIF Replay Service->GetReplayConfiguration/SetReplayConfiguration->Configuration->SRTPProtocolAlgorithm->If SRTP playback streaming is supported, this optional parameter specifies the cryptographic algorithm to be used for the SRTP playback session, as defined by tt:SrtpSecurityAlgorithms. 4. ONVIF Replay Service Spec is updated with SRTP RTP Packet with playback header extension diagram. 5. ONVIF Replay Service Spec->Fault error codes related to SRTP Playback are added in GetReplayUri Faults.
kieran242
reviewed
May 8, 2026
Contributor
kieran242
left a comment
There was a problem hiding this comment.
@venki5685 I reviewed this against the current Replay Spec and found all good.
After your presentation on 7th May at VE WG Meting I take it that there may be more to update and so will hold off approving for now until you let me know it is close to finalization.
1. The ONVIF Replay Service GetReplayUri API now uses the ReplayStreamSetup data structure. 2. onvif.xsd has been updated with the ReplayStreamSetup data structure. An optional SRTP attribute has been added to the ReplayStreamSetup data structure to request a URI for SRTP playback streaming when set to true. When set to false or omitted, the RTP and RTSP playback streaming behaviour remains unchanged. 3. The ONVIF Replay Control specification has been updated: GetReplayUri now uses the ReplayStreamSetup data structure, and an error code has been added for an invalid SRTP protocol when SRTP playback streaming is not supported by the device.
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.
Uh oh!
There was an error while loading. Please reload this page.