now in Stream Targets not have RTMPS
Wowza Streaming Engine supports RTMPS when using stream targets, but you need to add the value “sendSSL” as shown in the article below.
From the article:
sendSSL Set to true to enable Wowza Streaming Engine to send secure streams to the stream target destination (default is false).
You can also create a Stream Target and add the “sendSSL” option via our REST API as shown in our documentation below.
https://www.wowza.com/docs/stream-targets-query-examples-push-publishing
While sendSSL does allow you to use rtmps as the default URL to select, you should not need to add it to a Facebook stream target to do rtmps since the stream target automatically chooses the rtmps URL that Facebook provides…
Please let me know if this answers your question.
“sendSSL”:“true” adding this value is not working.
PushPublishRTMP#PingResult[rtmp://live-api-s.facebook.com:80/VEU/xxxxxxxxx?s_bl=0&s_ps=1&s_sw=0&s_vt=api-s&a=xxxxxxxx]: ping timeout: reset connection app:VEU/_definst_
VEU={"entryName":"VEU live stream", "profile":"rtmp", "application":"VEU", "port":"80", "sendSSL":"true", "destinationName":"rtmp", "host":"live-api-s.facebook.com", "streamName":"XXXXXXXXXX?s_bl=0&s_ps=1&s_sw=0&s_vt=api-s&a=AbzFmpXXXXXXXXX", "enabled":"true"}
You also have to change port number from “80” to “443”.
Hello can this be added to existing facebook live streaming targets?