AgoraIO-Community / AgoraWebSDK-NG

The Next Generation of Agora Web SDK
https://agoraio-community.github.io/AgoraWebSDK-NG/
161 stars 75 forks source link

Support for RTMPS in CDN streaming #79

Closed becauseinterwebs closed 3 years ago

becauseinterwebs commented 4 years ago

Agora SDK 3.2.1 has support for RTMPS streaming to CDN, which is required by Facebook, but SDK NG does not have support for RTMPS (which I found out by upgrading to NG and then was laster confirmed by tech support.) Will RTMPS support be added in the near future?

HAHAHA44 commented 4 years ago

If the 3.2.1 support for RTMPS streaming to CDN, the Web NG support it too. They use the same push streaming module.

becauseinterwebs commented 4 years ago

It has been confirmed by Agora tech support that NG does not support RTMPS. I have tried unsuccessfully to get it work in NG, although it works fine in 3.2.1. Hopefully just an oversight and will be added soon.

HAHAHA44 commented 4 years ago

I can confirm that NG supports this feature. LiveStreaming is implemented on the server side. Regardless of the NG SDK or the old SDK, all they do for live streaming is to send signaling to the server. And the server is the same.