Answer for Push-In RTMP into HMS, get HLS and HDS out of HMS

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:

/var/www/hls
    bbctv
        br1
            (chunks)
            playlist.m3u8
        br2
            (chunks)
            playlist.m3u8
        br3
            (chunks)
            playlist.m3u8
        playlist.m3u8
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

Offcanvas

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.