Answer for multiple bitrates live stream. Written by Don on 2 Jun 2014. Posted in Hi, Someone wrote: Thx for reply, so that will create 3 individual streams in my evostream server? That’s right. You need to provide the 3 stream names like this: createHlsStream localStreamNames=stream1,stream2,stream3 bandwidths=1000,950,500 targetfolder=/MyWebRoot/ groupname=hls playlisttype=rolling playlistLength=10 chunkLength=5 Correction: The API commands which can accept multiple localStreamNames are createHlsStream, createHdsStream, and createMssStream. The pullStream command accepts only one localStreamName. Cheers, Don