I use Wowza at Amazon EC2 and I tried to activate stream target to scheduled live streaming on Facebook.
Described solution on this forum doesn’t work.
Now I trying to change PushPublishMap.txt located in [install-dir]/conf/PushPublishMap.txt on Amazon server
I tried to add “sendSSL”:“true” to PushPublishMap.txt file but it doesn’t work.
This is my PushPublishMap.txt file.
Where shall I put “sendSSL”:“true”?
This file has been upgraded for use by the Wowza Streaming Engine REST API. Please avoid hand-editing.
Push Publishing Map file, format:
format:
[src-stream-name]={Profile:[profile], [additional-configuration-items]}
#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}
myStream={“entryName”:“Test”, “profile”:“rtmp”, “application”:“rtmp”, “port”:“443”, “destinationName”:“rtmp”, “host”:“live-api-s.facebook.com”, “streamName”:“690151504736723?s_bl=0&s_sw=0&s_vt=api-s&a=Abw57jXXXXXXXX”}