Answer for What types of streams can the EMS support?
Written by admin on 4 Feb 2013 . Posted in
entries in the config.lua:
acceptors=
{
— CLI aceptors
{
ip="127.0.0.1",
port=1112,
protocol="inboundJsonCli",
useLengthPadding=true
},
{
ip="0.0.0.0",
port=7777,
protocol="inboundHttpJsonCli"
},
— RTMP and clustering
{
ip="0.0.0.0",
port=1935,
protocol="inboundRtmp",
},
{
ip="127.0.0.1",
port=1936,
protocol="inboundRtmp",
clustering=true
},
{
ip="127.0.0.1",
port=1113,
protocol="inboundBinVariant",
clustering=true
},
— RTMPS
{
ip="0.0.0.0",
port=443,
protocol="inboundRtmps",
— relative to config directory
sslKey="./keys/avinotecmvp.key",
sslCert="./keys/avinotecmvp.crt"
},
— RTMPT
{
ip="0.0.0.0",
port=80,
protocol="inboundRtmpt",
},
— RTSP
{
ip="0.0.0.0",
port=5544,
protocol="inboundRtsp"
},
— LiveFLV ingest
{
ip="0.0.0.0",
port=6666,
protocol="inboundLiveFlv",
waitForMetadata=true,
},
},
admin
This information box about the author only appears if the author has biographical information. Otherwise there is not author box shown. Follow YOOtheme on
Twitter or read the
blog .