Skip Frames
OvenMediaEngine Enterprise supports the Skip Frames feature starting with version 0.20.2.2-1
Enabling Skip Frames
<Server>
...
<OutputProfiles>
...
<OutputProfile>
...
<Encodes>
<Video>
<Name>h264_1080</Name>
<Codec>h264</Codec>
<Bitrate>7000000</Bitrate>
<Width>3840</Width>
<Height>2160</Height>
<Framerate>60</Framerate>
<!--
SkipFrames configuration:
-1 : Disable frame skipping (no frames are dropped).
0 : Enable automatic frame skipping.
The number of frames to drop is dynamically calculated
based on the current queue state and system load.
1 ~ 120 :
Enable fixed-ratio frame skipping.
Frames are dropped according to the configured value.
For example:
- 1 : Drop 1 frame out of every 2 frames
- 2 : Drop 2 frames out of every 3 frames
- N : Drop N frames out of every (N + 1) frames
The maximum allowed value is 120.
-->
<SkipFrames>1</SkipFrames>
</Video>
</Encodes>
</OutputProfiles>
...
</OutputProfiles>
...
</Server>Value
Input Range
Description
Last updated