Ordered Master Playlist (HLS)
Hey,
It seems EMS isn’t respecting the order of the streams that I pass to createHLSStream.
Even know that players know how to handle it, we’re using a module that generates the audio-only track on the fly (https://github.com/globocom/nginx-audio … hls-module) and it simple catches the first stream from the master playlist and extracts the audio track from it.
Is there something I can do to make the creation of the playlist respects a bitrate order?