So I have everything set up and I am seeing my stream inside the wowza engine on Amazon.
I am not seeing the push publishing working.
Here is my pushpublishmap.txt The xxxxremovedxxxx is just to protect my stream keys
what does the application app and live2 mean in the code?
Push Publishing Map file, format:
format:
[src-stream-name]={Profile:[profile], [additional-configuration-items]}
myStream={profile:rtmp, streamName: xxxxremovedxxxx,host:x.rtmp.youtube.com/live2, application: live2}
myStream={profile:rtmp, streamName: xxxxremovedxxxx,host:y.rtmp.youtube.com/live2?backup=1, application: live2?backup=1}
myStream={profile:“rtmp”, host:“live.twitch.tv/app”, application:”app”, streamName:“xxxxremovedxxxx”}
#myStream={profile:“rtmp”, streamName:“myStreamRTMP”, host:“localhost”, application:“live”, userName:“myuser”, password:“mypassword”}
#myStream={profile:“mpegts”, streamName:“myStreamMPEGTS”, host:“239.1.1.1”, port:10000, rtpWrap:false}
#myStream={profile:“rtp”, streamName:“myStreamRTP”, host:“239.1.1.1”, videoPort:10002, audioPort:10004}