• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

purpose of creating smaller segmented stream f4f files?

Community Beginner ,
Nov 01, 2012 Nov 01, 2012

Copy link to clipboard

Copied

What the purpose behind creating smaller individual segmented stream f4f files instead of just creating a single large f4f file?

If I removed the SegmentDuration and DiskManagementDuration parameters from the event.xml file so I can create a single f4f file, would there be any issues with streaming or performance? 

<Event>

  <EventID>cfhs</EventID>

  <Recording>

   

    <SegmentDuration>400000</SegmentDuration>

    <DiskManagementDuration>3</DiskManagementDuration>

  </Recording>

</Event>

TO

<Event>

  <EventID>cfhs</EventID>

  <Recording>

          <FragmentDuration>4000</FragmentDuration>

  </Recording>

</Event>

Views

562

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Nov 01, 2012 Nov 01, 2012

Copy link to clipboard

Copied

LATEST

There should not be any issue with streaming or performance if you choose to create single f4f file. The concept of smaller segment files is for DiskManagment to work so that anyone can manage thier disk space better.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines