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

Improve requirement for GetReplayUri. #41

Merged
merged 1 commit into from
Oct 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/Replay.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Change Request 2054, 2065</revremark>
<para>This section defines a service for mapping replay endpoints to URI for use in RTSP.</para>
<section>
<title>Request replay URI</title>
<para>GetReplayUri requests a URI that can be used to initiate playback of a recorded stream using RTSP as the control protocol. The URI is valid only as it is specified in the response. All implementations of the Replay Service shall support the GetReplayUri command.</para>
<para>GetReplayUri requests a URI that can be used to initiate playback of a recorded stream using RTSP as the control protocol. The URI is valid only as it is specified in the response. A device supporting the Replay Service shall support the GetReplayUri command.</para>
<variablelist role="op">
<varlistentry>
<term>request</term>
Expand Down
2 changes: 1 addition & 1 deletion wsdl/ver10/replay.wsdl
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO
Requests a URI that can be used to initiate playback of a recorded stream
using RTSP as the control protocol. The URI is valid only as it is
specified in the response.
This operation is mandatory.
A device supporting the Replay Service shall support the GetReplayUri command.
</wsdl:documentation>
<wsdl:input message="trp:GetReplayUriRequest"/>
<wsdl:output message="trp:GetReplayUriResponse"/>
Expand Down