Answer for MPEG TS over HTTP
The EMS does support outbound MPEG-TS via HTTP. You need to make sure there is an acceptor created for this purpose in your config.lua. It should look like the following:
-- HTTP
{
ip="0.0.0.0",
port=8080,
protocol="inboundHttp",
},
The URI should then be:
http://EMSIP:8080/streamName