Hello,
Edgecast just implemented FMS in their platform.
We are trying to push a stream from wowza to their live HLS application.
As I understand we will need to push the stream using the push publish add-on.
I can not get this to work, I have followed every single document and searched the entire forum.
We have one application called live.
This application receives UDP streams from our multicast network, using .stream files.
an example below (stream20.stream), it contains one line:
udp://234.5.5.20:10000
We start the stream using the stream manager.
in PushPublishMap.txt we have:
stream20.stream={profile:“rtmp”, host:“fso.ams.6D40.edgecastcdn.net”, application:“xxxxx(Account number here)”, streamName:“stream20.stream?xxxliveAuthenticationKeyxxx”, originalTimecodeThreshold:0x100000, debugLog:true, debugPackets:true}
is the stream name correct? should it be like that?
as you can see … the debugLog is set to true … i do not get any output when running in console mode.
the only output after starting the stream is:
ModulePushPublish.onAppStart[live/definst]: Wowza Push Publishing AddOn 3.5 build4012
INFO server comment - ModulePushPublish.loadProFile: loaded file (/usr/local/WowzaMediaServer/conf/PushPublishProfiles.xml):
INFO server comment - ModulePushPublish.loadMapFile: loaded config file (/usr/local/WowzaMediaServer/conf/live/PushPublishMap.txt): app: definst
INFO server comment - ModulePushPublish.loadMapFile: added stream (stream20.stream): app: definst
INFO server comment - ModulePushPublish.loadMapFile: loaded config file (/usr/local/WowzaMediaServer/conf/live/PushPublishMap.txt): app: definst
INFO application app-start definst live/definst
Any idea what I am doing wrong?
Your help is appreciated.
EDIT1: P.S I have tried using:
stream20={profile:“rtmp”, host:“fso.ams.6D40.edgecastcdn.net”, application:“xxxxx(Account number here)”, streamName:“stream20?xxxliveAuthenticationKeyxxx”, originalTimecodeThreshold:0x100000, debugLog:true, debugPackets:true}
and
stream20.stream={profile:“rtmp”, host:“fso.ams.6D40.edgecastcdn.net”, application:“xxxxx(Account number here)”, streamName:“stream20?xxxliveAuthenticationKeyxxx”, originalTimecodeThreshold:0x100000, debugLog:true, debugPackets:true}
With no success … same output