It looks like I can also stream a Flash Media file into a Media Server as well.
BI says the options are:
AAC, MP3, AAC 22khz
Flash 1, Flash 2, Flash 3ns of
RTMP URL which I assume is rtmp://xxx.xxx.xxx.xxx:port
Stream Key which I assume is the StreamName. Although I have no idea how the string is being formatted.
I have tried dozens of combinations, nothing has worked.
acceptors =
{
{
ip="0.0.0.0",
port=1935,
protocol="inboundRtmp"
},
{
ip="0.0.0.0",
port=6666,
protocol="inboundLiveFlv",
waitForMetadata=true
},
{
ip="0.0.0.0",
port=9999,
protocol="inboundTcpTs",
},
{
ip="0.0.0.0",
port=19999,
protocol="inboundLiveFlv",
waitForMetadata=true,
},
},
Maybe this will help with some ideas of what to do.
Wes