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

Add recommendation to avoid invalid attribute content due to segment override #521

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions doc/RecordingControl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2304,6 +2304,9 @@ secfrac = "." 1*6DIGIT</programlisting>
</tbody>
</tgroup>
</table>
<para>For storage target systems that do not allow attribute changes during write the
Copy link
Contributor

Choose a reason for hiding this comment

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

Minor update for readability

  • For storage systems that do not allow attribute changes during writing, if the total file duration may change while being written, for e.g. due to an override segment duration request, the "Duration" attribute should be omitted.

attribute Duration should be omitted when the total duration of the file may change while it
is written e.g. due to an override segment duration request.</para>
</section>
<section xml:id="_refCloudRecordingObjectExamples">
<title>Examples</title>
Expand Down