random_seek
- Property Manager name: Random Seek
- Behavior version: The
v2024-05-31
rule format supports therandom_seek
behavior v1.2. - Rule format status: GA, stable
- Access: Read/Write
- Allowed in includes: Yes
Optimizes .flv
and .mp4
files to allow random jump-point navigation.
Option | Type | Description | Requires | |
---|---|---|---|---|
flv | boolean | Enables random seek optimization in FLV files. | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
mp4 | boolean | Enables random seek optimization in MP4 files. | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
maximum_size | string | Sets the maximum size of the MP4 file to optimize, expressed as a number suffixed with a unit string such as | mp4 is true | {"displayType":"string","tag":"input","type":"text"} {"if":{"attribute":"mp4","op":"eq","value":true}} |
Updated 17 days ago