dji-sdk / DJI-Cloud-API-Demo

MIT License
110 stars 84 forks source link

Livestreaming RTSP #57

Open bigbean17 opened 3 months ago

bigbean17 commented 3 months ago

Hi,

I'm trying to livestream my video using rtsp via "Aws Kinesis Video" which does not support RTMP. In this (DJI document)[https://developer.dji.com/doc/cloud-api-tutorial/en/feature-set/pilot-feature-set/pilot-livestream.html] it says the RTSP format is supported but in the (cloud API)[https://developer.dji.com/doc/cloud-api-tutorial/en/api-reference/dock-to-cloud/mqtt/dock/dock2/live.html] it only have 3 format, is RTSP actually supported by DJI cloud?

Thanks for helping

bigbean17 commented 3 months ago

Another question, after I sent msg to the topic thing/product/{sn}/services (method: live_start_push), I get error code 513010, I can ensure that the dock is connected to internet and the data are correct. Is this something wrong with the url in the data object?