如何支持RTMPS
shaobin204 opened this issue · 4 comments
shaobin204 commented
你好~请教一下作者,项目可以怎么支持rtmps推流实现吗
begeekmyfriend commented
由于SRS不支持RTMPS所以我也没写,你可以在SimpleRTMP模块中客制化,Any PR is welcome.
shaobin204 commented
@begeekmyfriend 感谢作者回复,我有关注到此模块,因为rtmps跟rtmp相比是经过SSL加密的,所以我在想,我将socket连接换成 加密的方式 这个思路不知道能行吗
shaobin204 commented
已在SimpleRTMP模块中实现rtmps推流,rtmps推流只需将原本的tcp连接改为ssl连接即可,供同样需求的人参考~
lql7993259lql commented
已在SimpleRTMP模块中实现rtmps推流,rtmps推流只需将原本的tcp连接改为ssl连接即可,供同样需求的人参考~
有demo吗