To use Adaptive Bitrate Streaming (ABR), you need a streaming server (e.g. Wowza) as well as so-called SMIL files, which provide the available formats for the streaming server.
Such a SMIL file must be created for each video to be delivered via ABR.
If ABR is enabled (Configuration -> Streaming -> Enable Adaptive Bitrate Streaming), the SMIL file is automatically created for newly uploaded videos. For existing videos, you can either generate them individually in the media management by clicking the context menu item "Create SMIL file" or by using the
./vimp framework:createsmil
on the console.
The following options are available:
Create SMIL files for videos without SMIL files:
./vimp framework:createsmil
or
./vimp framework:createsmil --all=n
Create SMIL files for all videos:
./vimp framework:createsmil --all=y
In VIMP versions less than 6.x, please use the command ./symfony instead of ./vimp in the above commands.