random_​seek

Version: v2025-01-13Includes use: Yes

Behavior name: Random Seek

Optimizes .flv and .mp4 files to allow random jump-point navigation.

Default behavior

These samples reflect the behavior's default settings. You can use these as is in your configurations or make adjustments based on the behavior's available options.

data "akamai_property_rules_builder" "random_seek" {
  rules_v2025_02_18 {
    name     = "Random Seek"
    comments = "Optimizes .flv and .mp4 files to allow random jump-point navigation."
    behavior {
      random_seek {
        flv          = true
        mp4          = true
        maximum_size = "200MB"
      }
    }
  }
}
"behaviors": [
  {
    "name": "randomSeek",
    "options": {
      "flv": true,
      "mp4": true,
      "maximumSize": "200MB"
    }
  }
]

Options

Option Description
flv
Enables random seek optimization in FLV files.
mp4
Enables random seek optimization in MP4 files.
maximum_size
Sets the maximum size of the MP4 file to optimize, expressed as a number suffixed with a unit string such as MB or GB.