- 0, live stream is successful.
- -1, no network service, DJI is using Android API Context.getSystemService(Context.CONNECTIVITY_SERVICE) to check the netowrk availability. Solution: Check your network.
- -2, Already enable LDM and you haven't enable live stream feature in LDM. Solution: Disable LDM or enable live stream feature in LDM.
- -3, DJI live stream requires you to decode H.264 and encode again. This error means cannot get SPS and PPS inside decoder. Solution: Use DJICodecManager to decode and make sure there is video stream video on the live stream page.
- 254: LiveStreamManager initialization error. Solution: Please try the Sample Demo and compare the code, also check network availability.
What does the startStream() return mean in live stream feature?
Followclose
Comments
0 comments
Please sign in to leave a comment.