Hi,
Is very simple. Just do multi-bitrate push from FMLE into EMS. Suppose you get 3 bit rates: br1, br2 and br3
You can now (or before FMLE publish, doesn’t matter) create the HLS like this:
createhlsstream localstreamnames=br1,br2,br3 targetFolder=/var/www/hls grpupname=bbctv
On disk, you should now have the following structure:
localstreamnames – the streams/bitrates you want to have in the HLS
targetFolder – root folder for the storage
grpupname – the name of the "logical" multi bitrate stream
More details on the documentation, but let me know if you have more questions
Best regards,
Andrei