begeekmyfriend / yasea

RTMP live streaming client for Android
MIT License
4.88k stars 1.32k forks source link

RTMPS #713

Open cyberremy opened 5 years ago

cyberremy commented 5 years ago

Facebook stops to support RTMP to publish on user pages and RTMPS is now required ! https://developers.facebook.com/docs/live-video-api

"Live Video streams on Users, Events, and Groups must be encrypted using the RTMPS data transfer protocol. When starting a live stream, the API will return an RTMPS secure stream URL which you must use when streaming to our servers."

Have you planned to implement this secured protocol that is now mandatory for Facebook?

begeekmyfriend commented 5 years ago

I am unavailable for Android development and there is no IDE on my workshop. The implementation of RTMP module is written here. Any PR is welcome.

cyberremy commented 5 years ago

Thanks for your feedback I will contribute to the project when we get to spend time on this issue.