dji-sdk / Mobile-SDK-iOS

DJI Mobile SDK for iOS: http://developer.dji.com/mobile-sdk/
Other
576 stars 254 forks source link

Support for RTMPS #528

Closed Laiteux closed 1 year ago

Laiteux commented 1 year ago

Hey,

I'm not sure I'm on the right repo for this issue, excuse me if not and please redirect me.

Currently, the iOS app only seems to support rtmp:// URI schemes.

However, some apps like Telegram only provide a rtmps:// URL, forcing us to use "restreaming" services such as https://restream.io, which provides a rtmp:// URL, just to redirect the stream to Telegram or whatever other app using RTMPS.

Would it be possible to add support for such a feature? I'm not sure how hard this would be, considering I'm guessing the "s" suffix implies some extra encryption or whatever, but yeah.

Thanks a lot!

DJI-William commented 1 year ago

I am sorry that our iOS MSDK is not going to support any new live streaming protocols in the future. The only way for you is to write your own RTMPS live streaming feature.