-
Notifications
You must be signed in to change notification settings - Fork 579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DJI SDK LiveStreamManager -3 Error: Failed to Start Stream #1329
Comments
Agent comment from yating.liao in Zendesk ticket #120889: °°° |
Thank you for your response! On the link you sent me, it says that I should use DJICodecManager to decode. This is already used though by the VIdeoFeedView which I copied and pasted on my project. Here is the link of my project: https://github.com/George2397/drone_telemetry_android Regarding the
And here is the link to the file: https://github.com/George2397/drone_telemetry_android/blob/main/app/src/main/java/com/example/sample/MainActivity.kt |
Agent comment from yating.liao in Zendesk ticket #120889: Currently, I haven't found any obvious logical errors in the code you provided, but executing primaryVideoFeedView.registerLiveVideo in onProductConnect might cause the camera feed to not display correctly. °°° |
Hi all,
I'm working on a project using the DJI Mobile SDK V4 to stream live video from a drone to an RTMP server. Despite receiving video data consistently, I get a -3 error when trying to start the live stream via LiveStreamManager.startStream().
What I tried:
Below are the key parts of my code. The
VideoFeedView
is taken from the sample code1. Drone Live Stream Manager
2. Initializing Live Stream Manager
3. Calling the
StartLiveStream()
4. Error I get:
Failed to start stream, error code: -3
The text was updated successfully, but these errors were encountered: