Accessing the api/media with Skycontroller

Hi to all,

i connect through wifi to my anafi parrot and can access the media successfully, by using the provided rest api (192.168.42.1/api/v1/media/medias).
The problem comes when i try to connect with the Skycontroller after setting the ip to 192.168.53.1.
The api doesnt work as expected :frowning: (192.168.53.1/api/v1/media/medias) .
I can access only the Skycontroller 3 webserver in http://192.168.53.1/#/ .
Is there a different rest api link for accessing the media?
Does anafi olympe supports this feature?

Thanks,
Michael

Hi,

You should be able to access the drone rest api by using port 180 on the SkyController (i.e. 192.168.53.1:180/api/v1/media/medias), which will redirect the request to the connected drone.

However, this method may not allow you to browse the drone webserver in interactive mode: 192.168.53.1:180/#/ will probably not behave exactly as you might expect.

Regards,
Nicolas.

1 Like

Thanks a lot Nicolas,

it works!!!

Bests,
Michael

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.