Skip to content

SRTP Playback Streaming#744

Open
venki5685 wants to merge 2 commits into
developmentfrom
video/srtp-playback
Open

SRTP Playback Streaming#744
venki5685 wants to merge 2 commits into
developmentfrom
video/srtp-playback

Conversation

@venki5685
Copy link
Copy Markdown
Contributor

@venki5685 venki5685 commented Apr 1, 2026

  1. ONVIF Replay Service->GetServiceCapabilities->SupportedSRTPProtocolAlgorithms - capability flag is 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 Packet with playback header extension diagram.
  5. ONVIF Replay Service Spec->Fault error codes related to SRTP Playback are added in GetReplayUri Faults.

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.
Copy link
Copy Markdown
Contributor

@kieran242 kieran242 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants