Comments

3 comments

  • DJI Developer Support
    DJISDKManager.getInstance().getLiveStreamManager().setLiveUrl("x"); DJISDKManager.getInstance().getLiveStreamManager().setAudioMuted(true); DJISDKManager.getInstance().getLiveStreamManager().setVideoEncodingEnabled(true); DJISDKManager.getInstance().getLiveStreamManager().setLiveVideoResolution(LiveVideoResolution.VIDEO_RESOLUTION_1920_1080); DJISDKManager.getInstance().getLiveStreamManager().setLiveVideoBitRateMode(LiveVideoBitRateMode.MANUAL); DJISDKManager.getInstance().getLiveStreamManager().setLiveVideoBitRate(20f); int result = DJISDKManager.getInstance().getLiveStreamManager().startStream(); 有延迟是正常的,你试试这个设置。
    0
    Comment actions Permalink
  • 781316853

    这样设置画面太糊了

    0
    Comment actions Permalink
  • DJI Developer Support
    1920*1080也不模糊呀,已经是很好的分辨率了。
    0
    Comment actions Permalink

Please sign in to leave a comment.