HLS Append Recording
(feature available with Red5 Pro server release 5.6.0)
Append recording for HLS is achieved with post-processing, using the OrientationPostprocessor
and ffmpeg
. If you wish to use the append
record type with HLS recordings, you will need to configure the following:
- In
hlsconfig.xml
, set the post processor mode to1
<property name="postProcessMode" value="1"/>
- Configure the
OrientationPostProcessor
per the [Converting FLV files to MP4 via Post Processing] document. NOTE: this requires that you installffmpeg
, minimum version 3.x. You will also need to modify theconf/red5-common.xml
andconf/cloudstorage-plugin.properties
files.
The above configurations and post-processing are also necessary if you want HLS recordings of a mobile application (with Red5 Pro Mobile SDK) using rotation during the broadcast.