You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to ask how to send live video feed from drone to RTMP server? Currently using this UXSDK i am able to get the live video feed from the screens, i found this line of code in DJIRtmpMuxer.m - in line 170 _serverURL = @""; I think something to play withthis but don't found any tutorial or solution on this. Anyone has idea?
The text was updated successfully, but these errors were encountered:
I hope you're having a great day! I wanted to let you know that you can find an example code for live streaming in the demo using Objective language. The code is named VideoLiveStreamViewController. To start the live stream, you only need one parameter, which is the RTMP URL.
If you have any further questions or need assistance, please feel free to ask. Have a wonderful day!
Sorry, there are currently no Swift sample codes for the live streaming feature. You can refer to the Objective C sample codes and then implement them in Swift.
I would like to ask how to send live video feed from drone to RTMP server? Currently using this UXSDK i am able to get the live video feed from the screens, i found this line of code in DJIRtmpMuxer.m - in line 170 _serverURL = @""; I think something to play withthis but don't found any tutorial or solution on this. Anyone has idea?
The text was updated successfully, but these errors were encountered: