My problem is that it is a format TS and I want spend it to m3u8.
You should convert (segment) TS stream to HLS playlist/manifest first (
https://github.com/carsonmcdonald/HTTP-Live-Video-Stream-Segmenter-and-Distributor), and then create a HLS broadcast -
http://wiki.acestream.org/wiki/index.php/Create_HLS_BroadcastAlso you may try to use AceStream only, but this solution rather complex and unstable:
1. Create a broadcast using TS source -
http://wiki.acestream.org/wiki/index.php/Streaming/en#Common_work_scheme;2. Run other engine copy as client (proxy server), using cid/transport file from step (1) and with stream type set as "HLS";
3. Create a HLS broadcast, using as "HLS URL" proxy server from step (2).
So you have to run 3 different "acestreamengine" processes (and ideally - on the different servers) to get an HLS broadcast.